html {
	font-size: 62.5%;
}

body {
	background: #FFF;
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.285714;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
}

a {
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #D52027;
	text-decoration: none;
}

p {
	line-height: 1.71428571;
}

/*	WEBSITE WIDTHS
================================= */

.site-inner,
.wrap,
.widget-wrapper {
	display: block;
	margin: auto;
	max-width: 1100px;
}

.full-width-content .site-inner {
	max-width: none;
	padding-top: 0;
}

.content {
	width: 68%;
}

.sidebar-primary {
	width: 32%;
}

.content .entry {
	margin-bottom: auto;
	padding: 0;
}

/*	COMMON CLASSES
================================= */

.donate-btn,
#sc_checkout_form_1 .stripe-button-el span {
	border: 2px solid #D52027;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	border-radius: 4px;
	color: #D52027;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
	letter-spacing: 0.75px;
	margin-left: auto;
	max-width: 135px;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
}

#sc_checkout_form_1 .stripe-button-el span,
#sc_checkout_form_1 .stripe-button-el {
	background: transparent;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	height: auto;
	line-height: 1.5;
	margin: auto;
	max-width: 150px;
	min-height: 1px !important;
	width: 100%;
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	transition: 0.5s;
}

#sc_checkout_form_1 .stripe-button-el span {
	background: #FFF;
	padding: 9px;
}

#sc_checkout_form_1 .stripe-button-el span:hover {
	background: #D52027;
	border: 2px solid #FFF;
	color: #FFF;
}

.fl-builder-content .donateBtn-container a.fl-button {
	background: transparent;
	border: 2px solid #D52027;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	padding: 12px 0;
}

.fl-builder-content .donateBtn-container a.fl-button:hover {
	border: 2px solid #D52027;
}

.styled-heading,
.styled-heading h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2.75px;
	text-transform: uppercase;
}

.styled-heading:after {
	border-bottom: 3px solid #F5F5F5;
	content: "";
	display: block;
	margin: auto;
	max-width: 200px;
	width: 100%;
}

body .fl-rich-text {
	line-height: 1.71428571;
}

body .fl-post-feed-image img {
	width: auto !important;
}

body .fl-row-fixed-width {
	margin-left: auto;
	margin-right: auto;
}

.archive-description,
.author-box {
	padding: 0;
}

.archive .site-inner .entry-header .entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.archive .site-inner .entry-header .entry-title a {
	color: #E5554E;
}

.archive .site-inner .entry-header .entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28571;
}

.archive .site-inner .entry-header .entry-meta .separator {
	padding: 0 3px;
}

.archive .site-inner .entry-header .entry-title a:hover {
	color: #D52027;
}

.archive .site-inner .entry-header img {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.archive .content .entry {
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding: 0 20px 12px;
}

.entry-header .entry-comments-link:before {
	display: none;
}

.single-program .entry-meta {
	display: none;
}

/*	FULL SCREEN SEARCH
================================= */

#sm-container .search-form * {
	font-family: 'Montserrat', sans-serif;
}

#sm-container .search-form {
	float: none;
	margin: auto;	
	width: 100%;
}

#sm-container .search-form input[type="search"],
#sm-container .search-form input[type="text"],
#sm-container .search-form input[type="submit"] {
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px 15px;
	width: auto;
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	transition: 0.5s;
	  -webkit-appearance: none;
}

#sm-container .search-form input[type="search"]::-webkit-input-placeholder,
#sm-container .search-form input[type="text"]::-webkit-input-placeholder {
	color: #ACACAC;
}

#sm-container .search-form input[type="search"]::-moz-placeholder,
#sm-container .search-form input[type="text"]::-moz-placeholder {
	color: #ACACAC;
}

#sm-container .search-form input[type="search"]:-ms-input-placeholder,
#sm-container .search-form input[type="text"]:-ms-input-placeholder { 
	color: #ACACAC;
}

#sm-container .search-form input[type="search"]:-moz-placeholder,
#sm-container .search-form input[type="text"]:-moz-placeholder {
	color: #ACACAC;
}

#sm-container .search-form input[type="submit"] {
	padding: 4px 15px;
}

#sm-container .search-form input[type="submit"]:hover {
	background: #D52027;
}

body #full-screen-search {
	display: none;
}

/*	SOCIAL MEDIA WIDGET
================================= */

#sm-container {
	background: #FFF;
	padding: 6px 0;
}

#sm-container .sm-wrapper {
	display: block;
	margin: auto;
	max-width: 1100px;
	text-align: right;
}

#sm-container .sm-wrapper:after {
	clear: both;
	content: "";
	display: block;
}

#sm-container .widget {
	display: inline-block;
	vertical-align: middle;
}

#sm-container .widget ul {
	float: right;
}

#sm-container .widget ul li {
	float: left;
	margin-left: 2px;
}

#sm-container .widget ul li a {
	background: #D1D1D1;
	color: #FFF;
	display: block;
	height: 26px;
	padding: 2px;
	text-align: center;
	width: 30px;
}

#sm-container .widget ul li a:hover,
.footer-widgets-4 .widget ul li a:hover {
	background: #D52027;
}

#sm-container .widget ul li i:before {
	vertical-align: middle;
}

/*	HEADER
================================= */

.site-header {
	background: #ECEAEA;
	min-height: 1px;
}

.site-header .wrap {
	padding: 23px 0;
}

.title-area {
	width: 28%;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left top/contain;
	max-width: 300px;
}

.site-header .widget-area {
	padding: 18px 0 21px;
	width: 72%;
}

.site-header .widget-area p {
	margin: auto;
}

/*	NAVIGATION
================================= */

.nav-header .genesis-nav-menu a {
	color: #363636;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 7px;
	text-transform: uppercase;
}

.nav-header .genesis-nav-menu > li:hover {
	position: relative;
}

.nav-header .genesis-nav-menu > li:first-child a {
	padding-left: 4px;
}

.nav-header .genesis-nav-menu > li:last-child {
	background: transparent;
	border: 2px solid #D52027;
	margin-left: 12px;
	margin-right: 6px;
	max-width: 125px;
	text-align: center;
	width: 100%;
}

.nav-header .genesis-nav-menu > li:last-child a {
	color: #D52027;
	padding: 0;
}

.nav-header .genesis-nav-menu > li:last-child:hover {
	background: #D52027;
}

.nav-header .genesis-nav-menu > li:last-child:hover,
.nav-header .genesis-nav-menu > li:last-child:hover a {
	color: #FFF;
}

.nav-header .genesis-nav-menu a:hover,
.nav-header .genesis-nav-menu .current-menu-item > a,
.footer-widgets .menu .current-menu-item > a,
.footer-widgets .menu a:hover,
.footer-widgets a:hover,
.footer-widgets .entry-title a:hover {
	color: #D52027;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 9%;
	width: 225px;
}

.nav-header .genesis-nav-menu .sub-menu li {
	display: block;
}

.nav-header  .genesis-nav-menu .sub-menu a {
	background-color: #EBEBEB;
	border: none;
	color: #898989;
	padding: 16px 32px;
	width: auto;
}

.nav-header .genesis-nav-menu .sub-menu a {
	background: #D52027;
	color: #FFF;
}

.nav-header  .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #BD0007;
	color: #DDD;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu {
	border: none;
	left: 11.5%;
	margin-top: auto;
	top: -1px;
	min-width: 250px;
	width: 100%;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu.current {
	z-index: 9999;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item {
	position: relative;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/*	HOME PAGE
================================= */

#main-banner {
	color: #F5F5F5;
}

#main-banner:after,
#cta-section:after {
	border: 28px solid transparent;
	border-top-color: #999;
	content: "";
	display: block;
	height: 28px;
	margin: auto;
	position: absolute;
	  left: 0;
	  right: 0;
	text-align: center;
	width: 56px;
	z-index: 9;
}

#main-banner .styled-heading:after {
	margin: 7px auto;
	padding-top: 7px;
}

#main-banner .fl-heading span {
	display: block;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	margin: auto;
	max-width: 670px;
}

#main-banner .fl-rich-text {
	font-size: 18px;
	font-size: 1.8rem;
}

#main-banner .fl-rich-text p {
	line-height: 1.5;
}

#main-banner .fl-rich-text,
#cta-section .fl-rich-text,
#icons-section .fl-rich-text,
#programs-section .fl-rich-text {
	line-height: 1.44444;
	margin: auto;
	max-width: 585px;
}

#cta-section .styled-heading:after {
	border-color: #898989;
}

#cta-section {
	color: #363636;
}

#cta-section:after {
	border: transparent;
	content: url(images/after-cta-pattern.png);
}

#cta-section .fl-rich-text {
	line-height: 1.71428571;
	margin: auto;
	max-width: 815px;
}

#icons-section {
	color: #000;
}

#icons-section h3 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1.75px;
	line-height: 1;
	text-transform: uppercase;
}

#programs-section .fl-row-content {
	padding-left: 3px;
	padding-right: 3px;
}

#programs-section .styled-heading:after {
	border-color: #363636;
}

#programs-section .fl-rich-text {
	max-width: 445px;
}

#programs-section .fl-rich-text p {
	margin: auto;
}

#programs-section .fl-col-group .fl-button {
	font-family: 'Montserrat', sans-serif;
}

#programs-section .fl-col-group .fl-col-group-nested .fl-button {
	padding-left: 36px;
	padding-right: 36px;
}

#programs-section .styled-heading {
	letter-spacing: 4.10px;
}

#educationCentre-section .styled-heading:after,
#bannerImage-section .styled-heading:after {
	display: none;
}

#educationCentre-section .fl-rich-text p,
#bannerImage-section .fl-rich-text p {
	font-size: 24px;
	font-size: 2.4rem;
	margin: auto;
}

#educationCentre-section .fl-button,
#bannerImage-section .fl-button {
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #D52027;
	letter-spacing: 1px;
}

#educationCentre-section .fl-button:hover,
#bannerImage-section .fl-button:hover {
	background: rgba(255,255,255, 0.75);
	border: 2px solid #D52027;
}

#blog-section .styled-heading:after {
	border-color: #363636;
	max-width: 148px;
}

#blog-section .fl-post-grid-post {
	background: transparent;
	border: none;
	text-align: center;
}

#blog-section .fl-post-grid-title {
	color: #D52027;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 1.10px;
	margin: 7px auto 27px;
	text-transform: uppercase;
}

#blog-section .fl-post-grid-title a {
	color: #D52027;
}

#blog-section .fl-post-grid-title a:hover {
	color: #E5554E;
}

#blog-section .fl-post-grid-content p,
#blog-section .fl-post-grid-content a {
	color: #000;
	display: inline;
}

#blog-section .fl-post-grid-content a {
	color: #D52027;
}

#blog-section .fl-post-grid-content a:hover {
	color: #AC0006;
}

/*	MODEL PAGE
================================= */

#model-page.primary-content .styled-heading:after {
	border-color: #898989;
}

#model-page.primary-content .fl-rich-text {
	line-height: 1.71428571;
	margin: auto;
	max-width: 720px;
}

#educationCentre-section .fl-row-content-wrap,
#bannerImage-section .fl-row-content-wrap {
	height: 100vh;
	max-height: 430px;
}

#educationCentre-section:after,
#bannerImage-section:after {
	border-top-color: #CD1F25;
}

#vision-section .styled-heading:after {
	border-color: #000;
}

#vision-section .fl-rich-text {
	line-height: 1.71428571;
	margin: auto;
	max-width: 850px;
}

.image-information .fl-row-content {
	padding-left: 40px;
	padding-right: 40px;
}

.image-information h3 {
	font-size: 30px;
	font-size: 3rem;
}

.image-information .styled-heading:after {
	border-color: #898989;
}

.strategic-objectives .fl-rich-text ul {
	margin-left: 0;
}

.strategic-objectives .fl-rich-text ul > li {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none;
	padding-left: 60px;
	text-indent: -60px;
}

.strategic-objectives .fl-rich-text ul > li:before {
	content: url('images/target.png');
	height: 33px;
	margin-right: 27px;
	position: relative;
	  top: 12px;
	width: 33px;
}

.testimonials-section .fl-row-content {
	padding-left: 27px;
	padding-right: 27px;
}

.testimonials-section blockquote {
	margin: 15px auto;
}

.testimonials-section p {
	font-family: 'Montserrat', sans-serif;
}

.testimonials-section blockquote p {
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

.testimonials-section blockquote:after {
	content: "\201D";
	display: inline;
	font-size: 30px;
	position: relative;
	  top: -7px;
	vertical-align: middle;
}

#design-process-section .styled-heading {
	margin-bottom: 20px;
}

#design-process-section .styled-heading:after {
	color: #363636;
}

#design-process-section .fl-rich-text {
	max-width: 285px;
}

#masterPlan-features .fl-row-content {
	background: url(images/pattern-bg.jpg) left top;
	padding: 0 40px;
}

#masterPlan-features .styled-heading:after {
	border-color: #898989;
	margin-left: 20px;
}

#masterPlan-features .fl-rich-text ul {
	margin-left: 20px;
}

.donate-section .fl-button-text {
	font-weight: 700;
	letter-spacing: 1px;
}

/*	DONATE PAGE
================================= */

#donate-page.primary-content .fl-rich-text {
	margin: auto;
	max-width: 715px;
}

#donate-page.primary-content .styled-heading:after {
	border-color: #898989;
}

#donation-section blockquote {
	color: #252525;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	line-height: 1.15;
	margin: auto 0 12px;
	max-width: 350px;
}

#donation-section blockquote:before {
	content: "\2018";
	left: -8px;
	top: -2px;
}

#donation-section blockquote:after {
	content: "\2019";
	font-size: 30px;
	font-size: 3rem;
	line-height: 0;
	position: relative;
	  top: 2px;
}

#donation-section blockquote p {
	display: inline;
	letter-spacing: 1.75px;
	line-height: 1.15;
}

#donation-section blockquote + p em {
	color: #D01F26;
	font-size: 21px;
	font-size: 2.1rem;
}

/*	DONATION FORM
================================= */

#gform_wrapper_2 form {
	overflow: visible;
}

#gform_wrapper_2 .gform_body #field_2_10,
#gform_wrapper_2 .gform_body #field_2_11,
#gform_wrapper_2 .gform_body #field_2_12,
#gform_wrapper_2 .gform_body #field_2_13,
#gform_wrapper_2 .gform_body #field_2_14,
#gform_wrapper_2 .gform_body #field_2_18 {
	background: url(images/donate-pattern.jpg) left top;
	color: #FFF;
	font-size: 13.5px;
	font-size: 1.35rem;
	padding: 15px 12px 21px;
	text-align: center;
}

#gform_wrapper_2 .gform_body label {
	color: #FFF;
}

#gform_wrapper_2 .gform_body .gfield_html {
	cursor: pointer;
	line-height: 1.71428571;
}

#gform_wrapper_2 .donation-amount {
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
}

#gform_wrapper_2 .donation-amount:after {
	border-top: 3px solid #FFF;
	content: "";
	display: block;
	margin: auto auto 12px;
	max-width: 83px;
}

#gform_wrapper_2 .gform_body .gfield_html,
#gform_wrapper_2 .gform_body #field_2_5 {
	border-left: 3px solid #ACACAC;
	max-width: 183px !important;
	text-align: center;
	width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gf_inline {
	margin: auto !important;
}

#gform_wrapper_2 .gform_body .gfield_html:first-child,
#gform_wrapper_2 li.gfield.gfield_error {
	border: none;
}

#gform_wrapper_2 .gform_body .gfield_product_2_5 label {
/* #gform_wrapper_2 #field_2_14 { */
	display: none;
}

#gform_wrapper_2 .gform_body #field_2_5 {
	background: url(images/donation-alt-pattern.jpg) left top;
	color: #252525;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 12px 15px 18px;
}

#gform_wrapper_2 .gform_body #field_2_5 input {
	color: #A6A6A6;
}

#gform_wrapper_2 .gform_body #field_2_5 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #A6A6A6;
}

#gform_wrapper_2 .gform_body #field_2_5 input::-moz-placeholder { /* Firefox 19+ */
	color: #A6A6A6;
}

#gform_wrapper_2 .gform_body #field_2_5 input:-ms-input-placeholder { /* IE 10+ */
	color: #A6A6A6;
}

#gform_wrapper_2 .gform_body #field_2_5 input:-moz-placeholder { /* Firefox 18- */
	color: #A6A6A6;
}

#gform_wrapper_2 .gform_body #field_2_5 .gfield_description {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

#gform_wrapper_2 .gform_body #field_2_5 input {
	border: 2px solid #ACACAC;
	margin-bottom: 12px;
	max-width: 180px;
	padding: 18px 15px;
}

#gform_wrapper_2 .gform_body #field_2_6 {
	color: #FFF;
}

#gform_wrapper_2 .gform_body ul.gfield_checkbox {
	padding-left: 27px;
	padding-right: 27px;
}

#gform_wrapper_2 .gform_body #field_2_6 input[type="checkbox"] {
	margin-right: 6px;
	margin-top: 2px;
	  -moz-transform: scale(1.20);
	  -ms-transform: scale(1.20);
	  -o-transform: scale(1.20);
	  -webkit-transform: scale(1.20);
	transform: scale(1.20);
}

#gform_wrapper_2 .gform_body #field_2_6 label {
	font-family: 'Ubuntu', 'Open Sans', sans-serif;
}

#gform_wrapper_2 .gform_body .gfield_description {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71428571;
	padding: 0;
}

#gform_wrapper_2 .gform_body .ginput_container_singleproduct,
#gform_wrapper_2 .gform_body #field_2_8,
#gform_wrapper_2 .gform_body #field_2_19,
#gform_wrapper_2 .gform_body #field_2_9,
#gform_wrapper_2 .gform_body #field_2_17 {
	display: none;
	padding: 0 5px;
}

#gform_wrapper_2 .gform_body #field_2_6 {
	background: transparent;
	float: left;
	max-width: none;
	text-align: right;
	width: 79.5%;
}

#gform_wrapper_2 .gform_body #field_2_8,
#gform_wrapper_2 .gform_body #field_2_19 {
	background: transparent;
	color: #FFF;
}

#gform_wrapper_2 .gfield_creditcard_warning,
#gform_wrapper_2 .gfield_creditcard_warning_message span {
	background-position: left top;
	border-color: #FFF;
	color: #FFF;
}

#gform_wrapper_2 .gform_footer {
	clear: none;
	margin-top: 7px;
	text-align: right;
}

#gform_wrapper_2 .gform_footer input {
	background: #FFF;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	border-radius: 4px;
	color: #D52027;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.75px;
	margin: auto;
	max-width: 210px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	transition: 0.5s;
}

#gform_wrapper_2 .gform_footer input:hover {
	background: #D52027;
	color: #FFF;
}

#gform_wrapper_2 .ginput_cardinfo_left select {
	padding: 4px;
}

#gform_wrapper_2 .validation_error {
	background: rgba(0,0,0,0.35);
	border-color: #FFF;
	color: #FFF;
}

#gform_fields_2 .current {
	border: 5px solid #252525 !important;
}

#gform_wrapper_2 .gform_body #field_2_5.current {
	border-right: 5px solid #252525 !important;
	padding-left: 12px;
	padding-right: 12px;
}

/*	404 PAGE
================================= */

.archive .site-inner,
.error404.full-width-content .site-inner,
.single .site-inner,
.search .site-inner,
.page-id-12 .site-inner {
	margin: 20px auto;
	max-width: 1100px;
}

.error404 .search-form input[type="search"],
.error404 .search-form input[type="text"] {
	width: 75%;
}

.error404 .search-form input[type="submit"] {
	background: #D52027;
	border: 2px solid #D52027;
}

.error404 .search-form input[type="submit"]:hover {
	background: #FFF;
	color: #D52027;
}

/*	MODAL
================================= */

body .wpmui-popup .popup {
	max-width: 400px;
}

body .wpmui-popup .wdpu-text {
	padding: 0;
}

body .wpmui-popup .wdpu-head {
	background: #D52027 url(images/donate-pattern.jpg);
	margin-bottom: auto;
}

body .wpmui-popup .wdpu-head .wdpu-title {
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

body .wpmui-popup .wpsso-rrssb-content {
	display: none;
}

#gform_wrapper_3 {
	background: url(images/donation-alt-pattern.jpg);
	margin: auto;
	padding: 0 20px 20px;
}

#gform_wrapper_3 .gform_footer {
	text-align: center;
}

#gform_wrapper_3 .gform_footer input {
	background: #D52027;
	border: 2px solid #D52027;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	max-width: 152px;
	padding: 12px;
	width: 100%;
}

#gform_wrapper_3 .gform_footer input:hover {
	background: #FFF;
	color: #D52027
}

/*	NEWSLETTER WIDGET
================================= */

#beforeFooter-widget-container .widget-wrapper {
	border-bottom: 1px solid #FFF;
	padding: 34px 21px 18px 25px;
}

#beforeFooter-widget-container .widget-wrapper:after,
#beforeFooter-widget-container .widget-wrapper:after {
	clear: both;
	content: "";
	display: block;
}

#beforeFooter-widget-container .widgettitle {
	color: #FFF;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 11%;
}

#beforeFooter-widget-container #gform_wrapper_1 {
	float: left;
	margin: auto;
	max-width: 89%;
	padding: 0 0 0 3%;
	width: 100%;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body {
	max-width: 84.5%;
	width: 100%;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.hidden_label input {
	margin: auto;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline {
	padding-right: 10px;
	width: 33.33% !important;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline:first-child {
	padding-left: 5px;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline:nth-child(3) {
	padding-right: 5px;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body input {
	background: #535353;
	border: 1px solid #898989;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 12px;
	width: 100%;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body input::-webkit-input-placeholder {
	color: #FFF;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body input::-moz-placeholder {
	color: #FFF;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body input:-ms-input-placeholder {
	color: #FFF;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_body input:-moz-placeholder {
	color: #FFF;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_footer {
 	margin-top: auto;
 	max-width: 15%;
 	padding: 0;
 	width: 100%;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_footer input {
	background: #D52027;
	border: 2px solid #D52027;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: auto;
	max-width: 135px;
	padding: 10px;
	text-align: center;
	width: 100%;
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	transition: 0.5s;
}

#beforeFooter-widget-container #gform_wrapper_1 .gform_footer input:hover {
	background: rgba(255,255,255,0.9);
	border: 2px solid #D52027;
	color: #D52027;
}

#beforeFooter-widget-container #gform_wrapper_1 .validation_error {
	border-color: #FFF;
	color: #FFF;
	margin-top: 15px;
}

/*	FOOTER WIDGET
================================= */

.footer-widgets,
#beforeFooter-widget-container {
	background: #252525;
	clear: both;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0;
}

.footer-widgets .wrap {
	padding: 30px 27px 78px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #D52027;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 21px;
}

.footer-widgets a {
	color: #FFF;
}

.footer-widgets p {
	margin-bottom: 20px;
}

.footer-widgets li,
.footer-widgets .entry {
	border: none;
	margin: auto;
	padding-bottom: 0;
}

.footer-widgets .menu li a {
	color: #FFF;
	line-height: 1.71428571;
}

.footer-widgets .menu .donate-btn,
.footer-widgets .menu li .sub-menu {
	display: none;
}

.footer-widgets .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: auto;
}

.footer-widgets .entry-title a {
	color: #FFF;
	line-height: 1.285714;
}

.footer-widgets-1 {
	margin: auto;
	width: 19%;
}

.footer-widgets-2 {
	margin: auto;
	padding-right: 52px;
	width: 28.5%;
}

.footer-widgets-3 {
	float: left;
	margin: auto;
	width: 28.5%;
}

.footer-widgets-4 {
	float: left;
	margin: auto;
	width: 24%;
}

.footer-widgets-4 .widget ul li {
	float: left;
	margin-left: 2px;
}

.footer-widgets-4 .widget ul li a {
	background: #D1D1D1;
	color: #FFF;
	display: block;
	height: 26px;
	padding: 2px;
	text-align: center;
	width: 30px;
}

.footer-widgets-4 .widget ul li i:before {
	vertical-align: middle;
}

.footer-widgets-4 p {
	line-height: 1.25;
}

/*	FOOTER
================================= */

#footer-widget-container {
	background: #111;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	padding: 18px 0 12px;
	text-transform: uppercase;
}

#footer-widget-container .widget-wrapper {
	padding-left: 21px;
	padding-right: 21px;
}

#footer-widget-container .widget {
	display: inline-block;
	width: 49.5%;
}

#footer-widget-container .widget:last-child {
	letter-spacing: 0.75px;
	text-align: right;
}

#footer-widget-container .widget p {
	margin: auto;
}

#footer-widget-container .widget ul li {
	display: inline-block;
}

#footer-widget-container .widget ul li a {
	color: #FFF;
	display: block;
	padding: 0 6px;
}

#menu-programs li a {
	line-height: 18px;
}

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

	/*	HEADER
	================================= */
	#sm-container,
	.site-header .wrap,
	#footer-widget-container,
	.fl-row-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.archive .site-inner,
	.single-post .site-inner,
	.archive .site-inner,
	.error404.full-width-content .site-inner,
	.single .site-inner,
	.search .site-inner,
	.page-id-12 .site-inner {
		padding: 15px 30px;
	}

	/*	DONATE PAGE
	================================= */
	#gform_wrapper_2 .gform_body {
		width: 100%;
	}

	#gform_wrapper_2 .gform_body .gfield_html,
	#gform_wrapper_2 .gform_body #field_2_5 {
		width: 16.65% !important;
	}

	#gform_wrapper_2 .gform_body #field_2_5 .gfield_description {
		line-height: 1.5;
		padding-left: 5px;
		padding-right: 5px;
	}

	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13 {
		padding-left: 8px;
		padding-right: 8px;
	}

	#gform_wrapper_2 .gform_footer {
		float: left;
		width: 20.5%;
	}

	/*	SOCIAL SHARE
	================================= */

	#social-share .fl-row-fixed-width {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

	/*	HEADER
	================================= */
	.site-header .title-area,
	.site-header .widget-area {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	.header-image .site-title > a {
		background-position: center;
		margin-bottom: 30px;
		max-width: none;
	}

}

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

	/*	HOME PAGE
	================================= */

	#programs-section .fl-col-content {
		padding-left: 0;
		padding-right: 0;
	}

	#programs-section .fl-col-content > .fl-col-group {
		margin: auto;
		max-width: 95%;
		width: 100%;
	}

	/*#programs-section .fl-col-content > .fl-col-group .fl-col {
		width: 50% !important;
	}*/

	/*	DONATE PAGE
	================================= */

	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		font-size: 13px;
	}

}

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

	/*	DONATE PAGE
	================================= */

	#gform_wrapper_2 .gform_body .gfield_html,
	#gform_wrapper_2 .gform_body #field_2_5 {
		max-width: none !important;
		width: 33.33% !important;
	}

	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#gform_wrapper_2 .gform_body #field_2_12 {
		border-left: none;
	}

	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_18 {
		border-bottom: 3px solid #ACACAC;
	}

	#gform_wrapper_2 .gform_body #field_2_5 .gfield_description {
		line-height: 1.71428571;
	}

}

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

	/*	HOME PAGE
	================================= */
	#icons-section .fl-col-group {
		margin: auto;
		max-width: 650px;
		width: 100%;
	}

	#icons-section .fl-col-group .fl-col {
		width: 50% !important;
	}

	#educationCentre-section .fl-row-content-wrap,
	#bannerImage-section .fl-row-content-wrap {
		height: auto;
		max-height: none;
	}

	#programs-section .fl-col-group:last-child .fl-col {
		padding: 7px;
	}

	/*	MODEL PAGE
	================================= */
	.donate-section h3 br {
		display: none;
	}

	/*	404 PAGE
	================================= */

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

	.error404 .search-form input[type="search"],
	.error404 .search-form input[type="text"] {
		width: 100%;
	}

	.error404 .search-form input[type="submit"] {
		margin-top: 15px;
	}

	/*	FOOTER WIDGET
	================================= */
	#beforeFooter-widget-container #gform_wrapper_1 {
		padding-left: 2%;
	}

	.footer-widgets-2 {
		padding-right: 36px;
	}

	.footer-widgets-3 {
		width: 29%;
	}

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

}

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

	/*	CONTENTS
	================================= */

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.content-sidebar .sidebar-primary {
		display: block;
		float: none;
		width: 100%;
	}

	.content-sidebar .sidebar-primary .widget {
		padding-left: 0;
		padding-right: 0;
	}

	/*	FOOTER WIDGET
	================================= */
	#beforeFooter-widget-container .widgettitle {
		display: block;
		float: none;
		max-width: none;
		text-align: center;
	}

	#beforeFooter-widget-container .widgettitle br {
		display: none;
	}

	#beforeFooter-widget-container #gform_wrapper_1 {
		max-width: none;
		padding: 0;
	}

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

	.footer-widgets-2 {
		padding-right: 21px;
	}

	.footer-widgets-4 {
		width: 22%;
	}

}

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

	/*	DONATE PAGE
	================================= */
	
	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		font-size: 13px;
		font-size: 1.3rem;
	}

}

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

	/*	HEADER
	================================= */
	.site-header .wrap {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.site-header .widget-area {
		margin-bottom: auto;
	}

	/*	NAVIGATION
	================================= */
	nav {
        display: none;
        position: relative;
    }

    nav .wrap {
        padding: 0;
    }

    nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        visibility: visible;
        overflow: hidden;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        background-color: transparent;
    }

    .menu-toggle {
        background-color: #D52027;
        position: relative;
        padding: 10px;
        right: 0;
        z-index: 1000;
        color: white;
        width: 100%;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        display: inline-block;
        font: normal normal normal 27px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        content: "\f0c9";
        padding-right: 12px;
    }

    .sub-menu-toggle {
        background: #D52027;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        padding: 18px;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        content: "\f107";
    }

    .sub-menu-toggle.activated:before {
        content: "\f106";
    }

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

    .genesis-nav-menu .menu-item a {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        padding: 20px;
        text-align: center;
    }

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

    .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .genesis-nav-menu .sub-menu {
        display: none;
        clear: both;
        margin: 0;
        position: static;
        width: 100%;
        opacity: 1;
    }

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

    .genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu {
    	width: 100%;
    }

    .genesis-nav-menu .sub-menu a {
        border-left: none;
        border-right: none;
        padding-left: 40px;
        color: #eee;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        background-color: #333;
        color: #eee;
    }

    .nav-header .genesis-nav-menu > li:first-child a {
    	padding-left: 20px;
    }

    .nav-header .genesis-nav-menu > li:last-child {
    	margin: auto;
     	max-width: 100%;
     	padding: 0;
    }
    
    .nav-header .genesis-nav-menu > li:last-child a {
    	border: none;
    	padding: 20px;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu {
    	width: auto;
    }

    .nav-header  .genesis-nav-menu .sub-menu a {
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    	width: 100%;
    }

    /*	CONTENT
	================================= */
    .site-inner,
    .wrap {
    	padding: 0;
    }

    /*	DONATE PATE
    ================================= */

    #gform_wrapper_2 .gform_body #field_2_10,
    #gform_wrapper_2 .gform_body #field_2_11,
    #gform_wrapper_2 .gform_body #field_2_12,
    #gform_wrapper_2 .gform_body #field_2_13,
    #gform_wrapper_2 .gform_body #field_2_14,
    #gform_wrapper_2 .gform_body #field_2_18,
	#gform_wrapper_2 .gform_body #field_2_5 {
		font-size: 14px;
		font-size: 1.4rem;
		min-height: 180px;
	}

    /*	FOOTER WIDGET
	================================= */
	.footer-widgets-1 {
		width: 25%;
	}

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

	.footer-widgets-4 {
		clear: both;
		width: auto;
	}

}

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

	#beforeFooter-widget-container #gform_wrapper_1 .gform_body {
		width: 83.5%;
	}

}

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

	/*	HOME PAGE
	================================= */
	.styled-heading .fl-heading {
		font-size: 36px !important;
		font-size: 3.6rem !important;
	}

	#icons-section .fl-col-group .fl-col {
		width: auto !important;
	}

	#programs-section .fl-col-content > .fl-col-group,
	#icons-section .fl-col-group {
		max-width: none;
	}

	#programs-section .fl-col-content > .fl-col-group .fl-col {
		width: 100% !important;
	}

	#programs-section .fl-col-group:last-child .fl-col {
		padding: 0;
	}

	/*	MODEL PAGE
	================================= */

	.testimonials-section blockquote p {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/*	DONATE PAGE
	================================= */

	#gform_wrapper_2 form {
		overflow: hidden;
	}

	#gform_wrapper_2 .gform_body #field_2_5,
	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		border-bottom: 3px solid #ACACAC;
		font-size: 14px;
		font-size: 1.4rem;
		margin: auto !important;
		max-width: none !important;
		width: 50% !important;
	}

	#gform_wrapper_2 .gform_body #field_2_12 {
		border-left: 3px solid #ACACAC;
	}

	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_13 {
		border-left: none;
	}

	#gform_wrapper_2 .gform_body #field_2_5 input {
		font-size: 24px;
		font-size: 2.4rem;
	}

	#donation-section .quote {
		background: rgba(255,255,255,0.5);
		position: relative;
		  top: 150px;
	}

}

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

	/*	DONATE PAGE
	================================= */
	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		border-bottom: 3px solid #ACACAC;
		margin: auto !important;
		max-width: none !important;
		width: 50% !important;
	}

	#gform_wrapper_2 .gform_body .gfield_html {
		border: none;
	}

	#gform_wrapper_2 .gform_body #field_2_6,
	#gform_wrapper_2 .gform_body #field_2_6 label {
		max-width: none;
		position: relative;
		width: 100%;
	}

	#gform_wrapper_2 .gform_body #field_2_6 label {
		float: none;
		width: auto;
	}

	#gform_wrapper_2 .gform_body #field_2_12 {
		border-left: none;
	}

	#gform_wrapper_2 .gform_body ul.gfield_checkbox {
		padding: 0;
		text-align: left;
	}

	#gform_wrapper_2 .gform_body ul.gfield_checkbox li {
		margin: auto !important;
		max-width: 330px;
	}

	#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline:first-child {
		padding-left: 0;
	}

	#gform_wrapper_2 .gform_footer {
		margin-top: auto;
		text-align: center;
		width: 100%;
	}

	#gform_wrapper_2 .gform_footer input {
		margin: auto !important;
	}

	/*	FOOTER WIDGET
	================================= */
	#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline {
		display: block;
		float: none;
		margin-left: auto !important;
		margin-right: auto;
		width: 75% !important;
	}

	#beforeFooter-widget-container #gform_wrapper_1 .gform_body {
		display: block;
		margin: auto !important;
		width: 100%;
	}

	#beforeFooter-widget-container #gform_wrapper_1 .gform_footer {
		display: block;
		margin: 15px auto auto;
		max-width: 134px;
	}

	#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline:nth-child(3) {
		padding-right: 10px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
	}

	.footer-widgets-3 {
		clear: left;
	}

	.footer-widgets-4 {
		clear: none;
	}

}

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

	#sm-container .search-form {
		position: relative;
	}

	#sm-container .search-form .search-btn {
		background: transparent;
		color: #D1D1D1;
		font-size: 21px;
		font-size: 2.1rem;
		padding: 0;
		position: absolute;
		  bottom: 1px;
		  right: 5px;
	}

	#sm-container .search-form .search:before {
		content: "\f002";
		font-family: 'FontAwesome';
	}
}

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

	/*	HOME PAGE
	================================= */	

	.header-image .site-title > a {
		min-height: 50px;
	}

	/*	HOME PAGE
	================================= */
	.styled-heading .fl-heading {
		font-size: 30px !important;
		font-size: 3rem !important;
	}

	/*	MODEL PAGE
	================================= */

	.testimonials-section blockquote p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/*	DONATE PAGE
	================================= */
	#gform_wrapper_2 .gform_body #field_2_5,
	#gform_wrapper_2 .gform_body #field_2_10,
	#gform_wrapper_2 .gform_body #field_2_11,
	#gform_wrapper_2 .gform_body #field_2_12,
	#gform_wrapper_2 .gform_body #field_2_13,
	#gform_wrapper_2 .gform_body #field_2_14,
	#gform_wrapper_2 .gform_body #field_2_18 {
		max-width: 220px !important;
		width: 100% !important;
	}

	#gform_wrapper_2 .gform_body #field_2_6 label {
		font-size: 13px;
		font-size: 1.3rem;
	}

	/*	FOOTER WIDGET
	================================= */
	#beforeFooter-widget-container #gform_wrapper_1 .gform_body li.gfield.gf_inline {
		width: 100% !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}

	/*	FOOTER
	================================= */
	#footer-widget-container .widget {
		display: block;
		margin-bottom: 7px;
		text-align: center;
		width: 100%;
	}

	#footer-widget-container .widget:last-child {
		text-align: center;
	}

}

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

	#sm-container .search-form input[type="search"],
	#sm-container .search-form input[type="text"] {
		width: 43vw;	
	}

}

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

	#sm-container .search-form input[type="search"],
	#sm-container .search-form input[type="text"] {
		width: 35vw;
	}

}