/*
Theme Name: CNSST
Author: Hari Thallapelly
*/

/**
 * 
 * 1.0 - Reset
         Wordpress coreTypography
         Forms
         Formatting
         Lists
         Tables
         Links
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */
 
/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html {
    position: relative;
    min-height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4d4d4d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Typography */

body,
button,
input,
select,
textarea {
	color: #2e2e2e;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 5px 0 0;
}
h1 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
        color: #fff;
	font-family: 'Lato', sans-serif;
}

h2 {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}
p:last-of-type {
    margin: 0;}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/* Forms */

label {
	color: #333;
	display: block;
	font-weight: 800;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

/*button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}*/

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Forms Placeholder Text */
::-webkit-input-placeholder {
	font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
}

/* Formatting */

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Lists */

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
    margin-left: 40px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
    border-spacing: 0;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Links */

a {
	color: #222;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}
.clear {
    clear: both;
}
/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header{
	margin:0 auto;
	width:100%;
	z-index:9;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
	 /*Background for header section, change it to none if you dont want or change it to match the logo*/
}
.headerwrap{
	margin:0 auto;
	background-color: inherit; /*Background for header wrap with logo and right content */
	display:block;
	padding:0;
	clear:both;
    width: 90%;
    padding: 0 5%;
    height: 70px;
    position: absolute;
}
.headertopwrap {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background-color: #0561af;
}
@media screen and (max-width:1080px) {
    .headertopwrap, .headerwrap {
        width: 96%;
        padding: 0 2%;
    }
}
.languagelinks, .socialsearch, .headercontact, .footercontact, .footersearchwrap {
    text-align: right;
    float: right;
    }
.headercontact{ 
    border-left: 1px solid #fff;
}
.headercontact a {
    color: #fff;
    padding-left: 15px; 
    font-size: 12px;
}
.languagelinks ul {
    padding-right: 20px;
    margin: 0;
    border-right: 1px solid #fff;
}
.languagelinks ul li{
    display: inline-block;
    color: #fff;
    }
.languagelinks ul li a{
	color:#fff;
padding-left:10px;
    font-size: 13px;}
.languagelinks ul li a:hover{
	color:#fbb632;}
li.wpml-ls-current-language a{    
	color: #fbb632 !important;}
.headerlogo{  
    width: 25%;
    float: left;
    padding-top: 12px;
}
.headerlogo a{
	display:block;    
    padding: 0px;
    outline: 0;
}
.headerlogo img{
    max-width: 87%;
    height: auto;
    vertical-align: middle;
    min-width: 285px;
    max-width: 285px;
}
a.logosmall {
    display: none;
}
body.site.body-lang-en .chineselogo {
    display: none;
}
body.site.body-lang-zh-hans .englishlogo, body.site.body-lang-zh-hans .mobileenglishlogo {
    display: none;
}
body.site.body-lang-ko .englishlogo, body.site.body-lang-ko .mobileenglishlogo {
    display: none;
}
body.site.body-lang-zh-hans .chineselogo {
    margin-top: 0px;
}
@media screen and (max-width:1280px) {
    
    .sbcontact {
	display:table}
    body.site.body-lang-en a.logobig {
        display: none;
    }
    body.site.body-lang-en a.logosmall {
        display: block;
    }
    .headerlogo img {
        max-width: 50%;
        height: auto;
        vertical-align: middle;
        min-width: 180px;
        max-width: 180px;
    }

}
.referralform {
    float: right;
    width: 25%;
    text-align: right;
    line-height: 70px;
}
.referralform a{
    text-transform: uppercase;
    border-bottom: 1px solid #575757;
    font-size: 14px;
}
/* Search Toggle */
.socialsearch {
    height: 40px;
    position: relative;
}
.search {
    position: relative;
    margin: 0px auto;
}
.Search-box {
    float: right;
    width: 50px !important;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 0.75rem;
    font-style: italic;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: -webkit-transform ease 500ms;
    transition: -webkit-transform ease 500ms;
    transition: transform ease 500ms;
    transition: transform ease 500ms, -webkit-transform ease 500ms;
}
.Search-box:focus {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    width: 500px !important;
    position: absolute;
    right: 0;
    height: 40px;
    background: #0561af;
}
.Search-box::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.Search-box:focus + .Search-box-label {
    z-index: -1;
    opacity: 0;
}
.Search-box:focus ~ .Search-close {
    z-index: 3;
    opacity: 1;
}
.Search-box-label, .Search-close {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    width: 3rem;
    -webkit-transition: opacity ease 250ms 250ms;
    transition: opacity ease 250ms 250ms;
}
.Search-close {
    opacity: 0;
    z-index: 0;
}
.Search-icon, .Search-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path fill='#fff' d='M15.477 13.356C16.437 11.98 17 10.306 17 8.5 17 3.806 13.194 0 8.5 0S0 3.806 0 8.5 3.806 17 8.5 17c1.805 0 3.48-.563 4.855-1.522l6.304 6.303c.114.12.3.12.42 0l1.7-1.696c.116-.116.11-.31 0-.423l-6.305-6.303zM8.5 15c3.59 0 6.5-2.91 6.5-6.5S12.09 2 8.5 2 2 4.91 2 8.5 4.91 15 8.5 15z' id='a'/></defs><g fill='none' fill-rule='evenodd'><use xlink:href='#a'/></g></svg>");
}

.Search-close-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#fff' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}
.Search {
    content: "";
    display: table;
    clear: both;
}
.Search-icon, .Search-close-icon {
    text-indent: 100%;
    overflow: hidden;
}
.Search-icon, .Search-close-icon {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
 /* Footer Search */
.footersearchwrap {
    height: 40px;
    position: relative;
    border-left: 2px solid #dbdbdb;
    padding-left: 25px;
}
.footersearch {
    position: relative;
    margin: 0px auto;
}

.footerSearch-box {
    float: right;
    width: 25px !important;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 0.75rem;
    font-style: italic;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    /*-webkit-transition: -webkit-transform ease 500ms;
    transition: -webkit-transform ease 500ms;
    transition: transform ease 500ms;
    transition: transform ease 500ms, -webkit-transform ease 500ms;*/
}
.footerSearch-box:focus {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    width: 500px !important;
    position: absolute;
    right: 0;
    height: 40px;
    border: none;
    background-color: #fff;
}
.footerSearch-box::-webkit-search-cancel-button{
      -webkit-appearance: none;
}
.footerSearch-box:focus + .footerSearch-box-label {
    z-index: -1;
    opacity: 0;
}
.footerSearch-box:focus ~ .footerSearch-close {
    z-index: 3;
    opacity: 1;
}

.footerSearch-box-label, .footerSearch-close {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    width: 3rem;
    -webkit-transition: opacity ease 250ms 250ms;
    transition: opacity ease 250ms 250ms;
}

.footerSearch-close {
    opacity: 0;
    z-index: 0;
}

.footerSearch-icon, .footerSearch-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path fill='#0561af' d='M15.477 13.356C16.437 11.98 17 10.306 17 8.5 17 3.806 13.194 0 8.5 0S0 3.806 0 8.5 3.806 17 8.5 17c1.805 0 3.48-.563 4.855-1.522l6.304 6.303c.114.12.3.12.42 0l1.7-1.696c.116-.116.11-.31 0-.423l-6.305-6.303zM8.5 15c3.59 0 6.5-2.91 6.5-6.5S12.09 2 8.5 2 2 4.91 2 8.5 4.91 15 8.5 15z' id='a'/></defs><g fill='none' fill-rule='evenodd'><use xlink:href='#a'/></g></svg>");
}

.footerSearch-close-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#555' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}

.footerSearch {
    content: "";
    display: table;
    clear: both;
}

.footerSearch-icon, .footerSearch-close-icon {
    text-indent: 100%;
    overflow: hidden;
}

.footerSearch-icon, .footerSearch-close-icon {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
/* Mobile Search */
.mobilesearchwrap {
    height: 40px;
    position: relative;
    border-left: 1px solid #dbdbdb;
    width: 25px;
    float: right;
    padding: 15px 6% 14px;
}
.mobilesearch {
    position: relative;
    margin: 0px auto;
}

.mobileSearch-box {
    float: right;
    width: 25px !important;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 0.75rem;
    font-style: italic;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}
.mobileSearch-box:focus {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    width: 100% !important;
    position: absolute;
    right: 0;
    height: 40px;
    border: none;
    background-color: #fff;
}
.mobileSearch-box::-webkit-search-cancel-button{
      -webkit-appearance: none;
}
.mobileSearch-box:focus + .mobileSearch-box-label {
    z-index: -1;
    opacity: 0;
}
.mobileSearch-box:focus ~ .mobileSearch-close {
    z-index: 3;
    opacity: 1;
}

.mobileSearch-box-label, .mobileSearch-close {
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    width: 25px;
    -webkit-transition: opacity ease 250ms 250ms;
    transition: opacity ease 250ms 250ms;
}

.mobileSearch-close {
    opacity: 0;
    z-index: 0;
}

.mobileSearch-icon, .mobileSearch-close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path fill='#0561af' d='M15.477 13.356C16.437 11.98 17 10.306 17 8.5 17 3.806 13.194 0 8.5 0S0 3.806 0 8.5 3.806 17 8.5 17c1.805 0 3.48-.563 4.855-1.522l6.304 6.303c.114.12.3.12.42 0l1.7-1.696c.116-.116.11-.31 0-.423l-6.305-6.303zM8.5 15c3.59 0 6.5-2.91 6.5-6.5S12.09 2 8.5 2 2 4.91 2 8.5 4.91 15 8.5 15z' id='a'/></defs><g fill='none' fill-rule='evenodd'><use xlink:href='#a'/></g></svg>");
}

.mobileSearch-close-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#555' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}

.mobileSearch {
    content: "";
    display: table;
    clear: both;
}

.mobileSearch-icon, .mobileSearch-close-icon {
    text-indent: 100%;
    overflow: hidden;
}

.mobileSearch-icon, .mobileSearch-close-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
/* mobile menu footer */
.mobilereferral {
    width: 50%;
    float: left;
    padding-left: 6%;
}
.mobilereferral a {
    font-size: 13px;
    border-bottom: 1px solid #222;
}

/* Sticky top */

.sticky {
    position: fixed;
    top: 0;
    z-index:99;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav{
	background-color:initial; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
}
.headernav{
    background-color: #fff;
	width:50%;
    float: left;
	margin:0 auto;
    text-align: center;
    height: 100%;
}
.menuwrapper{
	padding:0;	
    z-index: 111;
    font-size: 0;
}
.menuwrapper ul {
	width:100%;
	padding:0px;
	margin:0;       
}
.menuwrapper ul li{
	display:inline-block; 
	*display: inline;
	zoom:1;
	padding:0px;
	text-align:center;
    line-height: 1em;
}
.menuwrapper ul > li > a{
	padding:0 25px;
	font-size : 15px;
	color:#595959;
	display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 50px;
font-family: 'Lato', sans-serif;
}
ul.nav-menu > li > a {
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;}
.menuwrapper .current_page_item > a, .menuwrapper .current_page_ancestor > a, .menuwrapper .current-menu-item > a, .menuwrapper .current-menu-ancestor > a {
   color: #0561af;}
.menuwrapper .sub-menu, .menuwrapper .children {
    background-color: #fdb632;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
}
.menuwrapper .sub-menu ul, .menuwrapper .children ul {
    border-left: 0;
    top: 0;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
    display: block;
}
ul.nav-menu ul li:hover > ul, .nav-menu ul ul li:hover > ul {
    display: block;}
ul.nav-menu ul li.menu-item-has-children {
    position: relative}
.menuwrapper ul.sub-menu li > a:hover {
    background-color: #e69400;
    color: #fff;
}
.menuwrapper ul.sub-menu li.current-page-ancestor > a, .menuwrapper ul.sub-menu li.current-page-ancestor > a, .menuwrapper ul.sub-menu li.current-menu-item > a, .menuwrapper ul.sub-menu li.current_page_parent > a{
    background-color: #e69400;
    color: #fff; }
.menuwrapper ul.sub-menu ul li.current-page-ancestor a {
    color: #0561af !important;
    background-color: #d3d3d3 !important;
    font-weight: bold !important;
    display:block;
}
.menuwrapper ul.sub-menu li ul li.current-menu-item a {
    color: #0561af;
    background-color: #d3d3d3;
    font-weight: bold;
    display:block;
}
.menuwrapper ul.sub-menu li ul li.current-menu-item a:hover {
    color: #0561af;
    background-color: #d3d3d3;
    display:block;
}
.menuwrapper ul.sub-menu li ul li a:hover {
    color: #0561af;
    background-color: #d3d3d3;
    display:block;
}
.menuwrapper ul ul ul.sub-menu {
    width: 300px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -150px;
}
.menuwrapper ul ul ul.sub-menu li {
    display: block;
    text-align: left;
}
.menuwrapper ul ul ul.sub-menu li a{
    line-height: 1.2em;
    padding: 12px 30px;
}
.menuwrapper ul ul ul.sub-menu li ul {
    display: none;}
.mobileheader {
    display: none;
        }
@media screen and (max-width:767px) {
body.site.body-lang-zh-hans .chineselogo img {
    margin-top: 5px;
}
    .fullheader {
        position: absolute;
        min-height: 100%;
    }
    .overflowhide {
	height: 100%;
	overflow: hidden !important;
	width: 100%;
	position: fixed;
    }
    .mobileheaderwrap {
        width: 100%;
        padding: 0;
    }
   .languagelinks ul li a{
	color:#000;
    padding-left: 0;
    font-size: 13px;
    padding-right: 10px;}
    .mobilelogo{
        width:65%;
        float: left;
        padding: 15px 0 8px 10px;
        z-index: 1;
        position: relative;
    }
    .mobilelogo img {
        width: 180px;
        position: relative;
    }
    .overflowhide .mobilelogo {
        z-index: -2;
    }
    .mobilemenu {
        float: right;
        border-left: 1px solid #dbdbdb;
        padding: 15px 6% 24px 6%;
    }
    .mobilehide, .mobilemenuwrapper {
        display: none;
    }
    .mobilemenuwrapper {
        position: fixed;
        background-color: #dbdbdb;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: -1;
	overflow:hidden;
    }
    .mobileheader {
        display: block;
    }
    .mobilemenuwrapper .languagelinks {
        background-color: #fff;
        min-height: 69px;
        width: 90%;
        color: #000;
        float: left;
        text-align: left;
        line-height: 69px;
        padding: 0 5%;
    }
    .mobilemenuwrapper .languagelinks ul li {
        color: #0561af}
    .mobilemenufooter {
        position: absolute;
        bottom: 0;
        background-color: #fff;
        min-height: 68px;
        line-height: 68px;
        width: 100%;
    }
    #menu-btn {
        float: right;
        padding-top: 5px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

#menu-btn span {
      display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9e9e9e;
    opacity: 1;
    left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;}
    
 #menu-btn span:nth-child(1) {
  top: 10px;
}

#menu-btn span:nth-child(2) {
  top: 18px;
}

#menu-btn span:nth-child(3) {
  top: 26px;
}
#menu-btn.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-btn.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

#menu-btn.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

    .expand {
        display: block !important;
    }
 
    .open-menu-link {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 30px;
        cursor: pointer;
        padding: 2px 5px;
        line-height: 1em;
    	color: #9e9e9e;
    }
    .responsive-menu {
        width: 100%;
	position: fixed;
    	overflow-y: scroll;
    	top: 70px;
    	bottom: 70px;
    }
    .responsive-menu::-webkit-scrollbar {
        width: 0px; /* remove scrollbar space */
        background: transparent; /* optional: just make scrollbar invisible */
    }
    
}
@media screen and (max-width:400px) {
    .mobilelogo {
        width: 63%;
    }
    #menu-btn span:nth-child(1) {
        top: 10px;
    }

    #menu-btn span:nth-child(2) {
        top: 18px;
    }

    #menu-btn span:nth-child(3) {
        top: 26px;
    }
    #menu-btn.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #menu-btn.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

}

/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
*/ 
.slider {
    position: relative;
    clear:both;
    line-height: 0;}
.slider img{
    width:100%;}

/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.maincontent {
    background: #f5f5f5;
    transition: margin-right .5s;
    margin-top: 0;
    margin-bottom: 115px;
    padding-bottom: 30px;
}
.content{
	clear:both;
}
.whitebg{
    background-color:#fff;}
.contentwrapper{
	width:1260px;
	max-width:100%;
	top: 0px;
	margin:0 auto;
	clear:both;
    padding: 30px 0;
}
.contentwrapper p a, .contentwrapper ul li a{
	color:#e69400;
	text-decoration:none;
}
.contentwrapper .bottompagelinkwrapper ul li a{
	text-decoration:none;
}
.contentwrapper p a:hover{
	color:#fdb632;
}
.contentwrapper .sidebarright a, .contentwrapper .widget a{
	color:#222;
	text-decoration:none;}
.grid-container {
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	position: relative;
	margin: -100px 0 0 0;
}

.row {
	padding:0 0 0px 0;	
}

.sidebar{
	width: 32%;
	float:right;
	background-color:#f3f3f3;
	margin-top:20px;
}
/******* ClearFix Hack ********/

.row:before, .row:after {
	content: "";
	clear:both;	
	display: table;
}
[class*='col-'] {
	float: left;
	min-height: 1px;
	/**** Add Gutter ****/
	margin-right: 1.5%;
}
.col-1 {
	width: 6.0%;
}
.col-2 {
	width: 14.5%;
}
.col-3 {
	width: 24.62%;
}
.col-4 {
	width: 31.83%;
}
.col-5 {
	width: 40.0%;
}
.col-6 {
	width: 48.5%;
}
.col-7 {
	width: 57.5%;
}
.col-8 {
	width: 66.17%;
}
.col-9 {
	width: 73.87%;
}
.col-10 {
	width: 83.0%;
}
.col-11 {
	width: 91.5%;
}
.col-12 {
	width: 100%;
}
.col-55{
	width:18%;}
.row div:last-of-type {
	margin-right: 0;
}
.outline, .outline * {
	border: 1px solid #691405;
}
[class*='col-'] > p {
	color: #000000;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
[class*='col-'] {
	/*background-color: #f3f3f3;*/
}
.col-content {
	width: 100%;
	padding: 10px 0;
}
/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer{
    background: #ffffff; 
    padding:0px;
	margin:0;
	font-size:12px;
    color: #fff;
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    min-height: 40px;
    border-top: 1px solid #dbdbdb;
    overflow: auto;
    position: absolute;
    bottom: 0px;
}
.footertopwrapper {
    width: 90%;
    padding: 1% 5%;
    border-top:2px solid #dbdbdb;
    background: #ffffff;
    overflow: auto;
    text-align: center;
    position: absolute;
    bottom: 40px;
}
.footertopwrapper ul {
    margin: 0;}
.footertopwrapper ul li {
    display: inline-block;
    line-height: 70px;
}
.footerleft{
    float: left;
    width: 50%;
    text-align: left;
}
.footerright {
    float: right;
    width: 50%;
}
.footertopwrapper div {
    display: inline-block;
    vertical-align: middle;
}
.poweredby{
    height: 15px;
    vertical-align: middle;
}
.usefullink {
    padding: 0 20px;    
}
.usefullink p {
    line-height: 20px;}
.usefullink img {
    max-height: 40px;
    width: auto;
    padding-top: 20px;
}
@media screen and (max-width:767px) {
    html {
        position: initial;
        min-height: initial;
    }

    .footertopwrapper, footer {
        position: initial;
        bottom: initial;
    }
}
@media screen and (max-width:430px) {
    .footerleft{
    float: left;
    width: 100%;
    text-align: center;
}
.footerright {
    display: none;
}
}
footer p, footer a, footer a:hover, footer a:active {
    color: #0561af !important;
    padding-bottom: 0 !important;
    line-height: 40px;
    margin: 0;
    
}
.facebookBtn, .twitterBtn, .youtubeBtn, .nosocialBtn {
	text-align:center;
	color:#fff;
	width:28px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	display:inline-block;
	font-size:16px;
}
.socialsearch .facebookBtn, .socialsearch .twitterBtn, .socialsearch .youtubeBtn {
    color: #9e9e9e}
.footercontact {
    border-left: 2px solid #dbdbdb;
    padding-left: 10px;
    font-weight: bold;
}
/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
.maincontent ul {
    margin-left: 40px;}
ul.jobs{
	margin:0;
	list-style-type:none;
    line-height: 2.2em;}
.viewalljobs{    
	text-align: center;
    display: block;
    background-color: #fdb632;
    padding: 5px 0;
    color: #fff;}
/*Pagination*/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #0561af;
}

.pagination a:hover {
    color: #fff;
    background: #fdb632;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #fdb632;
    color: #fff;
}
/* Landing page */
.landingpage p, .homepage p{	
    font-size: 20px;
}
.bottompagelinkwrapper {
    position: relative;
    padding-top: 60px;
}
.bottompagelink .children{
    display: none;
}
.bottompagelink ul {
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.bottompagelink ul li {
    list-style: none;
    display: inline-block; 
    text-align: center; 
    width:160px; 
    height: 160px; 
    vertical-align: middle;
}
.bottompagelink ul li a {
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(242,246,248,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ffffff', GradientType=1 );
    text-align: center;
    display: table-cell;
    width: 110px;
    padding: 0 20px;
    height: 150px; 
    vertical-align: middle;
    font-weight:bold;
    color:#0561af;
}
.bottompagelink ul li a:hover { 
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(right top, left top, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(242,246,248,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f6f8', GradientType=1 );
  
}
.center {
    text-align: center;}
.left {
    text-align: left;}
.right {
    text-align: right;}
.alignnone {
    margin: 0;}
.pl20{
	padding-left:20px;}
.ptb20{
    padding: 20px 0;
}
.ptb40{
    padding: 40px 0;
}
.ptb60{
    padding: 60px 0;
}
.p20 {
    padding: 20px}
.pb80 {
    padding-bottom: 80px;}
.plr20{
    padding: 0 20px;
}
.ptbcustom{
    padding: 35px 0 85px 0;}
.maincontentwidth{
    width: 81%;
    margin: 0 auto !important;
}
.pagetitle {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    transform: translate(0%, -50%);
    }
.pagetitle h1 {
    background-color: rgba(0, 0, 0, 0.40);
    display: inline-block;
    padding: 0 10px;
    
}
.pagetitle span {
    background-color: rgba(0, 0, 0, 0.40);
    padding: 5px 20px 8px 20px;
    font-size: 2.7em;
    color: #fff;
}
@media screen and (max-width:767px) {
    .featurednoimage .featuredimage{
    	min-height:100px;}
    .pagetitle span {
        font-size: 1em;
    }    
}
/*Home Page*/
.quicklinks {
    background-color: #0561af;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.quick-links-title {
    border-bottom: 1px solid #fbb632 ;
    padding-bottom: 5px;
    font-weight: bold;
}
.quick-links-widget ul {
    margin-left: 10px;
    margin-top: 10px;
}
.quick-links-widget ul li {
    list-style-type: none;
    padding: 3px 0;
}
.quick-links-widget ul li a {
    color: #fff;
}
.quick-links-widget ul li a:before {
    content: "-";
    padding-right: 10px;
}
.quick-links-widget ul li a:hover {
    color: #fbb632;
}
.homepagetiles {
    margin-top: -80px;}
.hometiles{
    width: 49%;
    float:left;
    margin-right: 2% !important;
    margin-bottom: 2%;
}
.hometiles:hover,.home2tiles:hover, .eventpromotion:hover,.communitynews:hover  {
    -webkit-transform: scale(0.969);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    transition: all 0.5s ease;
    color: #fff;
}
.home2tiles{
    width: 49%;
    float:left;
    margin-bottom: 2%;
}
.hometiles span, .home2tiles span {
    text-align: center;
    padding: 22px 0 34px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.hometiles img, .home2tiles img {
    border-bottom: 5px solid #f5f5f5;}
@media screen and (max-width:640px) {
    .hometiles, .home2tiles {
        width: 100%;
        margin-right: 0 !important;
        position: relative;
    }
    .hometiles img, .hometiles span, .home2tiles img, .home2tiles span {
        width: 50%;
        float: left;
    }
    .hometiles img, .home2tiles img {
        border-bottom: none}
    .hometiles span, .home2tiles span {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        right: 0;
	padding:0
}
}
/* Event Promotion */
.eventpromotion {
    position: relative;
    max-width: 100%;
}
.eventpromotion span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    left: 50%;
    font-weight: bold;
}
.eventpromotionimage {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    }
.eventpromotionimage img {
}
@media screen and (max-width:1260px) {
    .eventpromotionimage img {
        min-height: initial;
        max-width: 100%;;
    }
}
@media screen and (max-width:767px) {
    .eventpromotionimage img {
        min-height: initial;
        max-width: 100%;
    }.eventpromotionimage, .communitynewsimage{
	text-align:center;
    }
}
/* Community News */
.communitynews {
    position: relative;
    max-width: 100%;
}
.communitynews span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    left: 50%;
    font-weight: bold;
}
.communitynewsimage {
    max-width: 100%;
    overflow: hidden
    }
.communitynewsimage img {
    max-width: 100%;
}
.communitynews span a{
    display: block;
    clear: both;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px;}
@media screen and (max-width:767px) {
    .communitynewsimage img {
        min-height: initial;
        max-width: 100%;;
    }
}
.breadcrumbswrapper {    
    color: #4d4d4d;
    padding: 10px 0;
    font-size: 13px;
}
.breadcrumbswrapper .contentwrapper{
    padding: 0}
.breadcrumbs {
    padding-left: 10px;
}
.breadcrumbswrapper a{
    color: #4d4d4d;
}
.breadcrumbswrapper .menu {
    display:inline-block}
.breadcrumbswrapper .menu a:last-of-type {
    color: #0561af;
}

/* Search Toggle */
.socialsearch {
    
}
.searchicon {
    width: 100%;}
.search-form {
	width: 100%;
}

.search-field {
	background-color: transparent;
	height: 37px;
	margin: 3px 0;
	padding: 0 15px 0 15px;
	position: relative;
	width: 100%;
    border: none;
    border-top: 1px solid #9e9e9e;
    border-radius:0;
}

.search-field:focus {
	background-color: #f3f3f3;
	cursor: text;
	outline: 0;
    width: 100%;
    z-index: 1111;
}

.search-form
.search-submit { 
    display:none;
}

/* About page */


/* Contact From*/
.wpcf7
{

}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select
{
    background-color: #fff;
    padding: 1% 2%;
    width: 96%;
    border: none;
    margin: 5px 0 10px 0;
     -webkit-border-radius:0; 
    border-radius:0;
}

#wpcf7-f343-o1 .wpcf7 input[type="text"]{
	background-color: #575757 !important;}
.wpcf7-form-control-wrap select{
	color:#525252 !important;
	height: 8em;
	width:100%}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-bottom: 2px solid #fdb632;
  transition: all 0.2s ease 0s;
}
.contactform40 {
    width: 40% !important;}
.wpcf7-submit { 
    background: transparent;
    border: 2px solid #fdb632;
    padding:5px 25px;
    font-weight: bold; 
    -webkit-border-radius:0; 
    border-radius:0;
}
.wpcf7-submit:hover{
	color:#fff;
    background: #fdb632 !important;}

span.wpcf7-list-item{
	margin:0 0 0 5px !important;
    padding-bottom: 5px;
    display: block;}
/* Blog and post card*/
.parent{
    display:table;
}
.child{
    display:table-cell;
    vertical-align:middle;
}
.child.postcardtextwidth{
    width: 32%;
    padding-right: 10%;
}
.postcard {
    padding:30px 5% ;
    display: block;
    max-width:90%;
    margin: 0 auto;
    }
.newspostcardtitle {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    background-color: #0561af; 
}
.newspostcardtitle h1 {
    display: block;
    font-size: 1.2em;
    padding: 5px 10px;
    float: left;
}
.newsposttime{
    color: #fff;
    padding: 5px 10px;
}
.newspostcardimage img{
    padding-bottom:10px;
    margin-top: 20px;
    }
.newspostcardcontent {
    clear: both;
    margin-bottom: 40px;}
.newsprenextlinks {
    padding: 10px 0;}
.postcardtitle {
    display: block;
    padding: 0 12px;
    font-size: 20px;
    margin-bottom: 0px;
}
.postcardtitle h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.postcardtitle h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 3%;
    border-bottom: 3px solid #b21917;
    margin-top: 8px;}
.postcardimage{
    text-align:center;
    }
.postcardimage img {
    max-height: 700px;
}
.postcardtext {
    padding:5px 12px;
}
.homeblogarticle {
    width: 94%;
    padding: 2% 3%;
    }
.homeblog{
    font-size: 18px;
}
a.link{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    text-transform: uppercase;
    display: inline-block;
}
a.link:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.homeblog a{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    font-size:15px;
}
.homeblog a:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.blog {
    background-color: #fff;
    min-height: 340px;
    margin-bottom: 40px;
    max-height: 340px;
    overflow: hidden;
    border-bottom: 20px solid #fff;
}
.blogimage {
    min-height: 180px;    
    max-height: 180px;
    overflow: hidden;}
.blogimage img{
    width: 100%;
    min-height: 180px;
    object-fit: cover
	}
.blogtitle {
    color: #0561af;
    padding: 10px;
    font-weight: bold;
}
.blogblogarticle .blogimage {
    max-height: 150px;
    min-height: 150px;
}
.blogarticleimage {}
.blogarticletitle {
    color: #b21917;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}
.blogarticletime {
    padding-bottom: 20px;
}
.blogtext {
    padding: 0 10px 10px;
    color: #4d4d4d;
}
.bloglink {
    padding: 0 10px 10px;
    }
@media screen and (max-width:560px) {
   .blogimage {
       min-height: initial;    
       max-height: initial;
       overflow: hidden;}
   .blogimage img{
       width: 100%;
       min-height: initial;
       width: initial;
       height: initial;
       object-fit: cover
	}
}
/* Featured Image */
.featuredimage {
    position: relative}
.featuredimage {
    overflow: hidden;
    position:relative;
    max-height:400px;
    line-height:0;
    width: 100%;
}
.featurednoimage .featuredimage{
    min-height:250px;
    background-color: #0561af;
    background-image: url(images/pw-pattern.png);}
.featuredimage img {
    width: 100% !important;}

@media screen and (max-width:767px) {
    .featurednoimage .featuredimage{
    	min-height:100px;}
}

/* Iframe */
.style{
	max-width:500px;
	width:100%;
}
 .google-maps {
	position: relative;
	padding-bottom: 50%; 
	height: 0;
	overflow: hidden;
	border:5px solid #fff;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-wrapper {position: relative;
    padding-bottom: 43.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
 
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hidden {
overflow: hidden;
}
/* Contact Page */
.contactinfo{
	padding: 20px;
    background: #fff;
    margin-right: 15px !important;
}
.centrehead{
    color: #000;
    padding: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;
}
.contactpage .sidebarleft{
margin-top:0;}
.contacthead{
    background-color: #fff;
	}
.contacthead h2{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    color: #000;
}
.contacthead dl{
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
}

.contacthead dl dt,
.contacthead dl dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  padding:0;
  margin:0;
}

.contacthead dl dt{
  font-weight:600;
  width:48%;
  padding: 0 2% 0.5em 0;
}

.contacthead dl dd{
  margin-right:-1px;
  width:50%;
  padding: 0 0 0.5em 0;
}
.row.learningcentrestileswrapper {
    padding-left: 3%;
}
.centresloop {
    width: 22%;
    float: left;
    margin-right: 3%;
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 235px;
}
.centrewrap {
    padding: 5%;
}
.centretitle {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.centredetails a:last-of-type{
    color: #0561af;
    font-weight: bold;
    border-bottom: 1px solid #0561af;
    padding-bottom: 3px;
}
/* Upcoming Courses*/
.coursespage table{
	margin:20px 0;
    text-align: center;}
.coursespage table thead th:first-child{
	background-color:#0561af; 
	text-align:center;
	color:#fff;
    border: none;}
.coursespage table thead th:last-child{
	background-color:#fdb632; 
	text-align:center;
	color:#fff;
    border: none;}
.courseintakeheading {
    background-color: #0561af;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.courseintakenumber {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.courseintakenumber p {
    margin-bottom: 5px;
}
.courseintakenumber p span {
    color: #fdb632}
.coursedate {
    font-size: 15px;}
.courseloop {
    width: 100%;
    background-color: #dbdbdb;
    overflow: hidden;
    margin-bottom: 20px;}
.numberofcourses {
    background-color: #0561af;
    padding: 35px;
    float: left;
    text-align: center;
    color: #fff;
    height: 65px;
    width: 65px;
}
.numberofcourses p {
    margin:0;}
.totalcourses {
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
}
.coursedetails {
    background-color: #dbdbdb;
    float: right;
    width: 77%;
    height: 135px;
}
.courseinfo {
    width: 70%;
    float: left;
    clear: right;
    font-size: 14px;
}
.courseregister {
    width: 20%;
    float: right;
}
.courseinfo ul{    
    margin: 10px 0 0 20px;
}
.coursecost {
    background-color: #fdb632;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
}
.coursecost p {
    margin: 0 0 2px 0}   
.coursecost span {
    font-size: 10px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.coursecostwas {
    font-size: 10px;
    text-align: center;
    color: #0561af;
    line-height: 1.2em;
    padding: 5px 0 0 0;
    }
.coursesignup a {
    background-color: #0561af;
    padding: 13px 5px;
    text-align: center;
    color: #fff;
    display: block;
}
@media only screen and (min-width:768px) and (max-width:960px) {
    .courseloop {
        overflow: auto}
    .numberofcourses {
        width: 100%;
        padding: 25px 0;
    }
    .coursedetails{
        width: 100%;
        height: initial;
        padding: 10px 0 0 0;
    }
    .courseinfo {
        width: 100%;
        height: initial;
        padding:  0 0 20px 0;
    }
    .courseinfo ul {
        margin: 10px 0 0 39px;
    }
    .courseregister {
        width: 100%;}
    
}
@media screen and (max-width:740px) {
    .numberofcourses {
        width: 100%;
        padding: 25px 0;
    }
    .coursedetails{
        width: 100%;
        height: initial;
        padding: 10px 0 0 0;
    }
    .courseinfo {
        width: 100%;
        height: initial;
        padding:  0 0 20px 0;
    }
    .courseinfo ul {
        margin: 10px 0 0 39px;
    }
    .courseregister {
        width: 100%;}
}
@media screen and (max-width:767px) {
	.centresloop {
    width: 47%;
    float: left;
    margin-right: 3%;
    min-height: 220px;
	}
}
@media screen and (max-width:540px) {
	.centresloop {
    width: 100%;
    float: left;
    margin-right: 0%;
    min-height: initial;
	}
.row.learningcentrestileswrapper {
    padding-left: 0;
}
}
.refferalformleft {
    width: 48%;
    padding-right: 4%;
    float: left;
    padding-bottom: 1%;
}
.refferalformright {
    width: 48%;
    float: right;
}
.refferalformfull {
    clear: both;
    padding-bottom: 0.6%;
}
@media screen and (max-width:767px) {
	.refferalformleft, .refferalformright, .refferalformfull{
		width: 100%;
		padding-right:0;
		padding-bottom:1%;	
	}
}
 /**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:1400px) {
    .contentwrapper {
        width: 1360px;
    }
}
@media screen and (max-width:1280px) {
    .contentwrapper {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width:1060px) {
	header{
	z-index:10001;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
}
@media screen and (max-width:767px) {
    header {
        width: 100%;
        text-align: initial;
    }
    .headernav {
        position: relative;
        float: right;
        left: initial;
        bottom: initial;
        right: 0px;
    	padding: 0 10px;
    }
    .breadcrumbswrapper {
        display: none;
    }
    .maincontent {
        margin-left: 0px;
    }
    .contentwrapper {
        width: 92%;
        margin: 0 auto;
    }
    .menu-btn p{
    	display:none
	}
    .menuwrapper {
        left: 0;
        background-color: #f2f1f1;
    }
    .menuwrapper ul {
        min-width: initial;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .expandwidth {
        width: 100%;}
     .socialsearch {
        position: relative;
        bottom: initial;
        left:  initial;
        width: 80%;
    	margin: 0 auto;
    	padding-bottom: 20px;
      }
    .featuredimage {
        max-height: 100%;
    }
    .mobileshow {
        display: block;
    }
    .blogtitle {
        max-height: initial;
        min-height: initial;
        height: auto;
    }
    .child.postcardtextwidth {
        width: 100%;
        padding-right: 0;
    }
    .child {
        display: block;
    }
    .homeservices {
        text-align: center;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .slidemobile {
        display: block;
    }
    .slidedesktop {
        display: none;
    }

}
@media screen and (max-width:650px) {
    .footerwrapper {
        padding: 0;
    }
    header {
        background-size: contain;
    }
    .postcardtitle h2:after {
        width: 10%;
    }
    .headerleft-logo {
        height: 70px;
        background: none;
        z-index: 99999;
        position: relative;
    }
    .headerleft-logo a {
        padding: 9px 30px;
        background-color: #b21917;
    }
    .headerleft-logo img {
        min-width: 110px;
        max-width: 110px !important;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width:100%;
	}
    nav {
        width: 100%;
    }
    .footercontent {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .footersocial {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .grid-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        margin: 10px 0 0 0;
    }
    .sidebar {
        width: 100%;
    }
}
@media screen and (max-width:480px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    .width50 h1 {
        margin-bottom: 15px;
    }
}
@media print {
    div[style] {
        min-height: initial !important;
    }
    .center {
        float: left;
        text-align: left;
    }
    h2:after, h2:before {
        display: none;
    }
    .servicestile, .coachingtile {
        width: 100%;
        min-height: initial;
    }
    .tileverticalalign {
        position: relative;
        transform: initial;
    }
    body {
        background: white;
        font-size: 10pt;
        margin: 0;
    }
    #header {
        height: 75px;
    }
    .demo .red {
        color: black;
        font-weight: bold;
    }
    #content a {
        font-weight: bold;
        color: #000066;
        text-decoration: underline;
    }
    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .slider, .headernav {
        display: none;
    }
    #footer, .ad {
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    blockquote, table, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }
    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }
    .right {
        float: left;
    }
    .left {
        float: left;
    }
    img, nav, footer, .video-container, .header-video {
        display: none;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, col-55 {
        width: 100%;
    }
    header {
        height: auto;
        position: relative;
    }
    .blogimage, .blog {
        min-height: initial;
    }
}


.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
  background: #4d4d4d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #b21917;
  opacity: 1;
}
.fa-sort-up:before, .fa-sort-asc:before {
    line-height: 37px;}
@media only screen and (max-width: 1025px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 40px;
  }
}
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* IE SVG 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}*/

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper ul li ul {
    margin-left: 0;}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
    padding: 24px 36px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #0561af;
	outline: none;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #bcbcbc;
}
li.dl-back {
    text-align: center
}
.dl-menuwrapper li.dl-back > a {
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 66px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f0da";
    font-family: FontAwesome;
}

.dl-menuwrapper li.dl-back:after {
	left: 40px;
	color: #0561af;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    font-size: 18px;
}

.dl-menuwrapper li > a:after {
	right: 36px;
}

.dl-menuwrapper .dl-menu {
	margin:0 auto;
	max-width: 100%;
	opacity: 0;
	pointer-events: none;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
	display: block; 
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Services page */
.subtitle {
    display: block;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #0561af; 
    font-weight:normal;
}
/* Sidebar */
.sidebarleft {
    width: 17.5%;
    margin-right: 3%;
    float: left;
    margin-top: -10px;
}
.contentarea {
    width: 55.5%;
    margin-right: 3%;
    float: left;
}
.sidebarright {
    width: 21%;
    float: left;
}

.stickyleftnav {
    position: fixed;
    top: 100px;
    width: 16% !important;
}
.stickyleftbar .sidebarleft {
    width: 16%;}
.stickyleftbar .contentarea {
    padding-left: 22%;
}
/* Sidebar left */
.menu-servicesmenu-container {
    margin-top: -10px;
}
#nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#nav-main ul a {
  display: block;
  text-decoration: none;        
}
#nav-main ul li {
    display: inline-block;
    width: 100%;
}
#nav-main ul li a { 
        text-decoration:none; 
        display:block; 
        padding: 10px 18px 10px 2px; 
        color:#2e2e2e; 
        margin: 0px 0px;
        border-bottom: 1px #d3d3d3 solid;
        font-size: 14px;
        outline:none;
	position:relative;
}
#nav-main ul li.current_page_item a {
	border-bottom:none;}
#nav-main ul li:first-child a {
    border-top: none;
}
#nav-main ul li a:hover {
    color: #0561af;
}
#nav-main ul li ul li a:hover {
    background: none;
    color: #0561af;
}
#nav-main ul li ul {
    position: relative;
    top: -2px;
}
#nav-main ul ul {
    padding: 5px 0;}
#nav-main ul ul li a {
    background: none;
    border: none;    
    padding: 5px 0px 5px 20px;
    border-top: none;
}
#nav-main ul ul li a {
    position: relative}
#nav-main ul ul li a:before {
    content: "- ";
    padding-right: 5px;
    position: absolute;
    left: 10px;
}
#nav-main ul ul li.current_page_item a {
    color: #0561af;
    font-weight:700;}
#nav-main ul ul li ul {
    margin: 0 0 0 8px;
}

#nav-main ul.sub-menu li.current-menu-item a{
    color: #0561af !important;
}
#nav-main > ul > li.current_page_item > a {
    border-bottom: 2px solid #0561af;
    font-weight: bold;
    color:#0561af;
}
#nav-main > ul > li > a.showarrow:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
    color:#d3d3d3;
    position:absolute;
    right:0;
}
#nav-main > ul > li > a.showarrow.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;       
}
#nav-main > ul > li.current_page_item > a:after {
    color: #0561af;
}
#nav-main li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
}
#nav-main li.menu-item-has-children > a.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;         
}
@media screen and (max-width:767px) {
    .sidebarleft {
    	width:100%;
    }
    #nav-main > ul > li {
    	display: none;
    	width: 100%;
     }
     #nav-main ul li.current_page_item {
    	display: block;
     }
     ul.level-2-children li:last-of-type {
         padding-bottom: 20px;
      }
	#nav-main > ul > li.current_page_item > a{
        display:none !important;}
     #nav-main > ul > li.current_page_item > a:not(:last-child) {
    	display: block !important;
      }

}
/*sidebar right*/
.widget {
	margin-bottom:20px;}
.widget .title{
    text-transform: uppercase;
    color: #0561af;
    border-bottom: 2px solid #000; 
    padding: 5px 0 4px 0; 
}
.widget ul{
    list-style-type: none;
    margin-left: 0px;
    }
.widget ul li {
    padding: 10px;
    border-bottom: 1px solid #a9aaa9;
}
.widget ul li:last-of-type {
    border-bottom: none}
.sbcontact p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.2em;
    padding-top: 10px;
    display:block;
}
.sbcontact strong {
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid #00a2b9;
}
.sbcontact span {
    font-weight: bold;
    display:block;
    font-size: 14px;
}
.sbcontact {
    background-color: #fdb632;
    padding: 30px;
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .sidebarleft {
        width: 29.83%;
    }
    .contentarea {
        width: 67.1%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
   .sbcontact{
	width:96%;
	padding:2%;
    }
}

@media screen and (max-width:767px) {
    .contentarea {
        width: 100%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
    .sbcontact{
	width:96%;
	padding:2%;
    }
}
h1.tribe-events-single-event-title{
	color:#0561af;
    font-size: 22px; }
#tribe-bar-form .tribe-bar-submit input[type=submit]{
    background: #f5f5f5;
    border: 2px solid #fdb632;
    padding: 5px 25px;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#0561af
}
.tribe-events-cal-links {
    display: none;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li{
	padding-top:20px}
.tribe-mini-calendar-event .list-info{
	margin: 0 !important;}
.tribe-mini-calendar-event {
    border-bottom: 1px solid #e1e1e1 !important;
}
.tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{
	height:auto !important;
overflow:auto !important}
.tribe_mini_calendar_widget .tribe-mini-calendar-dayofweek{
    border: 1px solid #f5f5f5 !important;
    padding: 7px 3px !important;}
.tribe_mini_calendar_widget thead, .tribe_mini_calendar_widget .tribe-mini-calendar-nav td{
	padding:5px 0;}
.tribe_mini_calendar_widget .tribe-mini-calendar-no-event, .tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events a {
    padding: 5px 3px !important;
    margin: 5px 3px !important;
}
#tribe-events-header, .tribe-events-cost {
    display: none !important;
}
.tribe-events-back {
    margin: 0 0 20px !important;
}
@media screen and (max-width:1080px) {
.tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper{
	height:auto !important;}
}
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0{
color:#000 !important;
padding-top:10px !important;}
div[id^="bwg_container"] a{
padding-right:20px !important}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.iepadding{padding-bottom:200px}
.Search-icon, .Search-close-icon, .footerSearch-icon, .footerSearch-close-icon  {
   background-image: url("/wp-content/uploads/2017/03/search-1.png");
}
}
.wpml-ls-legacy-list-horizontal{
	padding:0 !important;
border:0 !important}
.refferalformleft .wpcf7-text, .refferalformleft .wpcf7-textarea {
    padding: 2% 4% !important;
}
.refferalformright .wpcf7-text, .refferalformright .wpcf7-textarea {
    padding: 2% 2% !important;
}
header input[type="search"] {
    color: #fff !important;
}