@charset "utf-8";

/* CSS Document */
 /***************************************************************************************
	GENERAL LAYOUT GUIDELINES	
	LAYOUT WIDTH :1366px	
	FONT: sans-serif
	font-family: "proxima-nova", sans-serif;
	Available Weights: 400, 400 Italic, 600, 700
***************************************************************************************/

/* ! GENERAL START */
/**
	This section is use for reset CSS.
*/

*,
* * {
	margin: 0;
	padding: 0;
	font-size: 1em;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 65%;
	line-height: 1.55;
	letter-spacing: 0.01em;
	color: #2c2d2e;
	padding: 0;
	font-family: "proxima-nova", sans-serif;
	margin: 0;
	font-weight: 400;
	background: #fff;
}

/* Font color change for class page start */
body.class-page { 
	color:#000;
}
/* Font color change for class page end */

/* Body Font family for class page start */

body.class-body-font-proxima-nova {
	font-family: "proxima-nova", sans-serif;
}

body.class-body-font-raleway {
	font-family: "raleway", sans-serif;
}

body.class-body-font-schoolbook {
	font-family: schoolbook, serif;
}

body.class-body-font-freight-text-pro {
	font-family: "freight-text-pro", sans-serif;
}

/* Body Font family for class page end */

a {
	color: #f47321;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
}

.no-touchevents a:hover {
	color: #b65521;
}

:focus {
	outline: 0;
}

a[href^="tel:"] {
	cursor: text;
	color: #e0921a;
}

p {
	font-size: 1.58em;
	margin-bottom: 23px;
	line-height: 1.4;
}

p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

sub {
	font-size: 70%;
	top: -8px;
	line-height: 0.7;
}

address {
	font-size: 1.6em;
	font-style: normal;
	font-weight: 400;
}

blockquote,
p blockquote {
	font-family: schoolbook, serif;
	font-size: 1.7546em;
	margin: 0 0 30px 26px;
	line-height: 1.5;
	font-weight: 700;
	border-left: 1px solid #192857;
	padding-left: 14.666px;
}

blockquote:last-child,
p blockquote:last-child {
	margin-bottom:0;
}

blockquote p {
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: 0px;
}

blockquote h6 {
	display: block;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: right;
}

blockquote h6:before {
	content: "— ";
}

/* Class pages Blockquote CSS start */
.page-color-purple .internal-main-container blockquote,
.page-color-purple .internal-main-container p blockquote {
	color: #571e57;
	border-left-color: #571e57;
}

.page-color-green .internal-main-container blockquote,
.page-color-green .internal-main-container p blockquote {
	color: #6e8834;
	border-left-color: #6e8834;
}

.page-color-orange .internal-main-container blockquote,
.page-color-orange .internal-main-container p blockquote {
	color: #b65521;
	border-left-color: #b65521;
}

.page-color-teal .internal-main-container blockquote,
.page-color-teal .internal-main-container p blockquote {
	color: #00978b;
	border-left-color: #00978b;
}

.page-color-bright-orange .internal-main-container blockquote,
.page-color-bright-orange .internal-main-container p blockquote {
	color: #ee3e23;
	border-left-color: #ee3e23;
}

.page-color-black .internal-main-container blockquote,
.page-color-black .internal-main-container p blockquote {
	color: #000;
	border-left-color: #000;
}

/* Class pages Blockquote CSS end */

hr {
	background: #000;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

/* ! HEADINGS START */
/**
	This section is use for all heading tag default CSS.
*/

h1 {
	font-size: 2.888em;
	margin: 0 0 5px;
	line-height: 1.1;
	font-weight: 900;
}

h1:last-child{ 
	margin-bottom:0;
}

h2 {
	font-family: schoolbook, serif;
	font-size: 1.398em;
	color: #0d2c6c;
	margin: 0 0 23px;
	padding-bottom: 10px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #0d2c6c;
}

h3 {
	font-size: 2.25em;
	color: #1d1e1e;
	margin: 0 0 25px;
	line-height: 1.1;
	font-weight: 700;
}

h4 {
	font-family: schoolbook, serif;
	font-size: 1.7em;
	margin: 0 0 5px;
	line-height: 1.3;
	font-weight: 700;
}

h5 {
	font-size: 1.58em;
	margin: 0 0 5px;
	line-height: 1.4;
	font-weight: 900;
	text-transform: uppercase;
}

h6 {
	font-size: 1.58em;
	margin: 0 0 5px;
	line-height: 1.4;
	font-weight: 700;
}

/* Heading Font family for class page start */

body.class-heading-font-proxima-nova h1,
body.class-heading-font-proxima-nova h2,
body.class-heading-font-proxima-nova h3,
body.class-heading-font-proxima-nova h4,
body.class-heading-font-proxima-nova h5,
body.class-heading-font-proxima-nova h6 {
	font-family: "proxima-nova", sans-serif;
	font-weight:400;
}

body.class-heading-font-raleway h1,
body.class-heading-font-raleway h2,
body.class-heading-font-raleway h3,
body.class-heading-font-raleway h4,
body.class-heading-font-raleway h5,
body.class-heading-font-raleway h6 {
	font-family: "raleway", sans-serif;
	font-weight:400;
}

body.class-heading-font-schoolbook h1,
body.class-heading-font-schoolbook h2,
body.class-heading-font-schoolbook h3,
body.class-heading-font-schoolbook h4,
body.class-heading-font-schoolbook h5,
body.class-heading-font-schoolbook h6{
	font-family: schoolbook, sans-serif;
	font-weight:400;
}

body.class-heading-font-freight-text-pro h1,
body.class-heading-font-freight-text-pro h2,
body.class-heading-font-freight-text-pro h3,
body.class-heading-font-freight-text-pro h4,
body.class-heading-font-freight-text-pro h5,
body.class-heading-font-freight-text-pro h6{
	font-family: "freight-text-pro", sans-serif;
	font-weight:400;
}
/* Heading Font family for class page end */

/* Heading Font weight for class page start */
body.heading-font-bold h1,
body.heading-font-bold h2,
body.heading-font-bold h3,
body.heading-font-bold h4,
body.heading-font-bold h5,
body.heading-font-bold h6{
	font-weight:700;
}

body.heading-font-light h1,
body.heading-font-light h2,
body.heading-font-light h3,
body.heading-font-light h4,
body.heading-font-light h5,
body.heading-font-light h6 {
	font-weight:300;
}
/* Heading Font weight for class page start */

/* Headings end */

/* ! LISTS START */
/**
	This section is use for all default Ul, Ol, CSS.
*/

/* Default Ul and Ol start */

ul,
ol {
	margin-bottom: 23px;
	margin-left: 0;
}

ul li,
ol li {
	line-height: 1.4;
	list-style: none;
	font-size: 1.58em;
	list-style: none;
}

ul > li,
ol > li {
	margin-left: 20px;
}

ul > li:before {
	position: absolute;
	top: 10px;
	left: -13px;
	width: 4px;
	height: 4px;
	background-color: #192857;
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

li ol,
li ul {
	margin: 5px 0 5px;
}

ol > li {
	list-style-type: decimal;
	padding-left: 6px;
}

ul ul li,
ol ol li {
	font-size: 1em;
}

ol ol {
	counter-reset: li;
}

ol ol > li {
	margin-left: 20px;
	padding-left: 7px;
	list-style-type: none;
}

ol ol > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: -31px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 2em;
	text-align: center;
}

ol ol > li:after {
	content: ")";
	position: absolute;
	top: 0;
	left: -5px;
}

/* Default Ul and Ol end */

/* ! FORM CSS START */
/**
	This section is use for all default form elements CSS.
*/

input,
textarea {
	font-family: "proxima-nova", sans-serif;
	border: 2px solid #6e8834;
	padding: 11px 15px;
	border-radius: 0;
	color: #6e8834;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	outline: none;
	background: #fff;
	transition: border 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	width: 100%;
	height: 147px;
	overflow-y: auto;
}

select {
	font-family: "proxima-nova", sans-serif;
	border: 2px solid #6e8834;
	padding:11px 35px 11px 15px;
	border-radius: 0;
	color: #6e8834;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	outline: none;
	background: #fff;
	transition: border 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s;
	background-image: url(../images/icons/drop-down-arrow.svg);
	background-position: 99% 10px;
	background-size: 28px auto;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
    display: none;
}



input:focus,
textarea:focus,
select:focus {
	border-color: #192857;
	outline: 0;
}


form[class*="vfb"] textarea {
	width: 100%;
}

form[class*="vfb"] li:before {
	display: none;
}


form[class*="vfb"] li:not(.vfb-item-address) {
	display: inline-block
}

form[class*="vfb"] ul,
form[class*="vfb"] li {
	margin: 0;
	width: 100%;
}

form[class*="vfb"] li  {
	vertical-align: top;
}

form[class*="vfb"] li label {
	display: block;
	padding: 8px 0;
}

fieldset {
	border-width: 0;
}

form button,
form .button,
form input[type="submit"] {
	font-size: 1em;
}

.vfb-error,
.vfb-required-asterisk {
	color: #dc9600;
}

.vfb-item-submit input {
	background-image: url(../images/icons/white-arrow.svg);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center right 10px;
	
}

.vfb-legend h3 {
	font-family: schoolbook, serif;
	font-size: 1.398em;
	margin: 0 0 23px;
	padding-bottom: 13px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #192857;
}

/* Staff page search css start */

.form-group label,
.form-group .form-control {
	font-size: 1.58em;

}
.form-group label {
	margin-bottom: 5px;
	display: block;
}

.form-group {
	margin-bottom: 10px;
}


/* Staff page search css End */

/* Form CSS End*/

/* ! PLACEHOLDER CSS START */
/**
	This section is used for all form element placeholder.
*/
::-webkit-input-placeholder {
 color:#939393;
 opacity:1;
}

:-moz-placeholder {
 color:#939393;
 opacity:1;
}

::-moz-placeholder {
 color:#939393;
 opacity:1;
}

:-ms-input-placeholder {
 color:#939393;
 opacity:1;
}

.placeholder {
	color:#939393;
}
/* placeholder css end */

/* ! HEADER SEARCH INPUT PLACEHOLDER CSS START */
/**
	This section is used for header area search placeholder.
*/

.search-block-content input[type="text"].placeholder {
	color: rgba(255,255,255, 0.44);
}

.search-block-content input[type="text"]::-webkit-input-placeholder {
	color: rgba(255,255,255, 0.44);
}

.search-block-content input[type="text"]:-moz-placeholder {
	color: rgba(255,255,255, 0.44);
}

.search-block-content input[type="text"]::-moz-placeholder {
 	color: rgba(255,255,255, 0.44);
}

.search-block-content input[type="text"]:-ms-input-placeholder {
	color: rgba(255,255,255, 0.44);
}

/* Header search placeholder CSS end */

/* ! COMMON CSS START */
/**
	This section is used for all common class and id affect to all pages in the website.	 
*/

.main {
	display: block;
	min-height:200px;
}

.main .top-no-margin:first-child {
	margin-top: 0;
}

.main-container {
	padding: 0 15px;
	display: block;
}

.main-container-margin { 
	margin-top:30px;
	margin-bottom:30px;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
}

.internal-container {
	padding: 30px 0;
}

.clear {
	clear: both;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.floatleft,
.alignleft {
	float: left;
}

.alignleft {
	margin: 0 10px 10px 0;
}

.alignright {
	margin: 0 0 10px 10px;
}

.floatright,
.alignright {
	float: right;
}

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

img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
	border: none;
}

.icon {
	display: inline-block;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

figure,
.wp-caption {
    max-width: 100%;
	margin-bottom:30px;
}

figcaption,
.wp-caption-text{ 
	font-size:1.6em;
	text-align: center;
}

iframe {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	border: 0;
}

/* Common CSS end */

/* ! COMMON BUTTON CSS START */
/**
	This section is use for Common button style.
*/

.button,
 button,
 input[type="submit"]  {
	font-family: "proxima-nova", sans-serif;
	background-color: rgba(26, 40, 87, 0.75);
	color: #ffffff;
	display: inline-block;
	font-size: 1.666em;
	font-weight: 700;
	padding: 17px 49px 17px 17px;
	text-align: left;
	border: 0;
	margin: 0 auto;
	line-height: 1;
	cursor: pointer;
	transition: background 0.3s ease 0s, padding-right 0.3s ease 0s, min-width 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s, padding-right 0.3s ease 0s, min-width 0.3s ease 0s;	
	-webkit-appearance: none;
}

.button .icon,
input[type="submit"] .icon {
	background-image: url(../images/icons/sprite-icon.svg);
	background-position: 0 -107px;
	background-size: 24px auto;
	height: 21.5px;
	width: 24px;
	position: absolute;
	right: 13px;
	top: 15px;
}

.no-touchevents .button:hover,
.no-touchevents button:hover,
.no-touchevents input[type="submit"]:hover {
	background-color: rgba(26, 40, 87, 1);
	color: #fff;
	padding-right: 80px;
}

p .button,
p input[type="submit"] {
	font-size: 1.055em;
}

/* Buttons css for Page Color start */  
.page-color-purple .button,
.page-color-purple button,
.page-color-purple input[type="submit"] {
	background: rgba(88,30,87,0.75);
}

.no-touchevents .page-color-purple .button:hover,
.no-touchevents .page-color-purple button:hover,
.no-touchevents .page-color-purple input[type="submit"]:hover {
	background: rgba(88,30,87,1);
}

.page-color-green .button,
.page-color-green button,
.page-color-green input[type="submit"] {
	background: rgba(110,136,52,0.75);
}

.no-touchevents .page-color-green .button:hover,
.no-touchevents .page-color-green button:hover,
.no-touchevents .page-color-green input[type="submit"]:hover {
	background: rgba(110,136,52,1);
}

.page-color-orange .button,
.page-color-orange button,
.page-color-orange input[type="submit"] {
	background: rgba(220,104,30,0.8);
}

.no-touchevents .page-color-orange .button:hover,
.no-touchevents .page-color-orange button:hover,
.no-touchevents .page-color-orange input[type="submit"]:hover {
	background: rgba(220,104,30,1);
}

.page-color-teal .button,
.page-color-teal button,
.page-color-teal input[type="submit"] {
	background: rgba(0,151,139,0.75);
}

.no-touchevents .page-color-teal .button:hover,
.no-touchevents .page-color-teal button:hover,
.no-touchevents .page-color-teal input[type="submit"]:hover {
	background: rgba(0,151,139,1);
}

.page-color-bright-orange .button,
.page-color-bright-orange button,
.page-color-bright-orange input[type="submit"] {
	background: rgba(239, 62, 32, 0.75);
}

.no-touchevents .page-color-bright-orange .button:hover,
.no-touchevents .page-color-bright-orange button:hover,
.no-touchevents .page-color-bright-orange input[type="submit"]:hover {
	background: rgba(239, 62, 32, 1);
}

.page-color-black .button,
.page-color-black button,
.page-color-black input[type="submit"] {
	background: rgba(0, 0, 0, 0.75);
}

.no-touchevents .page-color-black .button:hover,
.no-touchevents .page-color-black button:hover,
.no-touchevents .page-color-black input[type="submit"]:hover {
	background: rgba(0, 0, 0, 1);
}
/* Buttons css for Page Color end */  
/* Common button CSS end */

/* ! VIDEO BUTTON CSS START */
/**
	This section is use for Common video button style.
*/

.button.video-button {
	font-size: 1.8em;
	padding-bottom: 16px;
	padding-right: 60px;
	padding-top: 16px;
	min-width: 250px;
	text-align: center;
}

p .button.video-button {
	font-size: 1em;
}

.no-touchevents .button.video-button:hover {
	padding-right: 90px;
	min-width: 280px;
}

.video-button .icon {
	background-image: url(../images/icons/sprite-icon-2.svg);
	height: 30px;
	width: 30px;
	background-position:0 -60px;
	background-size: 29px auto;
	top: 10px;
}
/* video button button CSS end */

/* ! TABLE CSS START */
/**
	This section is use for Common table style.
*/

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
	border: 1px solid rgba(26, 40, 87, 0.1);
	margin-bottom: 30px;
	overflow-y: hidden;
	width: 100%;
}

.table-responsive:last-child {
	margin-bottom: 0;
}

.table-responsive table {
	margin-bottom: 0;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 30px;
}

table thead th {
	font-size: 1.58em;
	padding: 9px 10px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	font-weight: 900;
	line-height: 1.3;
}

table td {
	padding: 5px 10px;
	font-size: 1.58em;
	line-height: 1.3;
	vertical-align: middle;
}

table tbody tr:nth-child(even) {
	background: #FFF;
}

table tbody tr:nth-child(odd) {
	background: rgba(26,40,87,0.1);
}

/* Page Color Table css start */ 
.page-color-purple table tbody tr:nth-child(odd) {
	background: rgba(88,30,87,0.1);
}

.page-color-green table tbody tr:nth-child(odd) {
	background: rgba(110,136,52,0.1);
}

.page-color-orange table tbody tr:nth-child(odd) {
	background: rgba(233,234,234,0.5);
}

.page-color-teal table tbody tr:nth-child(odd) {
	background: rgba(0,151,139,0.1);
}

.page-color-bright-orange table tbody tr:nth-child(odd) {
	background: rgba(239, 62, 32, 0.1);
}

.page-color-black table tbody tr:nth-child(odd) {
	background: rgba(0,0,0,0.1);
}
/* Page Color Table css end */
/* Table CSS end */

/* ! HEADER CSS START */
/**
	This section is use for site header style.	
*/

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 40, 87, 0.75);
	height: 72px;
	z-index: 1;
}

/* Header Logo CSS start */

.logo {
	padding: 0;
	display: inline-block;
}

.logo a {
	padding: 15px 24px 10px;
	display: inline-block;
}

.logo img {
	max-width: 150.485px;
}

.desktop-logo {
	display: none;
}

/* Header Logo CSS end */

/* Header right CSS start */

.header-right-mobile {
	float: right;
	padding: 20px 22px 20px 0;
}

.login-link {
	float: left;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 5px 22px 0 0;
}

.login-link a {
	color: #fff;
}

/* Mobile menu open/close CSS start */

.nav-dropdown {
	float: right;
	height: 32px;
	width: 29px;
	cursor: pointer;
}

.nav-dropdown .icon {
	background-image: url(../images/icons/close-icon-sprite.svg);
}

.nav-dropdown.open .icon {	
	background-position: 0 -65px;
	height: 22px;
	width: 29px;
	margin-top: 6px;
}

.nav-dropdown.close .icon {
	background-position: 0 -23px;
	height: 22px;
	width: 22px;
	margin-top: 6px;
}

/* Mobile menu open/close CSS end */
/* Header right CSS start */
/* Header area CSS end */

/* ! SIDEBAR CSS START */
/**
	This section is use for site sidebar menu style.	
*/

/* Hide skip to main content link off screen unless focused */

a.skip {
	position: absolute;
	left: -10000px;
	top:	auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding-top: 28px;
	font-size: 1.8em;
	color: #fff;
}

a.skip:focus {
	left: auto;
	width: auto;
	height: auto;
	top: 72px;
	padding: 28px 12px 17px;
	background-color: rgba(26, 40, 87, 0.75);
}

.sidebar {
	padding: 0 15px;
	display: none;
	width: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 72px;
}

.sidebar-block {
	padding-top: 35px;
}

.block {
	display: block;
	background-color: rgba(26,40,87, 0.90);
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px;
	color: #fff;
}

.block:last-child {
	margin-bottom: 0;
}

.block a {
	color: #fff;	
}

.no-touchevents .block a:hover {
	color: #e0921a;	
}

.block-layered-nav {
	background-color: rgba(26,40,87, 0.90);
}

.block-layered-nav:last-child {
	margin-bottom: 0;
}

.block ul {
	margin: 0;
}

.block ul li {
	margin: 0;
	font-size: 2em;
	border-bottom: 1px solid #fff;
	padding: 0;
}

.block ul li:last-child {
	border-bottom: 0;
}

.block ul li:before {
	display: none;
}

.block ul li a{
	display: block;
	padding: 10px 5px;
	transition: color 0.3s ease 0s, background 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.no-touchevents .block ul li a:hover,
.block ul li a.current-menu-item,
.block ul li.current-menu-item > a,
.block ul li.active > a {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);

}

.accordion-menu ul {
	display: none;
}

.block .accordion-menu li {
	border-bottom: 0;
}

.block .accordion-menu > li {
	font-size: 2.133em;
	font-weight: 700;
	padding: 0;
}

.accordion-menu > li > a {
	font-family: schoolbook, serif;
	padding: 14px 0;
	border-bottom: 1px solid #fff;
}

.accordion-menu > li:last-child > a {
	border-bottom: 0;
}

.accordion-menu > li > ul {
	margin-top: 5px;
}

.accordion-menu > li li {
	font-weight: 400;
	padding: 0;
	line-height: 1.2;
	font-size: 0.93em;
	border-bottom: 0;
}

.accordion-menu > li li a{
	padding:10px 5px 10px 15px;
}

.accordion-menu > li li li {
	font-size: 1em;
}

.accordion-menu > li li li a{
	padding-left:30px;
}

.sidebar .address-block {
	display: none;
}

.address-block {
	padding-top: 30px;
}

.address-block h4 {
	font-size: 1.144em;
	text-transform: uppercase;
	line-height: 1.4;
}

.address-block p {
	font-size: 0.898em;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.4;
}

.address-block a[href^="tel:"]{
	color: #fff;
}

.address-block p:last-child {
	margin-bottom: 0;
}

/* Class pages sidebar block css start */
.class-page.page-color-blue .block { 
	background-color: rgba(26,40,87, 0.90);
}

.class-page.page-color-purple .block{
	background-color: rgba(88,30,87, 0.90);
}

.class-page.page-color-green .block{ 
	background-color: rgba(110, 136, 52, 0.90);
}

.class-page.page-color-orange .block{
	background-color: rgba(183, 86, 34, 0.90);
}

.class-page.page-color-teal .block{ 
	background-color: rgba(0, 151, 139, 0.90);
}

.class-page.page-color-bright-orange .block{ 
	background-color: rgba(239, 62, 32, 0.90);
}

.class-page.page-color-black .block{ 
	background-color: rgba(0, 0, 0, 0.90);
}


.no-touchevents .class-page.page-color-black .block ul li a:hover,
.class-page.page-color-black .block ul li a.current-menu-item,
.class-page.page-color-black .block ul li a.current-menu-item > a,
.class-page.page-color-black .block ul li a ul li.active > a {
    background: rgba(255, 255, 255, 0.2);
}
/* Class pages sidebar block css end */
/* Sidebar css end */

/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/

.footer {
	padding-bottom: 0 !important;
	min-height: 365px;
	background-color: #081825;
	padding: 15px 0;
	color: #fff;
	overflow: hidden;
}

/* Footer left start */

.footer-left .address-block {
	padding-top: 0;
}

/* Footer left end *

/* Footer links start */

.no-touchevents .footer a:hover {
	color: #e0921a;
}

.footer ul {
	margin: 0;
}

.footer ul li {
	margin: 0;
}

.footer ul li:before {
	display: none;
}

.footer-left {
	float: left;
	width: 50%;
	padding-right: 15px;
	margin-bottom: 0;
}

.footer-right {
	float: right;
	width: 50%;
	padding-top: 0;
	padding-left: 15px;
	text-align: center;
}

.footer-links {
	margin-bottom: 28px;
}

.footer-links ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 1em;
	font-weight: 700;
}

.footer-links ul li a {
	color: #fff;
}

.footer-links ul li.current-menu-item a {
	color: #0d2c6c;
}

/* Footer links end */

/* Footer social links start */

.social-links ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0 -2px;
	padding: 0 5px;
	opacity: 0.7;
}

.social-links ul li a img {
    max-width: 19px;
}

.social-links ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c9c9ca;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c9c9ca;
}

.social-links ul {
    display: flex;
    align-items: center;
}

.social-links ul li:first-child {
	padding-left: 0;
}

.social-links ul li:last-child {
	padding-right: 0;
}

.social-links ul li.instagram-link a {
	background-position: 0 -50px;
}

.social-links ul li.youtube-link a {
	background-position: 0 -100px;
}

/* Footer social links ends */

/* Footer ends */

/* ! HOME PAGE START */
/**
	This section is use for home page CSS style.	
*/

/* Home page banner css start */ 

.home-page-banner-section {
	height: 790px;
	width: 100%;
}

.home-page-banner-section .slide-show {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.home-page-banner-section .banner-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.home-page-banner-section .banner-image.slide-active {
	z-index: 0;
}

.home-page-banner-section .main-container {
	height: 100%;
	padding-top: 54px;
	position: absolute;
	width: 100%;
	color: #fff;
	z-index: 0;
}

.home-page-banner-section .container {
	height: 100%;
	padding: 15px 0;
}

.home-page-banner-section .button.video-button {
	background-color: rgba(88, 30, 87, 0.75);
}

.home-page-banner-section h1 { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; line-height: normal; font-size: 110px; font-weight: 400; text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
.home-page-banner-section h1 strong { display: block; font-size: 150px; text-transform: uppercase; }


.no-touchevents .home-page-banner-section .button.video-button:hover {
	background-color: rgba(88, 30, 87, 1);
}

/* Home page banner css end */

/* Search and Notification start */

.search-notification-block {
	text-align: right;
	padding: 16px 15px 0;
}

/* Notification start */

.notification-block {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(26, 40, 87, 0.75);
	min-height: 61px;
	padding-right: 61px;
	color: #fff;
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
}

.notification-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 61px;
	height: 61px;
	display: block;
}

.notification-content {
	padding: 15px 10px 15px 15px;
	text-align: left;
	max-width: 489px;
}

.notification {
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.notification-block.outer-panel > .notification {
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}

.notification p {
	font-size: 1.4em;
}

.notification:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.notification-button .icon {
	background-image: url(../images/icons/sprite-icon-2.svg);
	background-position: 0 -45px;
	height: 35px;
	position: absolute;
	right: 9px;
	top: 12px;
	width: 42px;
}

/* Notification end */

/* Search start */

.search-block {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(26, 40, 87, 0.75);
	min-height: 61px;
	min-width: 61px;
	display: none;
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
}

.search-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 61px;
	height: 61px;
	display: block;
	background: transparent;
	padding: 0;
}

.no-touchevents .search-button:hover {
	padding: 0;
	background-color: transparent;
}

/* Page Color search button css start */
.page-color-purple button.search-button,
.no-touchevents .page-color-purple button.search-button:hover,
.page-color-orange button.search-button,
.no-touchevents .page-color-orange button.search-button:hover,
.page-color-teal button.search-button,
.no-touchevents .page-color-teal button.search-button:hover,
.page-color-green button.search-button,
.no-touchevents .page-color-green button.search-button:hover,
.page-color-bright-orange button.search-button,
.no-touchevents .page-color-bright-orange button.search-button:hover,
.page-color-black button.search-button,
.no-touchevents .page-color-black button.search-button:hover  {
	background: transparent;
}
/* Page Color search button css end */

.search-block-content {
	padding: 0 71px 0 12px;
}

.home .search-block-content input[type="text"] {
	min-width: 314px;
}

.search-button .icon {
	background-image: url(../images/icons/sprite-icon-2.svg);
	background-position: 0 0;
	height: 38px;
	position: absolute;
	right: 11px;
	top: 11px;
	width: 38px;
}

.search-block-content input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 2.133em;
	padding: 14px 10px 6px;
	font-weight: 700;
}

.search-notification-block .target-div {
	display: none;
}

.sidebar-block .search-block {
	display: block;
	margin-bottom: 13px;
}

.home .sidebar-block .search-block-content input[type="text"] {
	min-width: inherit;
}
/* Search end */

/* Search and Notification start */

/* ! POPUP CSS START*/
/**
	This section is use for popup CSS style.	
*/

.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 9999;
	padding: 50px 15px 15px;
}

/* Popup Close Button start*/

.popup-close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.popup-close .icon {
	background-image: url(../images/icons/close-icon-sprite.svg);
	background-position: 0 0;
	background-size: cover;
	-webkit-background-size: cover;
	display: block;
	height: 30px;
	width: 30px;
}

.no-touchevents .popup-close:hover .icon {
	background-position: 0 -32px;
}

/* Popup Close Button end */

/* Popup CSS end */

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* Internal page banner css start */

.internal-page-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 272px;
	z-index: 0;
}

.internal-page-banner .main-container {
	height: 100%;
	padding-top: 72px;
	position: absolute;
	width: 100%;
	color: #fff;
	z-index: 0;
}

.internal-page-banner .container {
	height: 100%;
	padding: 15px 0;
}

.banner-caption {
	display: table;
	width: 100%;
	height: 100%;
}

.internal-page-banner:not(.view-book-page-banner):not(.no-image) h1 {
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

.banner-caption-container {
	display: table-cell;
	vertical-align: middle;
}
/* Internal page banner css end */

/* View Book page banner css start */
.view-book-page-banner  {
	 height: 426px;
}

.view-book-page-banner .overlay-bg {
	background-color: rgba(147, 149, 152, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.view-book-page-banner .container {
	 padding-left:15px;
	 padding-right:15px;
}

.view-book-page-banner h2 {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}
/* View Book page banner css end */

/* Calendar page banner css start */
.without-banner-text {
    height: 72px;
}
/* Calendar page banner css end */
/* Internal page banner css end */

/* Internal page top content css start */

.internal-page-top-content {
	margin-bottom:30px;
}

.internal-page-top-content p {
	font-size:2em;
}

/* Internal page top content css end */

/* Blockquote section css start */

.blockquote-section {
	padding: 30px 0;
}

.blockquote-section blockquote {
	border-left: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 28px;
}

/* Page Color Blockquote section css start */
.page-color-blue .blockquote-section {
	background-color: #0d2c6c;
	color: #fff;
}

.page-color-purple .blockquote-section {
	background-color: #939598;
	color: #fff;
}

.page-color-green .blockquote-section {
	background-color: #6e8834;
	color: #fff;
}

.page-color-orange .blockquote-section {
	background-color: #dc681e;
	color: #fff;
}

.page-color-teal .blockquote-section {
	background-color: #00968a;
	color: #fff;
}

.page-color-bright-orange .blockquote-section {
	background-color: #ee3e23;
	color: #fff;
}

.page-color-black .blockquote-section {
	background-color: #000000;
	color: #fff;
}

.class-page.page-color-blue .blockquote-section h6,
.class-page.page-color-purple .blockquote-section h6,
.class-page.page-color-green .blockquote-section h6,
.class-page.page-color-orange .blockquote-section h6,
.class-page.page-color-teal .blockquote-section h6,
.class-page.page-color-bright-orange .blockquote-section h6,
.class-page.page-color-black .blockquote-section h6 {
	 color:#fff;
}
/* Page Color Blockquote section css end */
/* Blockquote section css end */

/* Colored bar section css start */

.color-block-content {
	padding: 30px 0;
	color: #fff;
}

.color-block-content h2 {
	border-bottom-color: #fff;
}

.color-block-content ul > li:before {
	background-color: #fff;
}

.color-block-content blockquote,
.color-block-content p blockquote {
	border-left-color: #fff;
}

.color-block-content table tbody tr:nth-child(even) {
	background: none;
}

.color-block-content table tbody tr:nth-child(odd) {
	background: rgba(255,255,255,0.1);
}

/* Colored bar css of Page color blue start */

.page-color-blue .color-block-content {
	background-color: #192857;
}

.page-color-blue .color-block-content .button,
.page-color-blue .color-block-content button,
.page-color-blue .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #192857;
}

.no-touchevents .page-color-blue .color-block-content .button:hover,
.no-touchevents .page-color-blue .color-block-content button:hover,
.no-touchevents .page-color-blue .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #192857;
}

.page-color-blue .color-block-content .button .icon,
.page-color-blue .color-block-content button .icon,
.page-color-blue .color-block-content input[type="submit"] .icon {
	background-position: 0 -119px;
}

/* Colored bar css of Page color blue end */

/* Colored bar css of Page color purple start */

.page-color-purple .color-block-content {
	background-color: #571e57;
}

.page-color-purple .color-block-content .button,
.page-color-purple .color-block-content button,
.page-color-purple .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #571e57;
}

.no-touchevents .page-color-purple .color-block-content .button:hover,
.no-touchevents .page-color-purple .color-block-content button:hover,
.no-touchevents .page-color-purple .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #571e57;
}

.page-color-purple .color-block-content .button .icon,
.page-color-purple .color-block-content button .icon,
.page-color-purple .color-block-content input[type="submit"] .icon {
	background-position: 0 -140px;
}

/* Colored bar css of Page color purple end */

/* Colored bar css of Page color green start */

.page-color-green .color-block-content {
	background-color: #6e8834;
}

.page-color-green .color-block-content .button,
.page-color-green .color-block-content button,
.page-color-green .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #6e8834;
}

.no-touchevents .page-color-green .color-block-content .button:hover,
.no-touchevents .page-color-green .color-block-content button:hover,
.no-touchevents .color-block-content .page-color-green .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #6e8834;
}

.page-color-green .color-block-content .button .icon,
.page-color-green .color-block-content button .icon,
.page-color-green .color-block-content input[type="submit"] .icon {
	background-position: 0 -161px;
}

/* Colored bar css of Page color green start */

/* Colored bar css of Page color orange start */

.page-color-orange .color-block-content {
	background-color: #0d2c6c;
}

.no-touchevents .page-color-orange .color-block-content a:hover{
	color: #ffd4af;
}

.page-color-orange .color-block-content .button,
.page-color-orange .color-block-content button,
.page-color-orange .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #f47321;
}

.no-touchevents .page-color-orange .color-block-content .button:hover,
.no-touchevents .page-color-orange .color-block-content button:hover,
.no-touchevents .page-color-orange .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #f47321;
}

.page-color-orange .color-block-content .button .icon,
.page-color-orange .color-block-content button .icon,
.page-color-orange .color-block-content input[type="submit"] .icon {
	background-position: 0 -182px;
}

/* Colored bar css of Page color orange end */

/* Colored bar css of Page color teal start */

.page-color-teal .color-block-content {
	background-color: #00968a;
}

.no-touchevents .page-color-teal .color-block-content a:hover{
	color: #b0fff9;
}

.page-color-teal .color-block-content .button,
.page-color-teal .color-block-content button,
.page-color-teal .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #00968a;
}

.no-touchevents .page-color-teal .color-block-content .button:hover,
.no-touchevents .page-color-teal .color-block-content button:hover,
.no-touchevents .page-color-teal .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #00968a;
}

.page-color-teal .color-block-content .button .icon,
.page-color-teal .color-block-content button .icon,
.page-color-teal .color-block-content input[type="submit"] .icon {
	background-position: 0 -203px;
}

/* Colored bar css of Page color teal end */

/* Colored bar css of Page color bright orange start */

.page-color-bright-orange .color-block-content {
	background-color: #ee3e23;
}

.no-touchevents .page-color-bright-orange .color-block-content a:hover{
	color: #fabf76;
}

.page-color-bright-orange .color-block-content .button,
.page-color-bright-orange .color-block-content button,
.page-color-bright-orange .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #ee3e23;
}

.no-touchevents .page-color-bright-orange .color-block-content .button:hover,
.no-touchevents .page-color-bright-orange .color-block-content button:hover,
.no-touchevents .page-color-bright-orange .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #ee3e23;
}

.page-color-bright-orange .color-block-content .button .icon,
.page-color-bright-orange .color-block-content button .icon,
.page-color-bright-orange .color-block-content input[type="submit"] .icon {
	background-position: 0 -245px;
}

/* Colored bar css of Page color bright orange end */

/* Colored bar css of Page color black start */

.page-color-black .color-block-content {
	background-color: #000;
}

.page-color-black .color-block-content .button,
.page-color-black .color-block-content button,
.page-color-black .color-block-content input[type="submit"] {
	background: rgba(255,255,255,0.75);
	color: #000;
}

.no-touchevents .page-color-black .color-block-content .button:hover,
.no-touchevents .page-color-black .color-block-content button:hover,
.no-touchevents .page-color-black .color-block-content input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: #000;
}

.page-color-black .color-block-content .button .icon,
.page-color-black .color-block-content button .icon,
.page-color-black .color-block-content input[type="submit"] .icon {
	background-position: 0 -224px;
}

/* Colored bar css of Page color black end */

/* Colored bar css of Page color white end */
.page-color-white .color-block-content {
	color: #192857;
}

.class-page.page-color-white .color-block-content {
	color: #000;
}

/* Colored bar heading color for class page css start */
.class-page.page-color-blue .color-block-content h1,
.class-page.page-color-blue .color-block-content h2,
.class-page.page-color-blue .color-block-content h3,
.class-page.page-color-blue .color-block-content h4,
.class-page.page-color-blue .color-block-content h5,
.class-page.page-color-blue .color-block-content h6,
.class-page.page-color-purple .color-block-content h1,
.class-page.page-color-purple .color-block-content h2,
.class-page.page-color-purple .color-block-content h3,
.class-page.page-color-purple .color-block-content h4,
.class-page.page-color-purple .color-block-content h5,
.class-page.page-color-purple .color-block-content h6,
.class-page.page-color-green .color-block-content h1,
.class-page.page-color-green .color-block-content h2,
.class-page.page-color-green .color-block-content h3,
.class-page.page-color-green .color-block-content h4,
.class-page.page-color-green .color-block-content h5,
.class-page.page-color-green .color-block-content h6,
.class-page.page-color-orange .color-block-content h1,
.class-page.page-color-orange .color-block-content h2,
.class-page.page-color-orange .color-block-content h3,
.class-page.page-color-orange .color-block-content h4,
.class-page.page-color-orange .color-block-content h5,
.class-page.page-color-orange .color-block-content h6,
.class-page.page-color-teal .color-block-content h1,
.class-page.page-color-teal .color-block-content h2,
.class-page.page-color-teal .color-block-content h3,
.class-page.page-color-teal .color-block-content h4,
.class-page.page-color-teal .color-block-content h5,
.class-page.page-color-teal .color-block-content h6,
.class-page.page-color-bright-orange .color-block-content h1,
.class-page.page-color-bright-orange .color-block-content h2,
.class-page.page-color-bright-orange .color-block-content h3,
.class-page.page-color-bright-orange .color-block-content h4,
.class-page.page-color-bright-orange .color-block-content h5,
.class-page.page-color-bright-orange .color-block-content h6,
.class-page.page-color-black .color-block-content h1,
.class-page.page-color-black .color-block-content h2,
.class-page.page-color-black .color-block-content h3,
.class-page.page-color-black .color-block-content h4,
.class-page.page-color-black .color-block-content h5,
.class-page.page-color-black .color-block-content h6 {
	color: #fff;
}
/* Colored bar heading color for class page css end */
/* Colored bar section css end */

/* Video callout section css start */

.video-callout {
	height: 220px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.video-callout .main-container {
	position: absolute;
	height: 100%;
	width: 100%;
}

.video-callout .container {
	height: 100%;
	display: table;
	width: 100%;
}

.video-callout .video-caption {
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

/* Video callout section css end */

/* Accordion with TabMenu css start */
.tabs {
	display: none;
}

/* Tab heading css start */

.tab-heading {
	cursor: pointer;
	font-size: 1.58em;
	text-transform: uppercase;
	padding: 17px 49px 15px 17px;
	background: rgba(26, 40, 87, 0.75);
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}

.tab-heading.active {
	background: rgba(26, 40, 87, 1);
}

.tab-heading .tab-title {
	display: block;
}

.tab-heading .icon {
	background-image: url(../images/icons/sprite-icon.svg);
	background-position: 0 -100px;
	background-size: 22px auto;
	height: 20px;
	width: 22px;
	position: absolute;
	right: 13px;
	top: 18px;
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
}

.tab-heading.active .icon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	top: 18px;
}

/* Tab heading css of Page color purple start */

.page-color-purple .tab-heading {
	background: rgba(88, 30, 87, 0.75);
}

.page-color-purple .tab-heading.active {
	background: rgba(88, 30, 87, 1);
}

/* Tab heading css of Page color purple end */

/* Tab heading css of Page color green start */

.page-color-green .tab-heading {
	background: rgba(110, 136, 52, 0.75);
}

.page-color-green .tab-heading.active {
	background: rgba(110, 136, 52, 1);
}

/* Tab heading css of Page color green end */

/* Tab heading css of Page color orange start */

.page-color-orange .tab-heading {
	background: rgba(183, 86, 34, 0.75);
}

.page-color-orange .tab-heading.active {
	background: rgba(183, 86, 34, 1);
}

/* Tab heading css of Page color orange end */
/* Tab heading css of Page color teal start */

.page-color-teal .tab-heading {
	background: rgba(0, 151, 139, 0.75);
}

.page-color-teal .tab-heading.active {
	background: rgba(0, 151, 139, 1);
}

/* Tab heading css of Page color teal start */

/* Tab heading css of Page color bright orange start */

.page-color-bright-orange .tab-heading {
	background: rgba(239, 62, 32, 0.75) ;
}

.page-color-bright-orange .tab-heading.active {
	background: rgba(239, 62, 32, 1) ;
}

/* Tab heading css of Page color bright orange start */

/* Tab heading css of Page color black start */

.page-color-black .tab-heading {
	background: rgba(0, 0, 0, 0.75) ;
}

.page-color-black .tab-heading.active {
	background: rgba(0, 0, 0, 1) ;
}

/* Tab heading css of Page color bright orange start */


/* Tab heading css start */

.tab-panel {
	margin-bottom: 15px;
}

.tab-container {
	padding: 15px 0 0 15px;
}

/* Accordion with TabMenu css end */

/* Accordion section css start */

.accordion-content {
	display: none;
}

.accordion-panel {
	margin-bottom: 15px;
}

.accordion-panel:last-child {
	margin-bottom: 0;
}

.accordion-container {
	padding: 15px;
}

/* Accordion heading css start */

.accordion-heading {
	display: block;
	cursor: pointer;
	font-size: 1.58em;
	text-transform: uppercase;
	padding: 17px 49px 15px 17px;
	background: rgba(26, 40, 87, 0.75);
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}

.accordion-heading.active,
.no-touchevents .accordion-heading:hover {
	background: rgba(26, 40, 87, 1);
	color: #fff;
}

.accordion-heading .icon {
	background-image: url(../images/icons/sprite-icon.svg);
	background-position: 0 -99px;
	background-size: 22px auto;
	height: 20px;
	width: 22px;
	position: absolute;
	right: 15px;
	top: 17px;
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
}

.accordion-heading.active .icon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	top: 16px;
}

/* Accordion heading css end */

/* Accordion heading css of Page color purple start */

.page-color-purple .accordion-heading {
	background: rgba(88, 30, 87, 0.75);
}

.page-color-purple .accordion-heading.active,
.no-touchevents .page-color-purple .accordion-heading:hover {
	background: rgba(88, 30, 87, 1);
}

/* Accordion heading css of Page color purple end */

/* Accordion heading css of Page color green start */

.page-color-green .accordion-heading {
	background: rgba(110, 136, 52, 0.75);
}

.page-color-green .accordion-heading.active,
.no-touchevents .page-color-green .accordion-heading:hover {
	background: rgba(110, 136, 52, 1);
}

/* Accordion heading css of Page color green end */

/* Accordion heading css of Page color orange start */

.page-color-orange .accordion-heading {
	background: rgba(26, 40, 87, 0.75);
}

.page-color-orange .accordion-heading.active,
.no-touchevents .page-color-orange .accordion-heading:hover {
	background: rgba(26, 40, 87, 1);
}

/* Accordion heading css of Page color orange end */

/* Accordion heading css of Page color teal start */

.page-color-teal .accordion-heading {
	background: rgba(0, 151, 139, 0.75);
}

.page-color-teal .accordion-heading.active,
.no-touchevents .page-color-teal .accordion-heading:hover {
	background: rgba(0, 151, 139, 1);
}

/* Accordion heading css of Page color teal end */

/* Tab heading css of Page color bright orange start */

.page-color-bright-orange .accordion-heading  {
	background: rgba(26, 40, 87, 0.75);
}

.page-color-bright-orange .accordion-heading.active,
.no-touchevents .page-color-bright-orange .accordion-heading:hover  {
	background: rgba(26, 40, 87, 1);
}

/* Tab heading css of Page color bright orange start */

/* Tab heading css of Page color black start */

.page-color-black .accordion-heading {
	background: rgba(0, 0, 0, 0.75) ;
}

.page-color-black .accordion-heading.active,
.no-touchevents .page-color-black .accordion-heading:hover  {
	background: rgba(0, 0, 0, 1) ;
}

/* Accordion section css of Page color black start */

/* Sub Accordion panel css start */

.sub-accordion-panel {
	margin-bottom: 0;
	border: 1px solid #192857;
	border-bottom: 0;
}

.sub-accordion-panel:last-child {
	border-bottom: 1px solid #192857;
}

.sub-accordion-panel .accordion-container {
	padding-top: 0;
}

/* Sub Accordion panel css end */

/* Sub Accordion heading css start */

.sub-accordion-panel .accordion-heading {
	background: none;
	color: #192857;
	transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
}

.sub-accordion-panel .accordion-heading.active,
.no-touchevents .sub-accordion-panel .accordion-heading:hover {
	background: none;
	color: #e0921a;
}

.sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -119px;
}

/* Sub Accordion heading css start */

/* Sub Accordion heading css of Page color purple start */

.page-color-purple .sub-accordion-panel {
	border-color: #571e57;
}

.page-color-purple .sub-accordion-panel .accordion-heading {
	color: #571e57;
}

.page-color-purple .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -140px;
}

/* Sub Accordion heading css of Page color purple end */

/* Sub Accordion heading css of Page color green start */

.page-color-green .sub-accordion-panel {
	border-color: #6e8834;
}

.page-color-green .sub-accordion-panel .accordion-heading {
	color: #6e8834;
}

.page-color-green .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -162px;
}

/* Sub Accordion heading css of Page color green end */

/* Sub Accordion heading css of Page color orange start */

.page-color-orange .sub-accordion-panel {
	border-color: #f47321;
}

.page-color-orange .sub-accordion-panel .accordion-heading {
	color: #f47321;
}

.page-color-orange .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -182px;
}

/* Sub Accordion heading css of Page color orange end */

/* Sub Accordion heading css of Page color teal start */

.page-color-teal .sub-accordion-panel {
	border-color: #00968a;
}

.page-color-teal .sub-accordion-panel .accordion-heading {
	color: #00968a;
}

.page-color-teal .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -203px;
}

/* Sub Accordion heading css of Page color teal end */

/* Sub Accordion heading css of Page color bright orang start */

.page-color-bright-orange .sub-accordion-panel {
	border-color: #ee3e23;
}

.page-color-bright-orange .sub-accordion-panel .accordion-heading {
	color: #ee3e23;
}

.page-color-bright-orange .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -245px;
}

/* Sub Accordion heading css of Page color bright orang end */

/* Sub Accordion heading css of Page color black start */

.page-color-black .sub-accordion-panel {
	border-color: #000;
}

.page-color-black .sub-accordion-panel .accordion-heading {
	color: #000;
}

.page-color-black .sub-accordion-panel .accordion-heading .icon {
	background-position: 0 -224px;
}

/* Sub Accordion heading css of Page color black end */

/* Accordion section css end */

/* Two column callout section css start */

.two-column-section {
	margin: 30px auto;
}

.two-column {
	margin-bottom: 30px;
}

/* Two column callout section css end */

/* Boxes section start */

.box-type-section {
	margin: 0 auto;
	max-width: 875px;
}

.box {
	width: 100%;
	min-height: 334px;
	margin-bottom: 30px;
}

.box:nth-last-child(2){
	margin-bottom: 0;
}

.box-content {
	min-height: 334px;
	padding: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	color: #fff;
}

.overlay-block {
	display: table;
	height: 306px;
	width: 100%;
	background-color: rgba(26, 40, 87, 0.75);
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
	margin-bottom: 13px;
}

.box h1:last-child,
.box h2:last-child,
.box h3:last-child,
.box h4:last-child,
.box h5:last-child,
.box h6:last-child {
	margin-bottom: 0;
}

.box p {
	margin-bottom: 20px;
}

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

/* Image Box with overlay bg css start */

.box-overlay-bg {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.image-overlay.purple .overlay-block {
	background-color: rgba(88, 30, 87, 0.75);
}

.image-overlay.green .overlay-block {
	background-color: rgba(110, 136, 52, 0.75);
}

.image-overlay.orange .overlay-block {
	background-color: rgba(183, 86, 34, 0.75);
}

.image-overlay.teal .overlay-block {
	background-color: rgba(0, 151, 139, 0.75);
}

/* Image Box with overlay bg css end */

/* Outline with overlay Box css start */

.outline-overlay .box-content {
	border: 1px solid #192857;
}

.outline-overlay .overlay-block {
	background-color: #192857;
}

.outline-overlay.purple .box-content {
	border-color: #571e57;
}

.outline-overlay.purple .overlay-block {
	background-color: #571e57;
}

.outline-overlay.green .box-content {
	border-color: #6e8834;
}

.outline-overlay.green .overlay-block {
	background-color: #6e8834;
}

.outline-overlay.orange .box-content {
	border-color: #b65521;
}

.outline-overlay.orange .overlay-block {
	background-color: #b65521;
}

.outline-overlay.teal .box-content {
	border-color: #00968a;
}

.outline-overlay.teal .overlay-block {
	background-color: #00968a;
}

/* Outline with overlay Box css end */
/* Outline Box content css start */

.outline .overlay-block {
	background: none;
}

.outline .box-overlay-bg {
	padding: 0;
}

.outline .box-content {
	border: 1px solid #192857;
	color: #192857;
}

.outline.purple .box-content {
	border-color: #571e57;
	color: #571e57;
}

.outline.green .box-content {
	border-color: #6e8834;
	color: #6e8834;
}

.outline.orange .box-content {
	border-color: #b65521;
	color: #b65521;
}

.outline.teal .box-content {
	border-color: #00968a;
	color: #00968a;
}

/* Outline Box content css end */

/* Box text content css start */

.box-text {
	min-height: auto;
}

.box-text .box-content {
	padding: 0;
	color: #192857;
	min-height: auto;
}

.box-text .overlay-block {
	background: none;
	height: auto;
}

.box-text .box-overlay-bg {
	padding: 0;
}

.box-text hr {
	background: #192857;
}

.box-text.purple .box-content {
	color: #571e57;
}

.box-text.purple hr {
	background: #571e57;
}

.box-text.green .box-content {
	color: #6e8834;
}

.box-text.green hr {
	background: #6e8834;
}

.box-text.orange .box-content {
	color: #b65521;
}

.box-text.orange hr {
	background: #b65521;
}

.box-text.teal .box-content {
	color: #00968a;
}

.box-text.teal hr {
	background: #00968a;
}

/* Box text content css end */

/* class pages box image with overlay heading color css start */
.class-page .box.image-overlay h1,
.class-page .box.image-overlay h2,
.class-page .box.image-overlay h3,
.class-page .box.image-overlay h4,
.class-page .box.image-overlay h5,
.class-page .box.image-overlay h6{
	color: #fff;
}
/* class pages box image with overlay heading color css end */

/* class pages box outline with overlay heading color css start */
.class-page .box.outline-overlay h1,
.class-page .box.outline-overlay h2,
.class-page .box.outline-overlay h3,
.class-page .box.outline-overlay h4,
.class-page .box.outline-overlay h5,
.class-page .box.outline-overlay h6 {
	color: #fff;
}
/* class pages box outline with overlay heading color css end */

/* class pages blue box heading color css for outline and Box with text start */
.class-page .box.outline.blue h1,
.class-page .box.outline.blue h2,
.class-page .box.outline.blue h3,
.class-page .box.outline.blue h4,
.class-page .box.outline.blue h5,
.class-page .box.outline.blue h6,
.class-page .box.box-text.blue h1,
.class-page .box.box-text.blue h2,
.class-page .box.box-text.blue h3,
.class-page .box.box-text.blue h4,
.class-page .box.box-text.blue h5,
.class-page .box.box-text.blue h6 {
	color: #192857;
}
/* class pages blue box heading color css for outline and Box with text end */

/* class pages purple box heading color css for outline and Box with text start */
.class-page .box.outline.purple h1,
.class-page .box.outline.purple h2,
.class-page .box.outline.purple h3,
.class-page .box.outline.purple h4,
.class-page .box.outline.purple h5,
.class-page .box.outline.purple h6,
.class-page .box.box-text.purple h1,
.class-page .box.box-text.purple h2,
.class-page .box.box-text.purple h3,
.class-page .box.box-text.purple h4,
.class-page .box.box-text.purple h5,
.class-page .box.box-text.purple h6 {
	color: #571e57;
}
/* class pages purple box heading color css for outline and Box with text End */

/* class pages green box heading color css for outline and Box with text start */
.class-page .box.outline.green h1,
.class-page .box.outline.green h2,
.class-page .box.outline.green h3,
.class-page .box.outline.green h4,
.class-page .box.outline.green h5,
.class-page .box.outline.green h6,
.class-page .box.box-text.green h1,
.class-page .box.box-text.green h2,
.class-page .box.box-text.green h3,
.class-page .box.box-text.green h4,
.class-page .box.box-text.green h5,
.class-page .box.box-text.green h6 {
	color: #6e8834;
}
/* class pages green box heading color css for outline and Box with text End */

/* class pages orange box heading color css for outline and Box with text start */
.class-page .box.outline.orange h1,
.class-page .box.outline.orange h2,
.class-page .box.outline.orange h3,
.class-page .box.outline.orange h4,
.class-page .box.outline.orange h5,
.class-page .box.outline.orange h6,
.class-page .box.box-text.orange h1,
.class-page .box.box-text.orange h2,
.class-page .box.box-text.orange h3,
.class-page .box.box-text.orange h4,
.class-page .box.box-text.orange h5,
.class-page .box.box-text.orange h6 {
	color: #b65521;
}
/* class pages orange box heading color css for outline and Box with text End */

/* class pages teal box heading color css for outline and Box with text start */
.class-page .box.outline.teal h1,
.class-page .box.outline.teal h2,
.class-page .box.outline.teal h3,
.class-page .box.outline.teal h4,
.class-page .box.outline.teal h5,
.class-page .box.outline.teal h6,
.class-page .box.box-text.teal h1,
.class-page .box.box-text.teal h2,
.class-page .box.box-text.teal h3,
.class-page .box.box-text.teal h4,
.class-page .box.box-text.teal h5,
.class-page .box.box-text.teal h6 {
	color: #00968a;
}
/* class pages teal box heading color css for outline and Box with text end */
/* Boxes section end */

/* CTA section CSS start */

.cta-section {
	text-align: center;
	margin: 0 0 30px;
}

.cta-section:last-child {
	 margin-bottom:0;
}

.cta-section ul {
	margin: 0 auto;
}

.cta-section ul li {
	display: block;
	margin: 0 0 20px;
	font-family: schoolbook, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

.cta-section ul li:before {
	display: none;
}

.cta-section ul li a {
	background-image: url(../images/cta-sprite.png);
	background-position: -2px 18px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 108px;
	line-height: 74px;
	padding: 15px;
	width: 254px;
	color: #fff;
}

.no-touchevents .cta-section ul li a:hover {
	color: #e0921a
}

/* CTA Buttons css of Page color blue start */
.cta-section ul li:nth-child(2) a {
	background-position: 0 -141px;
	width: 246px;
}

.cta-section ul li:nth-child(3) a {
	background-position: -2px -299px;
	width: 228px;
}

/* CTA Buttons css of Page color end start */

/* CTA Buttons css of Page color purple start */

.page-color-purple .cta-section ul li:nth-child(1) a {
	background-position: -312px 18px;
}

.page-color-purple .cta-section ul li:nth-child(2) a {
	background-position: -310px -141px;
}

.page-color-purple .cta-section ul li:nth-child(3) a {
	background-position: -313px -299px;
}

/* CTA Buttons css of Page color purple end */

/* CTA Buttons css of Page color green start */

.page-color-green .cta-section ul li:nth-child(1) a {
	background-position: -627px 19px;
}

.page-color-green .cta-section ul li:nth-child(2) a {
	background-position: -625px -141px;
}

.page-color-green .cta-section ul li:nth-child(3) a {
	background-position: -627px -299px;
}

.no-touchevents .page-color-green .cta-section ul li a:hover {
	color: #e7fcbc;
}
/* CTA Buttons css of Page color green end */

/* CTA Buttons css of Page color orange start */

.page-color-orange .cta-section ul li:nth-child(1) a {
	background-position: -934px 19px;
}

.page-color-orange .cta-section ul li:nth-child(2) a {
	background-position: -931px -141px;
}

.page-color-orange .cta-section ul li:nth-child(3) a {
	background-position: -933px -299px;
}

.no-touchevents .page-color-orange .cta-section ul li a:hover {
	color: #939598;
}

/* CTA Buttons css of Page color orange end */

/* CTA Buttons css of Page color teal start */

.page-color-teal .cta-section ul li:nth-child(1) a {
	background-position: -1244px 19px;
}

.page-color-teal .cta-section ul li:nth-child(2) a {
	background-position: -1243px -141px;
}

.page-color-teal .cta-section ul li:nth-child(3) a {
	background-position: -1245px -298px;
}

.no-touchevents .page-color-teal .cta-section ul li a:hover {
	color: #aeffff;
}
/* CTA Buttons css of Page color teal start */

/* CTA section CSS end */

/* Upcoming events Slider section css start */
.slider-section {
	border: 2px solid #192857;
}

.slider-section h2 {
	border:0;
	padding: 30px 60px 0;
	margin:0;
	text-align: center;	
}

.slider {
	width: 100%;
	overflow: hidden;
	position: relative;	
}

.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 300%;
	height: 100%;
	top: 0;
}

.slider li {
	padding: 0;
	margin: 0;
	max-width: 1245px;
	height: 100%;
	overflow: hidden;
	border: none;
	font-size: inherit;
	float: left;
	width:100%;
}

.slider li:before {
	display: none;
}

.slider-section button {
	background-color: rgba(88,30,87, 0.75);
	position: absolute;
	display: block;
	top: 50%;
	width: 52px;
	color: #fff;
	margin-top: -26px;
	padding: 0;
	text-align: center;
	z-index: 2;
	height: 52px;
}

.no-touchevents .slider-section button:hover {
	background-color: rgba(88,30,87, 1);
}

.slider-section button.prev {
	left: 0;
}

.slider-section button.next {
	right: 0;
}

.slider-section button:hover,
.slider-section button:active {
	padding: 0;
}

.slider-section button .icon {
    background-image: url(../images/icons/sprite-icon.svg);
    background-position: 0 -99px;
    background-size: 22px auto;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 17px;
    width: 22px;
}

.slider-section button.next .icon {
  	left: 17px;
}

.slider-section button.prev .icon{
	  background-position: 0 -300px;
}

.slide-content {
	 padding: 30px 60px;
	 text-align: center;
}

.slide { 
	padding:0;
}

.upcoming-events-row {
	 margin-bottom:30px;
	 min-height: 97px;
}

.upcoming-events-row:last-child{
	 margin-bottom:0;
}

.upcoming-events-left { 
	margin-bottom:15px;
}

.upcoming-events-left .month { 
	font-size:1.6em;
	margin-bottom:0;
	margin-bottom: 5px; 
}

.upcoming-events-left .date-box {
	font-size:4em; 
	line-height: 1;
}

.upcoming-events-right h3 {
	font-size: 1.8em;
}

.upcoming-events-right h3 a {
	color:#192857;
}

.upcoming-events-right p{
	 margin-bottom:0; 
	 font-size:1.8em;
}

.class-page.page-color-blue .upcoming-events-right h3,
.class-page.page-color-purple .upcoming-events-right h3,
.class-page.page-color-orange .upcoming-events-right h3,
.class-page.page-color-green .upcoming-events-right h3,
.class-page.page-color-teal .upcoming-events-right h3,
.class-page.page-color-black .upcoming-events-right h3,
.class-page.page-color-bright-orange .upcoming-events-right h3 {
	color: #000;
}

/* Upcoming events Slider section css end */

/* Internal page css ends */

/* ! NEWS PAGE CSS START */
/**
	This section is use for news page CSS style.	
*/
/* Featured News css start */

.news-listing-section {
	margin: 30px auto;
	max-width: 875px;
}

.news-listing-section:last-child {
	margin-bottom: 0;
}

.news-box {
	margin-bottom: 30px;
}

.news-image {
	margin-bottom: 15px;
}

.news-thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	display: block;
	padding-top: 100%;
}

.news-title {
	border-bottom: 1px solid #192857;
	margin-bottom: 20px;
	padding-bottom: 13px;
}

.news-title a {
	color: #192857;
}

.no-touchevents .news-title a:hover {
	color: #e0921a;
}

.short-description {
	margin-bottom: 15px;
}

.date {
	font-size: 1.58em;
	line-height: 1.4;
	font-style: italic;
	margin-bottom: 23px;
}
/* Featured News css end */

/* Recent News css start */
.recent-news-title {
	border-bottom: 1px solid #192857;
	margin-bottom: 20px;
	padding-bottom: 13px;
}

.recent-news-title a {
	color: #192857;
}

.no-touchevents .recent-news-title a:hover {
	color: #e0921a;
}

.recent-news-block {
	margin-bottom: 30px;
}

.recent-news-block:last-child {
	margin-bottom: 0;
}

.recent-news-description p {
	margin: 0;
	display: inline;
}

.date-action {
	display: inline-block;
}

.news-detail-image {
	margin-bottom:15px;
}
/* Recent News css start */
/* News page css ends */

/* ! SEARCH RESULT PAGE CSS START */
/**
	This section is use for Search result listing page CSS style.	
*/
/* Search results css start */
.search-results-name {
	font-family: "proxima-nova",sans-serif; 
	text-transform: none;
	display: inline-block;
}

.result-list {
	margin-bottom:30px;
}

.result-list:last-child { 
	margin-bottom: 0;
}

.result-list h4 {
	border-bottom: 1px solid #192857;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.result-list h4 a {
	color: #192857;
}

.result-description {
	margin-bottom: 15px;
}

.result-url{
	font-style:italic;
    word-break: break-all;
}

.search-result-page {
    text-align:right; 
    margin-bottom:15px;
}
/* Search results css end */

/* Pagination css start */
.pagination {
    display:block;
	margin-top: 30px;
}

.pagination a {
	float: left;
	padding: 8px;
	color: #e0921a;
	font-size: 1.58em;
	display: block;
	line-height: 27px;
	font-weight: 700;
}

.no-touchevents .pagination a:hover,
.pagination a.active {
	color: #192857;
}

.pagination a.previous,
.pagination a.next {
	background: rgba(224, 146, 26, 0.75);
	height: 43px;
	padding: 4px 11px;
	width: 43px;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
}

.no-touchevents .pagination a.previous:hover,
.no-touchevents .pagination a.next:hover {
	background: rgba(224, 146, 26, 1);
}

.pagination a.next {
    float:right;
}

.pagination .icon {
	background-image: url(../images/icons/sprite-icon.svg);
	background-position: 0 -99px;
	background-size: 22px auto;
	height: 20px;
	width: 22px;
	margin-top: 7px;
}

.pagination a.previous .icon {
	background-position: 0 -300px;
}

.pagination a.next .icon {
	background-position: 0 -99px;
}
/* Pagination css end */

/* Search Result page css end */

/* ! STAFF PAGE CSS START */
/**
	This section is use for news page CSS style.	
*/

/* Staff listing css start */

.staff-listing-section {
	margin: 30px auto;
}

.staff-listing-section:last-child {
	margin-bottom: 0;
}

.staff-box {
	margin-bottom: 30px;
}

.staff-image {
	margin-bottom: 15px;
}

.staff-thumbnail {
	background-image:url(../images/staff-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	display: block;
	padding-top: 100%;
}

.staff-title {
	border-bottom: 1px solid #192857;
	margin-bottom: 20px;
	padding-bottom: 13px;
}

.staff-title a {
	color: #192857;
}

.no-touchevents .staff-title a:hover {
	color: #e0921a;
}

.staff-description {
	margin-bottom: 15px;
}

.staff-content {
	height: 100%;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	color: #fff;
	opacity:0; 
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
}

.staff-overlay-block {
	display: table;
	height: 100%;
	width: 100%;
	background-color: rgba(110, 136, 52, 0.75);
}

.staff-overlay-bg {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.staff-thumbnail.active .staff-content, 


.no-touchevents .staff-thumbnail:hover .staff-content { 
	opacity:1;
}

.staff-search-box { 
	margin:30px 0;
}



/* Staff page css End */

/* ! ABOUT PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* heading banner section css start */

.class-post-banner {
	height:auto;
}

.class-post-banner .main-container {
	position:relative;
	color: #192857;
}

.class-page .internal-page-banner h1{
	text-transform: uppercase;
}

/* heading banner section css end */

/* Class page footer section css start */

.optional-footer .footer-left {
	padding-left: 15px;
}

/* Class page footer section css end */

/* ! Class page Sidebar CSS start */
/**
	This section is use for External sidebar CSS style.	
*/
/* Class page Sidebar style css start */

.class-page-sidebar .block ul > li,
.sidebar.class-page-sidebar .block .accordion-menu > li {
	text-transform: uppercase;
	font-weight:200;
}

.class-page-sidebar .accordion-menu > li > a {
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
}

.teacher-name,
.back-to-site-link {
	padding:0;
}

.back-to-site-link p {	
	font-family: schoolbook, serif;
}

.teacher-name p {
	text-transform: uppercase;
}

.back-to-site-link p,
.teacher-name p {
    font-size: 2.1em;
    font-weight: 700;    
}

.teacher-name a,
.back-to-site-link a {
	display:block;
	padding:10px 15px;
	transition: color 0.3s ease 0s, background 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.no-touchevents .back-to-site-link a:hover,
.no-touchevents .teacher-name a:hover {
	color:#fff;
	background: rgba(0, 0, 0, 0.2);
}

.no-touchevents .page-color-black .back-to-site-link a:hover,
.no-touchevents .page-color-black .teacher-name a:hover {
	background: rgba(255, 255, 255, 0.2);
}
/* Class page Sidebar style css end */

/* Class post page middle banner section css start */
.class-post-page-banner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
    min-height: 272px;
    z-index: 0;
}

.class-post-page-banner .banner-caption{
	height: 273px;
}

.banner-caption-container{ 
	padding: 15px 0;
}

.white-transparent {
	background-color: rgba(255,255,255,0.75);
	padding: 15px;
	max-width: 610px;
	margin: 0 auto;
	text-align: center;
}

.white-transparent p {
	font-size:2em;
	font-weight:300;
}

.class-internal-page-banner {
	 height: auto;
}

.class-internal-page-banner .main-container {
 	color: #192857;
	position: relative;
}
/* Class post page middle banner section css start */

/* Class page color blue heading color style css start */
.class-page.page-color-blue h1,
.class-page.page-color-blue h2,
.class-page.page-color-blue h3,
.class-page.page-color-blue h4,
.class-page.page-color-blue h5,
.class-page.page-color-blue h6{
	color: #192857;
}
/* Class page color blue heading color style css end */

/* Class page purple color heading color style css start */
.class-page.page-color-purple h1,
.class-page.page-color-purple h2,
.class-page.page-color-purple h3,
.class-page.page-color-purple h4,
.class-page.page-color-purple h5,
.class-page.page-color-purple h6{
	color: #571e57;
}
/* Class page color purple heading color style css end */

/* Class page color green heading color style css start */
.class-page.page-color-green h1,
.class-page.page-color-green h2,
.class-page.page-color-green h3,
.class-page.page-color-green h4,
.class-page.page-color-green h5,
.class-page.page-color-green h6{
	color: #6e8834;
}
/* Class page green color heading color style css end */

/* Class page orange color heading color style css start */
.class-page.page-color-orange h1,
.class-page.page-color-orange h2,
.class-page.page-color-orange h3,
.class-page.page-color-orange h4,
.class-page.page-color-orange h5,
.class-page.page-color-orange h6{
	color:#c35c1a;
}
/* Class page orange color heading color style css end */

/* Class page teal color heading color style css start */
.class-page.page-color-teal h1,
.class-page.page-color-teal h2,
.class-page.page-color-teal h3,
.class-page.page-color-teal h4,
.class-page.page-color-teal h5,
.class-page.page-color-teal h6{
	color: #00968a;
}
/* Class page teal color heading color style css end */

/* Class page bright orange color heading color style css start */
.class-page.page-color-bright-orange h1,
.class-page.page-color-bright-orange h2,
.class-page.page-color-bright-orange h3,
.class-page.page-color-bright-orange h4,
.class-page.page-color-bright-orange h5,
.class-page.page-color-bright-orange h6{
	color: #ee3e23;
}
/* Class page bright orange color heading color style css end */

/* Class page black color heading color style css start */
.class-page.page-color-black h1,
.class-page.page-color-black h2,
.class-page.page-color-black h3,
.class-page.page-color-black h4,
.class-page.page-color-black h5,
.class-page.page-color-black h6{
	color: #000;
}
/* Class page black color heading color style css end */

/* Class page banner heading color style css start */
.class-page .class-home-page-banner .main-container h1 {
	 color:#fff;
}
/* Class page banner heading color style css end */

/* Class page address block heading color style css start */
.class-page .address-block h4 {
	 color:#fff;
	 font-weight: 700;
}
/* Class page address block heading color style css end */
/* Class page css end */

/* ! CALENDAR PAGE CSS START */
/**
	This section is use for calendar page CSS style.	
*/
/* calendar-box section css start */
.calendar-box {
    width: 100%;
}

.calendar-box iframe {
    height: 1250px;
    overflow: hidden;
}
/* calendar-box section css End */


/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 360px STARTS
***************************************************************************************/
@media screen and (min-width:360px) {

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* Video callout section css start */

.video-callout {
	height: 350px;
}
/* Video callout section css end */
/* Internal page css ends */

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 420px STARTS
***************************************************************************************/
@media screen and (min-width:420px) {
/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/	
.footer-right {
	padding-top: 17px;
}


.footer-links {
	margin-bottom: 27px;
}
/* Footer ends */

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 592px STARTS
***************************************************************************************/
@media screen and (min-width:592px) {
	
/* ! NEWS PAGE CSS START */
/**
	This section is use for news listing page CSS style.	
*/

.news-box {
	float: left;
	margin-bottom: 66px;
	max-width: 375px;
	min-height: 334px;
	width: 47.333%;
}

.news-box:nth-child(odd) {
	margin-right: 15px;
	clear: both;
}

.news-box:nth-child(even) {
	margin-left: 15px;
	float: right;
}

.news-box:nth-last-child(2) {
	margin-bottom: 0;
}

.news-box:nth-last-child(3) {
	margin-bottom: 0;
}

.short-description {
	min-height: 104px;
}

/* News page news box listing css ends */

/* ! STAFF PAGE CSS START */
/**
	This section is use for staff listing page CSS style.	
*/

.staff-box {
	float: left;
	margin-bottom: 66px;
	max-width: 375px;
	min-height: 334px;
	width: 47.333%;
}

.staff-box:nth-child(odd) {
	margin-right: 15px;
	clear: both;
}

.staff-box:nth-child(even) {
	margin-left: 15px;
	float: right;
}

.staff-box:nth-last-child(2) {
	margin-bottom: 0;
}

.staff-box:nth-last-child(3) {
	margin-bottom: 0;
}

.staff-description {
	min-height: 104px;
}

/* staff page staff box listing css ends */

/* Slider css start */
.upcoming-events-left {
	float:left; 
	width: 125px;
}

.upcoming-events-right {
	margin-left: 140px;
	padding-top: 3px;
}

.slide-content {
	 padding: 30px 90px;
	 text-align:left;
}

.slider-section h2 {
	padding: 30px 90px 0;
	text-align:left;
}

/* Slider css end */

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 768px STARTS
***************************************************************************************/
 
@media screen and (min-width:768px) {
/* ! HEADINGS START */
/**
	This section is use for all heading tag default CSS.
*/

h1 {
	font-size: 4.666em;
}

h2 {
	font-size: 2.2em;
	padding-bottom: 23px;
}

h3 {
	font-size: 2.433em;
}

h4 {
	font-size: 2.366em;
}

h5 {
	font-size: 1.7em;
}

h6 {
	font-size: 1.7em;
}

/* Headings end */

/* ! LISTS START */
/**
	This section is use for all default Ul and Ol CSS.
*/

ul,
ol {
	margin-left: 16px;
	margin-bottom: 30px;
}

ul li,
ol li {
	font-size: 1.7em;
	line-height: 1.3em;
}

li ol,
li ul {
	margin-left: 10px;
}

ol ol {
	margin-left: 13px;
}

ol ol > li:before {
	width: 1.2em;
}

/* Default Ul and Ol end */

/* ! COMMON CSS START */
/**
	This section is used for all common class and id affect to all pages in the website.	 
*/
.main {
	min-height:400px;
}

.internal-container {
	padding: 48px 0;
}

.main-container-margin { 
	margin-top:48px;
	margin-bottom:48px;
}

p {
	font-size: 1.7em;
	margin-bottom: 30px;
	line-height: 1.3;
}

blockquote,
p blockquote {
	font-size: 2.733em;
	padding-left: 30.666px;
	margin-left: 70.666px;
	margin-bottom: 30px;
}

blockquote h6 {
	font-size: 0.682em;
}

/* Common CSS end */

/* ! TABLE CSS START */
/**
	This section is use for Common table style.
*/

.table-responsive {
	border: 0;
}

table thead th,
table td {
	font-size: 1.7em;
	padding: 8px 15px;
}

/* Table CSS end */

/* ! COMMON BUTTON CSS START */
/**
	This section is use for Common button style.
*/

.button,
button,
input[type="submit"] {
	font-size: 1.7em;
	padding-top: 17px;
	padding-bottom: 17px;
}

p .button,
p input[type="submit"] {
	font-size: 1em;
}

/* Common Button CSS end */

/* ! VIDEO BUTTON CSS START */
/**
	This section is use for Common video button style.
*/

.button.video-button {
	padding-right: 65px;
}

p .button.video-button {
	font-size: 1em;
}

.video-button .icon {
	top: 6px;
	background-position: 0 -76px;
	background-size: 37px auto;
	height: 38px;
	width: 38px;
}

/* Video Button CSS end */

/* ! FORM CSS START */
/**
	This section is use for all default form elements CSS.
*/
input,
textarea {
	padding: 12px 15px;
}

select {
	padding:12px 35px 11px 15px;
}


form[class*="vfb"] input.vfb-large {
	width: 350px;
}

form[class*="vfb"] input.vfb-small {
	width: 150px;
}


form[class*="vfb"] li:not(.vfb-item-textarea) {
	width: auto;
	margin-right: 38px
}



form[class*="vfb"] textarea {
	width: 600px;
}

.vfb-legend h3 {
	font-size: 2.2em;
	padding-bottom: 23px;
}

/* Form css ends */

/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/
/* Footer left start */

.address-block h4 {
	font-size: 1.866em;
}

.address-block p {
	font-size: 1.466em;
}

/* Footer left end */

/* Footer links start */

.footer-links ul li {
	font-size: 1.8em;
}

/* Footer links end */

/* Footer social links start */

.social-links ul li a {
	width: 30px; height: 30px; border-radius: 50%; border: 1px solid #c9c9ca; display: inline-flex; align-items: center; justify-content: center; background: #c9c9ca;
}

.social-links ul li a img {
    max-width: 19px;
}

.social-links ul li:nth-child(4) a img {
    max-width: 23px;
}

.social-links ul { display: flex; align-items: center; }

.social-links ul li a:hover { opacity: 0.8; }
.no-touchevents .social-links ul li.facebook-link a:hover {
	background-position: 0 -33px;
}

.social-links ul li.instagram-link a {
	background-position: 0 -65px;
}

.no-touchevents .social-links ul li.instagram-link a:hover {
	background-position: 0 -98px;
}

.social-links ul li.youtube-link a {
	background-position: 0 -130px;
}

.no-touchevents .social-links ul li.youtube-link a:hover {
	background-position: 0 -163px;
}

/* Footer social links ends */
/* Footer ends */

/* ! HOME PAGE START*/
/**
	This section is use for home page CSS style.	
*/

.home .wrapper {
  min-height: 100vh;
}

/* Home page banner css start */

.home-page-banner-section {
	height: 790px;
	left: 0;
	position: relative;
	top: 0;
}

/* Home page banner css end */

/* Notification start */
.notification p {
	font-size: 1.6em;
}
/* Notification end */

/* Home page css end */

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* Internal page banner css start */

.internal-page-banner {
	height: 342px;
}
/* Internal page banner css end */

/* View Book page banner css start */
.view-book-page-banner {
	height: 430px;
}
/* View Book page banner css end */

/* Internal page top content css start */
.internal-page-top-content p {
	font-size: 2.2em;
}
/* Internal page top content css end */

/* Blockquote section css start */

.blockquote-section {
	padding: 46px 0;
}

.blockquote-section blockquote {
	padding-left: 0px;
}

/* Blockquote section css end */

/* Colored bar section css start */

.color-block-content {
	padding: 50px 0;
}

/* Colored bar section css end */

/* Video callout section css start */

.video-callout {
	height: 450px;
}

.popup {
	padding: 50px;
}

/* Video callout section css end */

/* Tabs section css start */

.tabs {
	display: block;
	margin: 0 -15px;
}

.tab-heading {
	display: none;
}

.tab-panel {
	margin-bottom: 0;
}

.tabs li {
	display: inline-block;
	cursor: pointer;
	margin-left: 0;
}

.tabs li a {
	margin: 0 15px;
	font-size: 1.6em;
	font-weight: 900;
	padding-bottom: 3px;
	color: #192857;
}

.tabs li:before {
	display: none;
}

.tabs li a.active {
	color: #e0921a;
}

.tabs li span {
	display: block;
	width: 0;
	height: 1px;
	background-color: #192857;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
}

ul.tabs li a {
	font-size: 1em;
}

.no-touchevents .tabs li a:hover span,
.tabs li a.active span {
	width: 100%;
}

.tab-container {
	padding-left: 0;
	padding-top: 30px;
}

.page-color-purple .tabs li span {
	background: #571e57;
}

.page-color-green .tabs li span {
	background: #6e8834;
}

.page-color-orange .tabs li span {
	background:#b65521;
}

.page-color-teal .tabs li span {
	background: #00968a;
}

.page-color-bright-orange .tabs li span {
	background: #ee3e23;
}

.page-color-black .tabs li span {
	background: #000;
}

/* Tabs section css end */

/* Accordion section css start */

.accordion-heading {
	font-size: 1.7em;
	padding-top: 14px;
	padding-bottom: 14px;
}

.accordion-heading .icon {
	top: 15px;
}

/* Accordion section css end */

/* Upcoming event css start */

.upcoming-events-left .month {
	font-size: 1.9em;
}

.upcoming-events-left .date-box {
	font-size: 5.5em;
}

.upcoming-events-right h3,
.upcoming-events-right p {
	font-size: 2em;
}

/* Upcoming event css end */

/* Two column callout section css start */

.two-column-section {
	margin: 50px auto;
	display: table;
	width: 100%;
}

.two-column {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.two-column.left-column {
	padding-right: 15px;
}

.two-column.right-column {
	padding-left: 15px;
}

/* Two column callout section css end */

/* Boxes section start */

.box {
	width: 47.333%;
	float: left;
	margin-bottom: 50px;
	max-width: 375px;
}

.box:nth-child(odd) {
	margin-right: 15px;
	clear: both;
}

.box:nth-child(even) {
	margin-left: 15px;
	float: right;
}

.box.box-text {
	min-height: 334px;
}

.box-text .box-content {
	min-height: 334px;
}

.box:nth-last-child(3){
	margin-bottom: 0;
}

.box-text .overlay-block {
	height: 334px;
}

/* Boxes section end */

/* CTA section CSS start */

.cta-section {
	margin-bottom: 50px;
}

.cta-section ul li {
	margin: 0 15px 15px;
	display: inline-block;
	vertical-align: middle;
}

.cta-section ul li:first-child {
	margin-left: 0;
}

.cta-section ul li:last-child {
	margin-right: 0;
}
/* CTA section CSS end */
/* Internal page css ends */

/* ! NEWS PAGE CSS START */
/**
	This section is use for news page CSS style.	
*/
/* Featured News css start */

.news-listing-section {
	margin-bottom: 66px;
}

.date {
	font-size: 2em;
	line-height: 1.3;
}

/* Featured News css start */

/* Recent News css start */

.recent-news-block {
	margin-bottom: 66px;
}

/* Recent News css start */
/* News page css ends */

/* ! STAFF PAGE CSS START */
/**
	This section is use for staff page CSS style.	
*/

/* Staff listing css start */

.staff-listing-section {
	margin-bottom: 66px;
}

/* Staff listing css start */

/* Staff search css start */

.fild-set {
	margin: 0 -15px;
}

.search-column {
	padding: 0 15px;
}

.search-column {
	float: left;
	width: 33.333%;
}

.form-group label {
	font-size: 1.7em;
}

.form-group .form-control {
	font-size: 1.7em;
}

.button-search {
	margin-top: 31px;
}
/* Staff search css end */

/* ! Class page CSS start */
/**
	This section is use for class page CSS style.	
*/
/* Class page banner style css start */

.class-post-banner {
	height: auto;
}

.class-post-page-banner {
	min-height: 450px;
}

.class-post-page-banner .banner-caption {
	min-height: 450px;
}

/* Class page banner style css end */

/* Class post page banner style css start */

.white-transparent {
	padding: 20px 20px;
}

.white-transparent p {
	font-size: 2.6em;
}

.class-internal-page-banner {
	height: auto;
}
/* Class post page banner style css end */

/* Class page style css end */

.result-list h4 {
	padding-bottom: 13px;
}

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 992 STARTS
***************************************************************************************/
 
@media screen and (min-width:992px) {

/* ! COMMON CSS START */
/**
	This section is used for all common class and id affect to all pages in the website.	 
*/	

.main-container {
	padding: 0 36px 0 350px;
}

html, body {
    height: 100%;
}

.wrapper {
  min-height: 100%;
}

/* Common CSS end */

/* ! HEADER CSS START */
/**
	This section is use for site header style.	
*/

.header {
	background-color: transparent;
	height: 115px;
	padding: 0 36px 0 372px;
}

.header-right-mobile {
	display: none;
}

/* Header Logo CSS start */

.mobile-logo {
	display: none;
}

.desktop-logo {
	display: block;
	text-align: center;
}
.logo a,
a.skip {
	padding: 28px 12px 17px;
	background-color: rgba(26, 40, 87, 0.75);
	width: 100%;
}

a.skip:focus {
	top: auto;
}

.logo img {
	max-width: 244.308px;
}

/* Header Logo CSS end */
/* Header area CSS end */

/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/

/* Home page footer css start */

.home .footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}

/* Home page footer css end */

.footer {
    padding-bottom: 40px;
    padding-top: 40px;
	bottom: 0;
	left:0;
	right:0;
	display:none;
}

.footer-left {
	display: none;
	max-width: 317px;
}

.footer-right {
	padding: 0;
	width: 100%;
}

.optional-footer.footer {
	min-height: 250px;
}

.optional-footer .footer-left  {
	display: block;
	width: auto;
	padding-left: 48px;	
}

.optional-footer .footer-right  {
	padding-top: 50px;
	display: block;
	float: none;
}

/* Footer links start */

.footer-links {
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: middle;
}

.footer-links ul li {
	font-size: 2em;
	margin-bottom: 0;
	margin-right: 20px;
}

.footer-links ul li:last-child {
	margin-right: 0;
}

/* Footer links end */
/* Footer ends */

/* ! SIDEBAR CSS START */
/**
	This section is use for site sidebar menu style.	
*/

.sidebar {
	max-width: 206px;
	padding: 0;
	max-width: 278px;
	display: block;
	left: 36px;
	top: 43px;
}

.sidebar-block.no-padding { 
	padding-top:0;
}

.sidebar .address-block {
	display: none;
	padding-bottom: 15px;
}

.sidebar-block .search-block {
	display: none;
}

.class-page.page-color-blue .block { 
	background-color: rgba(26,40,87, 0.75);
}

.class-page.page-color-purple .block{
	background-color: rgba(88,30,87, 0.75);
}

.class-page.page-color-green .block{ 
	background-color: rgba(110, 136, 52, 0.75);
}

.class-page.page-color-orange .block{
	background-color: rgba(183, 86, 34, 0.75);
}

.class-page.page-color-teal .block{ 
	background-color: rgba(0, 151, 139, 0.75);
}

.class-page.page-color-bright-orange .block{ 
	background-color: rgba(239, 62, 32, 0.75);
}

.class-page.page-color-black .block{ 
	background-color: rgba(0, 0, 0, 0.75);
}

.block-layered-nav {
	background-color: rgba(26,40,87, 0.90);
}
/* Sidebar css end */

/* ! HOME PAGE START*/
/**
	This section is use for home page CSS style.	
*/
/* Home page banner css start */

.home-page-banner-section .main-container {
    padding-bottom: 115px;
    padding-top: 115px;
	height: 790px;
}

/* Home page banner css end */

/* Home page footer css start */

.home .footer {
	padding-bottom: 60px;
}

/* Home page footer css end */

/* Search and Notification start */

.search-notification-block {
	padding: 54px 0 0;
}

/* Notification start */

.notification-block {
	margin-right: 12px;
}

/* Notification end */

/* Search start */

.search-block {
	display: inline-block;
}

.search-block-content {
	max-width: 450px;
}

/* Search end */
/* Search and Notification end */
/* Home page css end */

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* Internal page banner css start */

.internal-page-banner .main-container {
	padding-top: 115px;
}

.without-banner-text {
    height: 131px;
}
/* Internal page banner css end */

/* View Book page banner css start */

.view-book-page-banner {
	height: 580px;
}

.view-book-page-banner .container {
	 padding-left:0;
	 padding-right:0;
}

/* View Book page banner css start *


/* Video callout section css start */

.video-callout {
	height: 600px;
}

/* Video callout section css end */

/* Two column callout section css start */

.two-column.left-column {
	padding-right: 33px;
}

.two-column.right-column {
	padding-left: 33px;
}

/* Two column callout section css end */

/* Internal page css ends */

/* ! Class page CSS start */
/**
	This section is use for class page CSS style.	
*/
/* Class page banner style css start */

.class-home-page-banner .main-container {
   padding-top: 0; 
}

.class-post-page-banner {
	height: 650px;
}

.class-post-page-banner .banner-caption {
	min-height: 650px;
}

.class-post-banner {
	height: 342px;
}

.class-post-banner .main-container {
	padding-top: 0;
}

/* Class page banner style css end */

/* Class page banner internal style css start */

.class-internal-page-banner {
	height: 330px;
}

.class-internal-page-banner .main-container {
	padding-top: 0;
}

/* Class page banner internal style css end */
/* Class page css end */

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1280 STARTS
***************************************************************************************/
@media screen and (min-width:1280px) {

/* ! COMMON CSS START */
/**
	This section is used for all common class and id affect to all pages in the website.	 
*/

.main-container {
	padding: 0 82px 0 407px;
}

p {
	font-size: 2em;
}

blockquote,
p blockquote {
	font-size: 2.5em;
}

blockquote h6 {
	font-size: 0.482em;
}

/* Common CSS end */

/* ! HEADINGS START */
/**
	This section is use for all heading tag default CSS.
*/

h1 {
	font-size: 6.666em;
}

h2 {
	font-size: 2.4em;
	padding-bottom: 23px;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 2.666em;
}

h5 {
	font-size: 2em;
}

h6 {
	font-size: 2em;
}

/* Headings end */

/* ! LISTS START */
/**
	This section is use for all default Ul and Ol CSS.
*/

ul li,
ol li {
	font-size: 2em;
}

li ol,
li ul {
	margin-left: 10px;
}

ul > li:before {
	top: 12px;
}

/* Default Ul and Ol end */

/* ! TABLE CSS START */
/**
	This section is use for Common table style.
*/

table thead th,
table td {
	font-size: 2em;
}

/* Table CSS end */

/* ! COMMON BUTTON CSS START */
/**
	This section is use for Common button style.
*/

.button,
button,
input[type="submit"] {
	font-size: 2em;
	padding-top: 16px;
	padding-bottom: 16px;
}

.button .icon,
input[type="submit"] .icon {
 	top: 17px;
}

/* Common Button CSS end */

/* ! VIDEO BUTTON CSS START */
/**
	This section is use for Common video button style.
*/

.button.video-button {
	font-size: 2em;
	padding-bottom: 17px;
	padding-top: 17px;
}

.video-button .icon {
	top: 8px;
}

/* Video Button CSS end */

/* ! HEADER CSS START */
/**
	This section is use for site header style.	
*/

.header {
	padding: 0 82px 0 407px;
}

/* Header area CSS end */

/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/

.footer-links {
	margin-bottom: 0;
	margin-right: 15px;
}

.social-links {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
}

/* optional footer section css start */

.optional-footer .footer-right {
	bottom: 0;
    left: 0;
    position: absolute;
}
/* optional footer section css end */

/* Footer ends */

/* ! SIDEBAR CSS START */
/**
	This section is use for site sidebar menu style.	
*/

.sidebar {
	left: 67px;
}

/* Sidebar css end */

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/

/* View Book page banner css start */
.view-book-page-banner {
	height: 650px;
}
/* View Book page banner css end */

/* Colored bar section css start */

.color-block-content {
	padding: 70px 0;
}

/* Colored bar section css end */

/* Upcoming page section css start */

.upcoming-events-left .month {
	font-size: 2em;
}

.upcoming-events-left .date-box {
	font-size: 7em;
}

.upcoming-events-right h3,
.upcoming-events-right p {
	font-size: 2.4em;
}

/* Upcoming page section css end */

/* Tabs section css start */

.tabs li a {
	font-size: 2em;
}

/* Tabs section css end */

/* Accordion section css start */

.accordion-panel {
	margin-bottom: 22px;
}

.sub-accordion-panel {
	margin-bottom: 0;
}
/* Accordion section css end */

/* Internal page css ends */

/* ! STAFF PAGE CSS START */
/**
	This section is use for staff page CSS style.	
*/

/* Staff listing css start */

.staff-box.active .staff-content {
	opacity: 0;
}

/* Staff listing css start */

/* Staff page search section css start */

.staff-search-box {
	margin: 50px 0;
}

.form-group label {
	font-size: 2em;
}

.form-group .form-control {
	font-size: 2em;
}

.button-search {
	margin-top: 35px;
}
/* Staff page search section css end */
/* Staff page css end */

/* ! Class page CSS start */
/**
	This section is use for class page CSS style.	
*/
/* Class page banner style css start */

.class-post-page-banner {
	height: 734px;
}

.class-post-page-banner .banner-caption {
	min-height: 734px;
}

.white-transparent {
	padding: 40px 60px;
}

.white-transparent p {
	font-size: 3.2em;
}

/* Class page banner style css start */
/* Class page css start */

}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1300 STARTS
***************************************************************************************/
@media screen and (min-width:1300px) {


/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/

.internal-container {
	padding: 60px 0;
}

.main-container-margin { 
	margin-top:60px;
	margin-bottom:60px;
}

/* ! FOOTER AREA CSS START */
/**
	This section is use for site footer area CSS style.	
*/
.footer-links {
	margin-right: 40px;
}
/* Footer ends */

/* internal page top section css start */
.internal-page-top-content p {
	font-size:2.6em;
}
/* internal page top section css end */

/* Blockquote section css start */
.blockquote-section {
    padding: 60px 0;
}
/* Blockquote section css end */

/* Box content section css start */
.box-content {
	padding: 35px;
}

.box-overlay-bg {
	padding: 20px;
}

.overlay-block {
	height: 262px;
}

/* Box content section css end */

/* CTA section CSS start */
.cta-section ul li {
	margin-left: 12px;
	margin-right: 12px;
}
/* CTA section CSS end */

/* Accordion section css start */

.accordion-heading {
	font-size: 2em;
}

.accordion-heading .icon {
	top: 17px;
}

.accordion-heading.active .icon {
    top: 17px;
}

.sub-accordion-panel .accordion-heading .icon {
	top: 16px;
}

/* Accordion section css end */

/* ! SEARCH RESULT PAGE CSS START */
/**
	This section is use for Search result listing page CSS style.	
*/
/* Pagination css start */

.pagination {
    margin-top: 66px;
}

.pagination a {
    padding: 8px 14px;
	line-height: 37px;
	font-size:2em;
}
	
.pagination a.previous, .pagination a.next { 
	height: 53px;
    width: 53px;
	padding: 8px 16px; 
}

.pagination .icon  {
 	margin-top: 9px;
}
/* Pagination css end */

/* Search Result page css end */

/* Internal page css ends */

/* ! STAFF PAGE CSS START */
/**
	This section is use for staff page CSS style.	
*/

/* Staff listing css start */
.staff-content {
	padding: 35px;
}

.staff-overlay-bg {
	padding: 20px;
}
/* Staff listing css end */
}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1500 STARTS
***************************************************************************************/
@media screen and (min-width:1500px) {

/* ! INTERNAL PAGE CSS START */
/**
	This section is use for default internal page CSS style.	
*/
/* View Book page banner css start */
.view-book-page-banner {
	height: 866px;
}
/* View Book page banner css end */

/* CTA section CSS start */
.cta-section ul li {
	margin-left: 30px;
	margin-right: 30px;
}
/* CTA section CSS end */
/* Internal page css ends */

/* ! STAFF PAGE CSS START */
/**
	This section is use for news page CSS style.	
*/

/* Staff listing css start */
.staff-listing-section {
    margin-left: -20px;
    margin-right: -20px;
}

.staff-box {
    padding-left: 20px;
    padding-right: 20px;
	margin-left:0;
	margin-right:0;
	width:33.333%;
	max-width: inherit;
}

.staff-box:nth-child(odd) {
	margin-right:0;
	clear: none;
}

.staff-box:nth-child(even) {
	margin-left: 0;
	float: left;
}

.staff-box:nth-child(3n+1){
	clear: both;
}

.staff-box:nth-last-child(4) {
    margin-bottom: 0;
}

.staff-content {
	padding: 15px;
}

.staff-overlay-bg h3 {
    font-size: 2.433em;
}
/* Staff listing css end */
}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1900 STARTS
***************************************************************************************/
@media screen and (min-width:1900px) {
	/* ! STAFF PAGE CSS START */
/**
	This section is use for news page CSS style.	
*/

/* Staff listing css start */
.staff-content {
	padding: 35px;
}

.staff-overlay-bg h3 {
    font-size: 2.933em;
}
/* Staff listing css end */
}

.home .push { display: none; }

.button-bar { padding-top: 120px; padding-bottom: 105px; width: 100%; text-align: center; background: #04599c; }
.button-bar h2 { padding-bottom: 45px; color: #fff; text-transform: none; font-size: 60px; line-height: 72px; border: 0; }
.button-bar p { margin-bottom: 100px; color: #fff; font-size: 36px; line-height: 52px; }
.button-bar ul { display: flex; justify-content: center; list-style: none; }
.button-bar ul li:before { display: none; }
.button-bar ul li { padding: 0 50px; text-transform: uppercase; }
.button-bar ul li a { padding-right: 15px; min-width: 250px; font-size: 24px; text-align: center; background: #e3864b; }
.button-bar .button .icon { margin-left: 7px; position: relative; right: 0; top: 3px; }

.academy-bar { padding-top: 103px; padding-bottom: 95px; width: 100%; text-align: center; background: #f9f9fb; }
.academy-bar h2 { padding-bottom: 60px; border: 0; color: #1683d6; font-size: 60px; line-height: normal; font-family: "proxima-nova", sans-serif; font-weight: 400; text-transform: none; }
.academy-bar .row { margin: 0 -12px 85px; display: flex; flex-wrap: wrap; }
.academy-bar .container { max-width: 1570px; }
.academy-bar .item { padding: 0 12px; width: 25%; }
.academy-bar .item .full { display: block; position: relative; }
.academy-bar .overlay { padding: 0 13px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: rgba(244, 115, 33, 0.5); }
.academy-bar .overlay h3 { margin: 0; padding: 0; color: #fff; font-size: 48px; line-height: 56px; text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.academy-bar .overlay span { color: #fff; font-size: 24px; text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.academy-bar .item:nth-child(2) .overlay { background-color: rgba(13, 44, 108, 0.5); }
.academy-bar .item:nth-child(3) .overlay { background-color: rgba(147, 149, 152, 0.5); }
.academy-bar .item:nth-child(4) .overlay { background-color: rgba(126, 156, 47, 0.5); }
.academy-bar .image { height: 300px; overflow: hidden; }
.academy-bar .item:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.academy-bar .image img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s ease 0s; -webkit-transition: 0.3s ease 0s; }
.academy-bar .button, .news-bar .button { padding-top: 13px; padding-bottom: 13px; padding-right: 15px; min-width: 250px; font-size: 24px; text-align: center; text-transform: uppercase; background: #e3864b; }
.academy-bar .button .icon, .news-bar .button .icon { margin-left: 7px; position: relative; right: 0; top: 3px; }

.testimonial-bar { padding-top: 70px; padding-bottom: 106px; width: 100%; text-align: center; background: url(../images/testimonial-bg.jpg) no-repeat top center; background-size: cover; }
.testimonial-bar h2 { padding-bottom: 45px; color: #fff; text-transform: none; font-size: 82px; line-height: normal; border: 0; }
.testimonial-bar p { margin-bottom: 55px; font-size: 60px; line-height: 72px; color: #f47321; font-weight: 700; }
.testimonial-bar span { color: #fff; font-weight: 700; font-size: 30px; }
.testimonial-bar .container { max-width: 1200px; }
.testimonial-bar .row { padding: 0 180px; }
.testimonial-bar .slick-arrow { padding: 0; position: absolute; top: 40%; transform: translateY(-50%); width: 45px; height: 45px; border: 0; font-size: 0; background-color: transparent; background-repeat: no-repeat; }
.testimonial-bar .slick-arrow:hover { opacity: 0.8; }
.testimonial-bar .slick-prev { left: 0; background-image: url(../images/left-arrow.png); }
.testimonial-bar .slick-next { right: 0; background-image: url(../images/right-arrow.png); }

.virtual-bar { width: 100%; min-height: 493px; display: flex;  align-items: center; justify-content: center; background-repeat: no-repeat; background-size: cover; }
.virtual-bar .button { padding: 17px 40px 17px 50px; height: 86px; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; line-height: inherit; background-color: #377ee5; }
.virtual-bar .button .icon { margin-left: 20px; position: relative; right: 0; top: -1px;; }

.news-bar { padding-top: 58px; padding-bottom: 95px; width: 100%; text-align: center; background: url(../images/social-bg.jpg) no-repeat top center; background-size: cover; }
.news-bar h2 { padding-bottom: 30px; color: #fff; text-transform: none; letter-spacing: 2px; font-size: 82px; line-height: normal; border: 0; text-align: center; }
.news-bar:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 338px; background-color: #00579a; }
.news-bar .row { margin: 0 -45px 58px; display: flex; flex-wrap: wrap; }
.news-bar .item { padding: 0 45px; width: 33.33%; text-align: left; }
.news-bar .container { max-width: 1160px; }
.news-bar .news-image { margin-bottom: 0; display: block; height: 227px; overflow: hidden; }

.news-bar .news-image:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.news-bar .news-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s ease 0s; -webkit-transition: 0.3s ease 0s; }

.news-bar .news-image img { width: 100%; height: 100%; object-fit: cover; }
.news-bar .news-content-block { padding: 22px 18px 18px; position: static; background: #fff; }
.news-bar .news-title { padding-bottom: 5px; font-size: 24px; }
.news-bar .news-title a { color: #0d2c6c; }
.news-bar p { color: #3f3e3e; font-size: 18px; line-height: 22px; }
.news-bar .date { margin-bottom: 0; position: absolute; bottom: 15px; color: #020202; font-size: 18px; font-style: italic; }
.news-bar .full { padding-bottom: 20px; height: 100%; position: relative; background: #fff; }

.social-bar { padding-bottom: 40px; width: 100%; text-align: center; background: url(../images/social-bg.jpg) no-repeat top center; background-size: cover; }
.social-bar h2 { padding-bottom: 5px; font-size: 60px; color: #1683d6; font-family: "proxima-nova", sans-serif; font-weight: 400; text-transform: none; border: 0; }
.social-bar .social { margin-bottom: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.social-bar .social li { margin: 0 5px; }
.social-bar .social li a { width: 33px; height: 33px; border-radius: 50%; border: 1px solid #c9c9ca; display: inline-flex; align-items: center; justify-content: center; background: #fff; }
.social-bar .social li a:hover { opacity: 0.8; opacity: 0.8; }
.social-bar .social li:before { display: none; }
.social-bar .container { max-width: 1160px; }
.social-bar .social li a img { max-width: 19px; }
.social-bar .social li:nth-child(4) a img { max-width: 23px; }

.button-bar ul li a:hover, .academy-bar .button:hover, .news-bar .button:hover { background: #f47321; }
.virtual-bar .button:hover { background: #e3864b; }

.button-bar .container { padding: 0 20px; }

.footer-bar { width: 100%; }
.footer-bar .row { margin-bottom: 20px; padding-bottom: 30px; display: flex; flex-wrap: wrap; border-bottom: 1px solid #182835; }
.footer-bar .left { padding-right: 46px; width: 28%; }
.footer-bar .center { padding-right: 55px; }
.footer-bar .right { padding-left: 35px; }
.footer-bar .container { max-width: 1110px; }
.footer-bar .left p { margin-bottom: 22px; color: #9a9b9d; font-size: 14px; line-height: normal; }
.footer-bar .left p a { color: #9a9b9d; font-weight: 400; }
.footer-bar .f-logo { margin-bottom: 17px; display: inline-block; }
.footer-bar h3 { margin: 0 0 45px; color: #cfcfd4; font-size: 18px; }
.footer-bar .center li { margin-bottom: 13px; font-size: 14px; }
.footer-bar .center li a { color: #e7e7e8; font-weight: 400; }
.footer-bar .center li a:hover { text-decoration: underline; }
.footer-bar .right .top { margin-bottom: 15px; }
.footer-bar .bottom { padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.footer-bar .copyright-menu ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-bar .copyright-menu ul li { padding: 0 5px; position: relative; }
.footer-bar .copyright-menu ul li:after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 10px; background-color: #9a9b9d; }
.footer-bar .copyright-menu ul li:last-child:after { display: none; }
.footer-bar .copyright-menu ul li a { color: #9a9b9d; font-size: 14px; font-weight: 400; }
.footer-bar .copyright { color: #9a9b9d; font-size: 14px; }

@media only screen and (max-width: 1599px) {
	.academy-bar .container { padding: 0 15px; }
	.home-page-banner-section h1 { padding-left: 270px; font-size: 80px; white-space: nowrap; }
	.home-page-banner-section h1 strong { font-size: 115px; }
}

@media only screen and (max-width: 1499px) {
	.button-bar ul li a, .academy-bar .button, .news-bar .button { font-size: 22px; }
	.button .icon, input[type="submit"] .icon { background-position: 0 -98px; background-size: 22px auto; height: 19.5px; width: 22px; }
	.button-bar h2, .academy-bar h2, .social-bar h2 { padding-bottom: 15px; font-size: 45px; line-height: 55px; }
	.button-bar p { margin-bottom: 55px; font-size: 28px; line-height: 42px; }
	.button-bar { padding-top: 70px; padding-bottom: 50px; }
	.button-bar ul li { padding: 0 28px; }
	.academy-bar { padding-top: 50px; padding-bottom: 65px; }
	.academy-bar .row { margin: 0 -8px 50px; }
	.academy-bar .overlay h3 { font-size: 40px; line-height: 45px; }
	.academy-bar .item { padding: 0 8px; }
	.testimonial-bar h2 { padding-bottom: 10px; font-size: 54px; }
	.testimonial-bar p { margin-bottom: 25px; font-size: 46px; line-height: 54px; }
	.testimonial-bar span { font-size: 25px; }
	.testimonial-bar { padding-top: 50px; padding-bottom: 73px; }
	.virtual-bar .button { height: 75px; }
	.virtual-bar { min-height: 420px; }
	.news-bar { padding-top: 38px; padding-bottom: 60px; }
	.news-bar .item { padding: 0 30px; }
	.news-bar .row { margin: 0 -30px 45px; }
	.news-bar h2 { padding-bottom: 18px; font-size: 54px; }
}

@media only screen and (max-width: 1279px) {
	.home .container { padding: 0 20px; }
	.sidebar { max-width: 275px; left: 20px; top: 38px; }
	.home-page-banner-section h1 { font-size: 60px; }
	.home-page-banner-section h1 strong { font-size: 85px; }
	.button-bar { padding-top: 40px; padding-bottom: 20px; }
	.button-bar p { margin-bottom: 40px; font-size: 22px; line-height: 36px; }
	.button-bar h2, .academy-bar h2, .social-bar h2 { padding-bottom: 10px;  font-size: 40px; line-height: 40px; }
	.button-bar ul li { padding: 0 15px; }
	.academy-bar .overlay h3 { font-size: 32px; line-height: 32px; }
	.academy-bar .overlay span { font-size: 20px; line-height: normal; }
	.academy-bar .image { height: 250px; }
	.testimonial-bar .row { padding: 0 130px; }
	.testimonial-bar p { margin-bottom: 20px; font-size: 40px; line-height: 48px; }
	.testimonial-bar { padding-top: 45px; padding-bottom: 50px; }
	.testimonial-bar h2, .news-bar h2 { padding-bottom: 0; font-size: 50px; }
	.virtual-bar .button { height: 75px; font-size: 20px; }
	.virtual-bar { min-height: 328px; }
	.footer-bar h3 { margin: 0 0 25px; }
	.news-bar .item { padding: 0 15px; }
	.news-bar .row { margin: 0 -15px 40px; }
	.button-bar .container { padding: 0 85px; }
	.testimonial-bar .slick-prev { left: 15px; }
	.testimonial-bar .slick-next { right: 15px; }
}

@media only screen and (max-width: 1023px) {
	.button-bar ul li { padding: 0 5px; margin-left: 0; }
	.button-bar ul li a, .academy-bar .button, .news-bar .button { min-width: 228px; font-size: 20px; }
	.button-bar h2, .academy-bar h2, .social-bar h2 { padding-bottom: 0; }
	.button-bar p { margin-bottom: 30px; font-size: 21px; line-height: 35px; }
	.sidebar { max-width: 100%; left: 0px; top: 54px; }
	.academy-bar .image { height: 185px; }
	.academy-bar .overlay { padding: 0 8px; }
	.academy-bar .overlay h3 { font-size: 26px; line-height: 26px; }
	.academy-bar .overlay span { font-size: 16px; }
	.academy-bar .row { margin: 0 -8px 30px; }
	.academy-bar { padding-top: 30px; padding-bottom: 42px; }
	.testimonial-bar p { margin-bottom: 12px; font-size: 25px; line-height: 35px; }
	.testimonial-bar span { font-size: 20px; }
	.testimonial-bar h2, .news-bar h2 { margin: 0 0 17px; font-size: 45px; }
	.virtual-bar .button { padding: 15px 25px 14px 25px; height: 60px; font-size: 19px; }
	.virtual-bar { min-height: 288px; }
	.footer-bar .left { padding-right: 10px;}
	.footer-bar .right { padding-left: 0; }
	.footer-bar .center { padding-right: 15px; }
	.footer-bar .center li { margin-bottom: 9px; font-size: 13px; }
	.footer-bar .left p { margin-bottom: 18px; font-size: 13px; }
	.footer-bar .copyright, .footer-bar .social-links, .footer-bar .copyright-menu { width: 100%; text-align: center; }
	.footer-bar .copyright-menu ul, .footer-bar .social-links ul { justify-content: center; }
	.footer-bar .bottom { padding-bottom: 13px; }
	.footer-bar .copyright-menu ul { margin: 5px 0; }
	.news-bar .news-title { font-size: 20px; }
	.news-bar .news-image { height: 170px; }
	.news-bar p { font-size: 16px; line-height: 21px; }
	.news-bar .item { padding: 0 8px; }
	.news-bar .row { margin: 0 -8px 35px; }
	.news-bar:before { height: 208px }
	.social-bar { padding-bottom: 10px; }
	.home-page-banner-section h1 { padding-left: 0; }
	.button-bar h2, .academy-bar h2, .social-bar h2 { font-size: 36px; line-height: 38px; }
	.button-bar .container { padding: 0 50px; }
	.testimonial-bar .row { padding: 0 80px; }
	.testimonial-bar .slick-prev { left: 10px; }
	.testimonial-bar .slick-next { right: 10px; }
	.footer-bar .row { justify-content: space-between; }
}

@media only screen and (max-width: 767px) {
	.button-bar ul { flex-wrap: wrap; }
	.button-bar ul li { margin-bottom: 10px; width: 100%; }
	.button-bar { padding-top: 35px; padding-bottom: 2px; }
	.button-bar h2, .academy-bar h2, .social-bar h2 { font-size: 30px; line-height: 35px; }
	.button-bar p { margin-bottom: 25px; font-size: 20px; line-height: 30px; }
	.home-page-banner-section h1 { font-size: 45px; }
	.home-page-banner-section h1 strong { font-size: 70px; }
	.academy-bar .item { padding: 0 6px; width: 50%; margin-bottom: 12px; }
	.academy-bar .row { margin: 0 -6px 10px; }
	.testimonial-bar h2, .news-bar h2 { margin: 0 0 10px; font-size: 35px; }
	.testimonial-bar p { margin-bottom: 10px; font-size: 24px; line-height: 29px; }
	.testimonial-bar span { font-size: 18px; }
	.testimonial-bar .slick-arrow { width: 35px; height: 30px; background-size: 30px; }
	.testimonial-bar { padding-top: 28px; padding-bottom: 28px; }
	.virtual-bar { min-height: 250px; }
	.virtual-bar .button { padding: 16px 15px 13px 17px; height: 51px; font-size: 18px; }
	.footer-bar .left, .footer-bar .center, .footer-bar .right { margin-bottom: 15px; padding-right: 0; width: 100%; text-align: center }
	.footer-bar h3 { margin: 0 0 15px; }
	.footer-bar .center li { margin-bottom: 6px; }
	.footer-bar .row { margin-bottom: 18px; padding-bottom: 6px; }
	.footer { padding: 26px 0 15px; }
	.footer-bar .left p { margin-bottom: 12px; }
	.news-bar .item { width: 100%; }
	.news-bar .news-image { height: auto; }
	.news-bar .short-description { min-height: inherit; }
	.news-bar .row { margin: 0 -8px 30px; }
	.social-bar h2 { margin: 0 0 15px; }
	.news-bar .date { font-size: 16px; }
	.news-bar h2 { margin: 0 0 18px; }
	.button-bar .container { padding: 0 20px; }
	.testimonial-bar .slick-prev { left: 0; }
	.testimonial-bar .slick-next { right: 0; }
	.testimonial-bar .row { padding: 0 53px; }
	.news-bar { padding-top: 30px; padding-bottom: 42px; }
	#sb_instagram .sb_instagram_header, .sb_instagram_header { margin-bottom: 0 !important; }
}

@media only screen and (max-width: 479px) {
	.academy-bar .item { width: 100%; }
	.academy-bar .image { height: auto; }
	.academy-bar .button, .news-bar .button { padding-top: 8px; padding-bottom: 13px; min-width: 226px; font-size: 16px; }
	.academy-bar .button .icon, .news-bar .button .icon { background-position: 0 -88px; background-size: 20px auto; height: 18.5px; width: 20px; }
	.testimonial-bar p { font-size: 21px; line-height: 24px; }
	.testimonial-bar span { font-size: 15px; }
	.testimonial-bar h2, .news-bar h2 { font-size: 30px; }
	.testimonial-bar span { font-size: 14px; line-height: 1.2; }
	.testimonial-bar { padding-top: 35px; padding-bottom: 38px; }
	.testimonial-bar .row { padding: 0 48px; }
	.academy-bar .item .full { width: 100%; display: flex; }
}


