/*!
	Theme Name: GPA BD
	Theme URI: 
	Description: A Theme for GPA BD.
	Author: GPA BD
	Author URI:
	Version: 3.0.2
	Tags: responsive-layout, custom-menu, full-width-template
	Template: genesis
	Template Version: 2.0.0
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #444;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #e44a3c;
	text-decoration: none;
}

a:hover {
	color: #f5675b;
}

.entry a {
	color: #e44a3c;
	text-decoration: none;
}

.entry a:hover {
	color: #f5675b;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
    background: #23a7bf0d;
    border-left: 5px solid #00834c;
    padding: 30px 10px 1px 10px;
    text-align: center;
    display: block;
    margin: 30px 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 12px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00834c;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #29a16f;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #29a16f;
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
	font-weight: 400;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #00834c;
    color: white;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1208px; /*1140*/
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 808px; /* 740 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb::before {
    content: "\1F3E0";
	padding-right: 5px;
}

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 5px 10px 40px;
}

.breadcrumb a {
	color: #e12311;
}

.archive-description,
.author-box {
	background-color: #00834c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 28px;
}

.entry-title a {
	color: #00834c;
}

.entry-title a:hover {
	color: #29a16f;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #00834c;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
  	font-weight: bold;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.medium-widget-title {
  	display: block;
  	border-bottom: 1px dotted #ddd;
    font-size: 20px;
    font-weight: bold;
    color: #00834c;
    margin-bottom: 10px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.sidebar .featured-content .entry {
    border-bottom: none;
    margin-bottom: 20px;
} /* Custom Added*/

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

/* Genesis Author Pro
--------------------------------------------- */

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

/* Jetpack
--------------------------------------------- */

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-top: 3px solid #00834c;
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 80px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background-color: #00834c;
	box-shadow: 0 3px rgba(70, 70, 70, 0.1);
	color: #fff;
	margin: 0 auto;
	padding: 20px 20px 22px 20px;
	position: absolute;
	text-align: center;
}

.header-image .title-area {
	background-color: #fff !important;
	padding: 0;
}

.site-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 808px; /*740*/
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #00834c;
	color: #fff;
}

.genesis-nav-menu li.current-menu-item > a {
  background-color: #00603c;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #29a16f;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 32px 16px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #00603c;
	color: #fff;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 12px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.home-featured {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	max-width: 1600px;
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #e44a3c;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #e44a3c;
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #e44a3c;
	margin-top: -20px;
}

.home-top .widget_text {
	color: #00834c;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #00864e;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-middle {
	background-color: #00603c;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 30px 0 10px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	background-color: #78a7c8;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #34678a;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 10px 40px 40px 40px;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
	padding-top: 5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	padding: 5px;
    color: #737171;
    background: #fafafa;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: 5px 0 5px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 0;
	margin: 0;
}

.entry-footer .entry-meta {
	font-size: 14px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #e44a3c;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 10px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #e44a3c;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 30px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #e44a3c;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 5px;
	font-size: 14px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 15px 30px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 12px;
	padding: 16px;
}

.comment-list li li {
	margin-right: -15px; /* -20 */
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 75%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 18px;
}

.comment-reply-link {
	color: #e44a3c;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 3px solid #00834c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 30px 40px 40px 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #34678a;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding: 40px 10px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #78a7c8;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 20%;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 35%;
}

.footer-widgets-1{
    margin-right: 80px;
}

.footer-widgets-2 {
	margin-right: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
    float: right;
}

/*
Custom Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets ul > li {
    padding: 5px 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #00603c;
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #65e56a;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/*
GPA Calculator
---------------------------------------------------------------------------------------------------- */

.result_main_content, .result_row_main, .result_title {
    font-weight: 400;
}
.success_result {
    background: #36a501!important;
    color: #fff!important
}

.primary_result {
    background: #c3ab03!important;
    color: #3c1100!important
}

.danger_result {
    background: #bd0202!important;
    color: #fff!important
}

.d_lg_none {
    display: none
}

.result_container {
    width: 100%;
    margin: 0 auto;
}

.result_wrapper {
    padding: 0 1px
}

.result_row_main {
    display: -webkit-flex;
    display: flex
}

.result_column_1 {
    width: 70%;
    padding-right: 15px
}

.result_column_2 {
    width: 30%
}

.result_column_degree_1 {
    width: 50%;
    padding-right: 15px
}

.result_column_degree_2 {
    width: 50%
}

.select_box {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 6px -4px #48484870
}

.result_container .title {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    padding-bottom: 8px;
    text-align: center
}

.grede_format_box {
    width: 100%;
    padding: 10px 10px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 6px -4px #48484870
}

.button_main_group {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 50px;
    display: flex
}

.result_container button.button_group {
    border: none;
    padding: 5px 0;
    width: 33.5%;
    font-size: 14px;
    border-radius: 50px;
    background: 0 0;
    margin: 0;
    color: #111;
    font-weight: 400;
    box-shadow: none!important
}

.result_container button.button_group:hover {
    color: #333;
    background: #27b77b
}

.result_container button.active {
    background: #00834c;
    border: none;
    outline: 0;
    color: #fff
}

.result_container button.button_group:active {
    background: #27b77b;
    border: none;
    outline: 0;
    color: #fff
}

.button_main {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 50px
}

.result_container button.button {
    border: none;
    padding: 5px 0;
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    background: 0 0;
    color: #111;
    box-shadow: none!important;
    margin: 0!important
}

.result_container button.button:hover {
    color: #333;
    background: #27b77b
}

.result_container button.button:active {
    background: #27b77b;
    border: none;
    outline: 0;
    color: #fff
}

.result_container button.current {
    background: #00834c;
    border: none;
    outline: 0;
    color: #fff
}

.button_main {
    display: flex
}

.result_title {
    font-size: 36px!important;
    color: #fff !important;
    padding: 15px;
    background: #00834c;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 1px 2px 3px #333;
    box-shadow: 0 5px 7px -4px #232323
}

.result_main_content {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 20px 0 15px 0
}

.main_result_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px;
}
/* ^ border: 1px solid #ddd */
.result_sub_code {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.result_sub_code p.code {
    color: #333;
    font-size: 16px!important;
    margin: 0!important;
    padding: 0;
    font-weight: 400
}

.result_sub_grade {
    display: flex;
    width: 90%;
    align-items: center
}

.result_sub_grade_degree {
    display: flex;
    width: 100%;
    align-items: center
}

.result_subject {
    width: 60%;
    margin: 0 10px 0 0
}

.result_subject p.subject {
    color: #333;
    font-size: 15px;
    margin: 0!important;
    display: block;
    background: #f5f5f5;
    padding: 0px 10px;
    width: 100%;
    border-radius: 4px
}

.result_grade p.grade_point {
    color: #333;
    font-size: 16px
}

.result_grade {
    width: 40%;
    display: flex
}

.select_sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #f5f5f5;
    background-image: none
}

.select_main {
    position: relative;
    display: block;
    line-height: 2;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: .25em;
    width: 100%;
}

.select_sub {
    width: 100%;
    margin: 0; 
    padding: 0 0 0 .5em;
    color: #333;
    cursor: pointer;
	font-size: 15px;
}

.select_sub::-ms-expand {
    display: none
}

.select_main::after {
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #efefef;
    pointer-events: none;
    color: #555;
}

.select_main:hover::after {
    color: #999;
}

.select_main::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.result_title_subject {
    width: 100%;
    display: flex;
    padding: 8px 0
}

.code_title {
    width: 10%;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.subject_title {
    width: 53%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 16px
}

.point_title {
    width: 27%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 20px
}

.point_titles {
    width: 27%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 8px
}

.view_result_button {
    text-align: center;
    padding: 10px 0
}

.result_button {
    border: none;
    background: #00834c;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 5px 12px -4px #444;
    border-radius: 50px;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.result_button:hover {
    background: #27b77b;
    color: #fff;
    box-shadow: 0 5px 15px -2px #222
}

.result_input_control {
    width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    padding: 4px 5px!important;
    background: 0 0
}

.total_result {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.total_result .total_point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0!important;
    border-radius: 70px;
    background: red;
    color: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px -3px #000000b3
}

.total_result .title {
    margin: 0!important;
    padding: 0 0 10px 0;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.total_result .grade,
.total_result .point {
    margin: 0!important;
    padding: 0!important;
    font-size: 40px!important;
    text-align: center;
    line-height: 30px!important;
    font-weight: 700;
    color: #fff;
}

.total_result .total_grade {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0;
    border-radius: 70px;
    background: green;
    color: #fff;
    padding: 10px;
    margin-right: 20px;
    box-shadow: 0 4px 8px -3px #000000b3
}

.total {
    line-height: 25px
}

.jsc {
    justify-content: center
}

.result_column {
    width: 50%
}

.subject_name_title {
    display: flex;
    flex: 1
}

.paper {
    display: flex;
    flex: 1;
    justify-content: center
}

.grade_point {
    display: flex;
    flex: 1
}

.subject_name {
    width: 45%
}

.paper_name {
    width: 33.33%
}

.grade_point_main {
    width: 33.33%
}

.paper_ul {
    margin: 0!important;
    padding: 0;
    text-align: center
}

.paper_ul .first_paper_1 {
    border-bottom: 1px solid #fff
}

.paper_ul .first_paper_1,
.paper_ul .second_paper_2 {
    list-style: none;
    font-size: 14px;
    padding: 6px 0
}

.grade_and_paper_main {
    width: 55%;
    display: flex
}

.paper_name_main {
    flex: 1
}

.grade_point_main_result {
    display: flex;
    flex: 1;
    justify-items: center;
    flex-direction: column;
    justify-content: center
}

.select_grades:first-child {
    border-bottom: 1px solid #fff
}

.degree_result_control {
    padding: 2px 5px!important;
    margin: 4px 0!important
}

.degree_select_main {
    margin: 3px 0!important
}

.compulsory_subject {
    width: 74%
}

.grade_point_compulsory {
    width: 28%
}

.grede_format_box sup {
    text-transform: capitalize
}

@media only screen and (min-width:669px) and (max-width:993px) {
    .result_container {
        width: 95%;
        margin: 0 auto
    }
}

@media only screen and (max-width:668px) {
    .result_column_degree_1 {
        width: 100%;
        padding: 0;
        padding-bottom: 10px
    }
    .result_column_degree_2 {
        width: 100%
    }
    .result_sub_grade_degree {
        width: 100%!important
    }
    .grade_point_main_result {
        flex: 2!important
    }
    .compulsory_subject {
        width: 100%
    }
    .grade_point_compulsory {
        width: 100%
    }
    .subject_name {
        width: 100%
    }
    .grade_and_paper_main {
        width: 100%;
        display: flex
    }
    .select_main {
        line-height: 2.5
    }
    .result_main_content {
        padding: 4px
    }
    .code_title {
        font-size: 14px;
        text-align: left;
        padding-left: 15px
    }
    .result_container .title {
        font-size: 14px
    }
    .d_sm_none {
        display: none
    }
    .d_sm_block {
        display: block;
        width: 100%;
        text-align: center
    }
    .result_container {
        width: 100%;
        margin: 0 auto
    }
    .result_title {
        font-size: 22px!important
    }
    .result_row_main {
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }
    .result_column_1 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px
    }
    .result_main_content {
        margin: 10px 0 15px 0
    }
    .result_column_2 {
        width: 100%;
        padding-left: 0
    }
    .result_sub_grade {
        display: flex;
        width: 80%;
        align-items: center;
        flex-direction: column
    }
    #result_subject {
        padding-right: 0
    }
    .result_sub_code {
        width: 15%
    }
    .result_sub_grade {
        display: flex;
        width: 85%;
        align-items: center;
        flex-direction: column
    }
    .result_subject {
        width: 100%;
        padding-bottom: 5px;
        margin: 0
    }
    .result_grade {
        width: 100%
    }
    .result_sub_code p.code {
        color: #333;
        font-size: 14px
    }
    .result_subject p.subject {
        padding: 8px
    }
    .code_title {
        width: 30%
    }
    #grade_point .select {
        font-size: 14px!important
    }
    #grade_point .select-options li {
        font-size: 14px!important
    }
    #result_subject .select_subject {
        font-size: 14px!important
    }
    #result_subject .select-options_subject li {
        font-size: 14px!important
    }
    .result_container button.button_group {
        font-size: 12px;
        font-weight: 400
    }
    .result_container button.button {
        font-size: 12px
    }
    .subject_title {
        font-size: 14px
    }
    .point_titles {
        font-size: 14px
    }
    .result_column {
        width: 100%
    }
}

::placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

::-ms-input-placeholder {
    color: #888
}

.gpa-calculator__container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gpa-calculator__container ul {
    margin: 0;
    padding: 0;
    list-style: none
}
/*
.gpa-calculator__container p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0px 15px 0px!important;
    padding: 0!important;
}
*/
.gpa-calculator__container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.gpa-calculator__container .gpa-calculator__wrapper {
    padding: 10px;
    box-shadow: 0 .25em 1em rgba(7, 29, 63, .125)
}

.gpa-calculator__container .gpa-calculator__main-ul {
    display: flex;
    flex-direction: column
}

.gpa-calculator__container .gpa-calculator__main-li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    list-style-type: none!important
}

.gpa-calculator__container .gpa-calculator__heading {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center
}

.gpa-calculator__container .gpa-calculator__header-text {
    font-size: 28px;
    font-weight: 700;
    color: #4a4a4acc
}

.gpa-calculator__container .gpa-calculator__remove-all {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 1px solid #4a5b7d;
    border-radius: 50%;
    color: #e0e2e6;
    font-size: 1.3125rem;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xIDFsNCA0IDQtNE0xIDlsNC00IDQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMEQyNDUxIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s cubic-bezier(.16, .68, .43, .99)
}

.gpa-calculator__container .gpa-calculator__remove-all:hover {
    border-color: red;
    background-color: transparent
}

.gpa-calculator__container .active-hover {
    border-color: red!important;
    box-shadow: 0 5px 12px -5px #0d2451!important
}

.gpa-calculator__remove-item:hover {
    border-color: red!important;
    background-color: #fff!important
}

.gpa-calculator__container .gpa-calculator__course-ul {
    margin: 0;
    padding: 10px;
    width: 100%
}

.gpa-calculator__container .gpa-calculator__course-li {
    width: 100%;
    display: flex;
    margin: 0;
    align-items: center
}

.gpa-calculator__container .gpa-calculator__input {
    height: 50px;
    flex: 0 1 auto;
    margin: 0;
    padding: 5px 10px;
    outline: 0;
    color: #575757!important;
    background-color: transparent!important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e2e6!important;
    border-left: 1px solid #e0e2e6!important;
    font-size: 16px;
    font-weight: 400
}

.gpa-calculator__container .gpa-calculator__course-name {
    flex: 0 1 350px
}

.gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__course-name {
    border-top: 1px solid #e0e2e6!important;
    border-top-left-radius: 5px!important
}

.gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__course-name {
    border-bottom: 1px solid #e0e2e6!important;
    border-bottom-left-radius: 5px!important
}

.gpa-calculator__container .gpa-calculator__credits {
    border-right: 1px solid #e0e2e6!important;
    -moz-appearance: textfield!important
}

.gpa-calculator__container .gpa-calculator__credits:focus,
.gpa-calculator__container .gpa-calculator__credits:hover {
    border-right: 1px solid #e0e2e6!important;
    -moz-appearance: textfield!important
}

.gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__credits {
    border-top: 1px solid #e0e2e6!important;
    border-top-right-radius: 5px!important
}

.gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__credits {
    border-bottom: 1px solid #e0e2e6!important;
    border-bottom-right-radius: 5px!important
}

.gpa-calculator__container .gpa-calculator__grate {
    height: 50px;
    flex: 0 0 calc(33.33333% - 5rem);
    width: calc(33.33333% - 5rem);
    max-width: calc(33.33333% - 5rem);
    margin: 0;
    padding: 5px 10px;
    outline: 0;
    color: #848d9c!important;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent!important;
    border: none;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e0e2e6!important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkFydGJvYXJkIDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iQXJ0Ym9hcmQtMyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMi1Db3B5LTIiIHN0cm9rZT0iIzg0OEQ5QyIgcG9pbnRzPSIxIDEgNSA1IDkgMSI+PC9wb2x5bGluZT4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right .75rem center
}

.gpa-calculator__container .gpa-calculator__semester-cgpa {
    font-weight: 700!important;
    color: #3a3a3a
}

.gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__grate {
    border-top: 1px solid #e0e2e6
}

.gpa-calculator__container .gpa-calculator__credits {
    width: 100%
}

.gpa-calculator__container .gpa-calculator__remove-item {
    margin: 0;
    margin-left: 10px;
    padding: 12px;
    outline: 0;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    color: #e0e2e6;
    font-size: 1.3125rem;
    line-height: 1;
    font-weight: 400;
    cursor: pointer!important;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xIDFsNCA0IDQtNE0xIDlsNC00IDQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODQ4RDlDIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s cubic-bezier(.16, .68, .43, .99);
    box-shadow: none!important
}

.gpa-calculator__container .gpa-calculator__add-course-semester {
    display: flex;
    align-items: center;
    padding: 10px
}

.gpa-calculator__container .gpa-calculator__semester-result {
    font-size: 22px;
    color: #000;
    font-weight: 400
}

.gpa-calculator__container .gpa-calculator__semester-result>span {
    font-size: 20px;
    font-weight: 400;
    color: #575757
}

.cgpa-calculator__result {
    font-weight: 700!important
}

.gpa-calculator__container .gpa-calculator__add-course {
    padding-left: 10px
}

.gpa-calculator__container .gpa-calculator__add-course__button {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 30px;
    background: 0 0;
    color: #e68a00;
    border: 1px solid #e68a00;
    border-radius: 50px!important;
    box-shadow: 0 5px 12px -5px rgba(5, 8, 12, .589)!important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px
}

.gpa-calculator__container .gpa-calculator__add-course__button:hover {
    background: 0 0;
    color: #158a67!important;
    border: 1px solid #158a67;
    box-shadow: 0 5px 18px -5px rgba(2, 16, 34, .815)!important
}

.gpa-calculator__container .gpa-calculator__add-semester {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center
}

.gpa-calculator__container .gpa-calculator__add-semester__button {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 30px;
    background: 0 0;
    color: #e68a00;
    border: 1px solid #e68a00;
    border-radius: 50px!important;
    box-shadow: 0 5px 12px -5px rgba(5, 8, 12, .589)!important;
    margin-right: 10px
}

.gpa-calculator__container .gpa-calculator__add-semester__button:hover {
    background: 0 0;
    color: #158a67!important;
    border: 1px solid #158a67;
    box-shadow: 0 5px 18px -5px rgba(2, 16, 34, .815)!important
}

@media only screen and (max-width:669px) {
    .gpa-calculator__container .gpa-calculator__course-li {
        flex-wrap: wrap;
        margin-bottom: 5px
    }
    .gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__course-name {
        border-bottom-left-radius: 0!important;
        border-top-right-radius: 5px!important;
        border-bottom: 0!important
    }
    .gpa-calculator__container .gpa-calculator__course-name {
        flex: 0 1 calc(100% - 3rem)!important;
        width: calc(100% - 3rem);
        max-width: calc(100% - 3rem);
        border-right: 1px solid #e0e2e6!important;
        border-bottom: 1px solid #e0e2e6!important;
        border-top-left-radius: 5px!important;
        border-top-right-radius: 5px!important;
        border-top: 1px solid #e0e2e6!important
    }
    .gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__course-name {
        border-right: 1px solid #e0e2e6!important;
        border-bottom-left-radius: 0!important;
        border-top-right-radius: 5px!important
    }
    .gpa-calculator__container .gpa-calculator__credits {
        flex: 0 0 calc(50% - 1rem)!important;
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 5px!important
    }
    .gpa-calculator__container .gpa-calculator__grate {
        flex: 0 0 calc(50% - 2rem);
        width: calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        border-bottom-left-radius: 5px!important
    }
    .gpa-calculator__container .gpa-calculator__remove-item {
        margin-top: -50px;
        margin-left: 10px;
    }
    .gpa-calculator__container .gpa-calculator__add-semester {
        flex-wrap: wrap;
        justify-content: center
    }
    .gpa-calculator__container .gpa-calculator__add-course-semester {
        flex-wrap: wrap;
        justify-content: center
    }
    .gpa-calculator__container .gpa-calculator__remove-all {
        margin-right: 12px
    }
}

.gpa-calculator__container .gpa-calculator__add-course__button {
    margin-right: 30px;
}

.gpa-calculator__container .gpa-calculator__add-semester__button {
    margin-bottom: 10px;
}

/* 
My Code
------------------------------------------------------------------------------------------------------*/
.entry-categories {
	display: block;
	padding: 5px 0 5px 0;
	text-align: left;
	color: #444;
}

.entry-author-name {
	color: #737171;
}

input[type=search] {
    margin-bottom: 15px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}

}

@media only screen and (max-width: 1023px) {

	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 808px; /*740*/
	}

	.content,
	.footer-widgets-1,
	.sidebar-primary,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
		padding-top: 2px;
      	padding-bottom: 3px;
	}

	.footer-widgets,
	.genesis-nav-menu,
	.site-header .widget-area,
	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 5px 10px;
	}
	
	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html > body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 60px;
	}
	
	.home-top .widget_text {
		font-size: 30px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
	.nav-primary .genesis-nav-menu {
	  overflow: auto;
      line-height: .2;
      white-space: nowrap;
}

}

@media only screen and (max-width: 768px) {

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 5px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.education-pro-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 5%;
		margin-right: 5%;
		padding: 5px 0 30px 0;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget {
		width: 100%;
	}
	
	.home-middle {
	    padding: 40px 0 60px 0;
	}
	
	.home-bottom {
		padding: 40px 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: 0;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 0;
		margin: 0;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 20px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}
  	.breadcrumb {
	    padding: 10px 15px;
	}
  
  	.title-area {
	    padding: 10px 10px 12px 10px;
	}
  
    .table-responsive {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
      }
  
  	.site-header ul.genesis-nav-menu {
          overflow: scroll;
          white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.title-area {
		width: 100%;
	}
	
	.title-area {
		max-width: 100%;
	}
	.site-title {
	    font-size: 24px;
	}
}

/**  Content Box **/
.content-box-blue,
.content-box-green {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
.content-box-blue {
    background-color: #d8ecf7;
    border-top: 2px solid #afcde3;
    font-size: 17px;
    word-spacing: normal;
    line-height: 1.8em;
}
.content-box-green {
    background-color: #d9edc2;
    border-top: 2px solid #b2ce96;
    font-size: 17px;
    word-spacing: normal;
    line-height: 1.8em;
}
.button-blue,
.button-green {
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}
.button-blue:hover,
.button-green:hover {
    text-decoration: none;
}
.button-blue {
    background-color: #d8ecf7;
    border: 2px solid #afcde3;
}
.button-blue:hover {
    background-color: #d8ecf7;
    border: 3px solid #83a2be;
}
.button-green {
    background-color: #b2ce96;
    border: 2px solid #b2ce96;
}
.button-green:hover {
    background-color: #86a36e;
    border: 3px solid #86a36e;
}

/* TOC */
.table-of-contents ul {
	margin-left: 25px;
}

.table-of-contents ul > li {
    list-style-type: none;
	padding-top: 0;
}

.table-of-contents {
	padding: 25px 0 5px 15px;
	margin: 20px 0 30px 0;
	background: #f7fffc;
	border-left: 4px #158a67 solid;
	position: relative;
}

.table-of-contents .toc-headline {
  font-size: 22px;
  color: #00834c;
  font-weight: 600;
  display: block;
}

.table-of-contents li:before {
  content: '';
  transform: translateX(-0.75em) rotate(45deg);
  height: 0.5em;
  width: 0.5em;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  border-radius: 0;
  background: 0 0;
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
}

.table-of-contents li {
  position: relative;
  padding-left: 0.6rem;
  line-height: 1.5em;
  margin: 15px 0;
}

.table-of-contents li:hover {
  padding-left: .5rem;
}

.table-of-contents li a {
  color: #2c5876;
}

/* YARPP */
.yarpp-heading {
  	display: block;
	font-size: 22px;
	font-weight: bold;
  	margin-bottom: 10px
}

.yarpp-thumbnail-default,
.yarpp-thumbnail-title,
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-default,
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
    display: block;
    width: 256px;
    height: 144px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 1em;
    max-height: 3.3em;
    margin: 10px 0;
	display: inline-block;
	width: 296px;
	height: 146px;
  	color: #00834c;
}