/*
Theme Name: Sacramento City Teachers Association
Theme URI: http://sacteachers.org/
Description: A custom theme
Author: Leighton Woodhouse (Design), Kristin Falkner (Dev)
Author URI: http://www.kristinfalkner.com
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
    margin:0;
    padding:0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

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

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

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

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   WordPress Standards
   ========================================================================== */
   
.alignleft							{ float: left; margin:0 10px 0 0; }
.alignright							{ float: right; margin:0 0 0 10px; }
.aligncenter						{ display:block; margin:0 auto; text-align:center; }
.clear								{ clear: both; }
.small								{font-size: 11px;}
.bold								{font-weight: bold;}
.wp-caption-text, .gallery-caption	{text-align:center;}
.sticky, .bypostauthor				{}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Font Kits
   ========================================================================== */

@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/montserrat-hairline-webfont.eot');
    src: url('fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('fonts/montserrat-hairline-webfont.woff') format('woff'),
         url('fonts/montserrat-hairline-webfont.ttf') format('truetype'),
         url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Headers
   ========================================================================== */
   
h1 {
	font-size:48px;
	text-transform:uppercase;
	line-height:48px;
	margin-bottom:30px;
	}

/* ==========================================================================
   Theme Structure
   ========================================================================== */
   
html, html a {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

body {
	background:#127ab7;
	font:16px 'Montserrat', sans-serif;
	color:#000;
	}

#container {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
	
#side-panel {
	width:18%;
	float:left;
	background:#fff;
	padding:2% 1.5%;
	}
	
#side-panel h3 {
	color:#fff;
	font-size:13px;
	font-weight:400;
	background:#b22423;
	padding:5px 0 5px 30px;
	}
	
.logo {
	width:100%;
	height:auto;
	}
	
.facebook-widget {
	position:relative;
	padding-bottom:5px;
	margin:30px 0;
	}
	
#side-panel .facebook-widget h3 {
	background:#b22423 url(images/facebook.png) no-repeat 10px 4px;
	}
	
.facebook-widget iframe {
	width:100%;
	max-width:100% !important;
	height:auto;
	}
	
.twitter-widget {
	position:relative;
	padding-bottom:10px;
	}
	
#side-panel .twitter-widget h3 {
	background:#b22423 url(images/twitterbird.png) no-repeat 7px 6px;
	}
	
.twitter-widget-content {
	height:300px;
	}
	
.twitter-widget .shadow, .facebook-widget .shadow {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	}
	
#side-panel a.youtube-subscribe {
	color:#fff;
	font-size:13px;
	font-weight:400;
	background:#b22423 url(images/arrow-right.png) no-repeat 10px 6px;
	padding:5px 0 5px 30px;
	display:block;
	margin:30px 0;
	}
	
#side-panel #searchform {
	border:2px solid #b22423;
	height:25px;
	}
	
#side-panel #s {
	border:none;
	width:80%;
	background:transparent;
	float:left;
	font:12px 'Montserrat', sans-serif;
	line-height:21px;
	color:#b22423;
	padding-left:5px;
	}
	
#side-panel #searchsubmit {
	float:right;
	background:#b22423 url(images/searchicon.png) no-repeat center center;
	width:15%;
	height:25px;
	border:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	}
	
.partners {
	margin:30px 0 15px;
	}
	
.partners h4 {
	font-size:14px;
	margin-bottom:10px;
	}
	
.partner-logo {
	display:inline-block;
	margin:5px 0;
	max-width:45%;
	width:auto;
	}
	
.partner-logo img {
	width:100%;
	height:auto;
	}
	
.copyright {
	color:#127ab7;
	font-size:11px;
	}
	
#content {
	width:76%;
	float:right;
	position:relative;
	background:#fff;
	}
	
#mobile-header {
	display:none;
}
	
.mailing-list-opt-in {
	float:right;
	color:#fff;
	letter-spacing:3px;
	font-size:17px;
	font-weight:700;
	padding-top:10px;
	}
	
.mailing-list-opt-in #sf_widget_constantcontact_2_form {
	margin-top:5px;
	}
	
.mailing-list-opt-in input[type=text] {
	border:none;
	color:#000000;
	font:15px 'Montserrat', sans-serif;
	line-height:20px;
	text-transform:uppercase;
	float:left;
	width:160px;
	height:20px;
	}
	
.mailing-list-opt-in input[type=submit] {
	color:#fff;
	background:#b22423;
	font:15px 'Montserrat', sans-serif;
	line-height:20px;
	float:right;
	border:none;
	margin-left:3px;
	padding:2px;
	height:23px;
	}
	
.mailing-list-opt-in input[type=submit]:hover {
	background:#881b1b;
	}
	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
	}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
	}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
	}
	
.menu-main-menu-container {
	position:absolute;
	top:72px;
	right:0;
	z-index:9999;
	background: #b22423;
	display:table;
	table-layout:fixed;
	width:100%;
	}
	
a {
	text-decoration:none;
	}
	
/* ==========================================================================
   Homepage
   ========================================================================== */
   
.home #content {
	background:#127ab7;
	width:79%;
	}
	
.home #content-top {
	background:transparent;
	position:relative;
	}
	
.home #content-top .mailing-list-opt-in {
	position:absolute;
	right:0;
	top:0;
	}
	
.home .menu-main-menu-container {
	width:96%;
	left:auto;
	right:0;
	}
	
#homepage-slider {
	margin-top:-101px;
	width:104%;
	}
   
#homepage-slider li {
	list-style-type:none;
	position:relative;
	}
	
#homepage-slider li img {
	width:100%;
	height:auto;
	}
	
.slide-caption {
	position:absolute;
	bottom:20px;
	left:0;
	width:92%;
	padding:2%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	font-size:21px;
	line-height:28px;
	}
	
#home-lower {
	padding:5% 0 2% 5%;
	color:#fff;
	}
	
#home-lower h3 {
	font-size:28px;
	font-weight:normal;
	margin-bottom:15px;
	}
	
.home-lower-col {
	width:28%;
	float:left;
	margin-right:4%;
	}
	
.home-lower-col-ad {
	width:32%;
	float:left;
	margin:4% 0 0 0;
	}
	
.home-ad img {
	width:100%;
	height:auto;
	max-width:250px;
	}

.home-lower-col.home-lower-col-middle {
	margin-top:4%;
}
	
.home-lower-col.home-lower-col-right {
	margin:4% 0 0 0;
	float:right;
	width:32%;
	}
	
.home-lower-col.home-lower-col-right iframe {
	border-top:10px solid #0066cc;
	}
	
.home-post {
	margin-bottom:15px;
	}
	
.home-post h4 {
	font-size:16px;
	}
	
.home-post h4 a {
	color:#fff;
	}
	
.home-post .post-date {
	font:14px 'montserrathairline';
	text-transform:uppercase;
	padding:10px 0 0;
	}
	
/* ==========================================================================
   Subpage Common
   ========================================================================== */
   
#content-top {
	background:#127ab7;
	height:100px;
	}
   
.page-content {
	margin:0;
	background:#fff;
	padding:45px 0 30px 45px;
	}
	
.featured-image {
	margin:0 0 40px;
	}
	
.featured-image img {
	width:100%;
	height:auto;
	}
	
/* ==========================================================================
   About Page
   ========================================================================== */
   
.about-page-left {
	float:left;
	width:60%;
	}
	
.about-page-left p {
	padding-bottom:15px;
	}
	
.about-page-right {
	width:33%;
	float:right;
	margin:0;
	position:relative;
	}
	
.about-page-right li {
	list-style-type:none;
	margin-bottom:17px;
	}
	
.about-page-right .menu {
	margin-bottom:23px;
	}
	
.about-page-right .menu li a {
	color:#fff;
	background:#b22423;
	display:block;
	padding:3px 5px;
	}
	
.about-page-right .menu li a:hover {
	background:#881b1b;
	}
	
.about-page-right .widget_text {
	color:#fff;
	background:#b22423;
	width:80%;
	padding:10px 10px 0;
	}
	
.about-page-right .widget_text p {
	padding-bottom:10px;
	}
	
/* ==========================================================================
   Our Schools
   ========================================================================== */
   
.schools-grid {
	font-size:14px;
	padding-right:45px;
}

.schools-grid .row a {
	color:#000;
}

.schools-grid .row {
	padding:0 5px;
}

.schools-grid .row a:hover {
	color:#b22423;
}

.schools-grid .row.labels, .schools-grid .mobile-label {
	background:#b22423;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.schools-grid .mobile-label {
	display:none;
	text-align:center;
}

.schools-grid .school-wrapper {
	padding:10px 0;
}

.schools-grid .school-wrapper.row-alt {
	background:#f5f5f5;
}
   
.schools-grid .school-name {
	width:40%;
	float:left;
}

.schools-grid .school-contact {
	width:20%;
	float:left;
	margin-left:5%;
}

.schools-grid .school-phone {
	width:20%;
	float:right;
}
 
	
/* ==========================================================================
   News
   ========================================================================== */
   
.post-preview {
	margin-bottom:30px;
	position:relative;
	}
   
.post-preview-thumb {
	float:left;
	width:20%;
	}
	
.post-preview-thumb img {
	width:100%;
	height:auto;
	}
	
.post-preview-info {
	float:right;
	width:76%;
	}
	
.post-preview-info h2 {
	font-size:24px;
	}
	
.post-preview-info h2 a {
	color:#000;
	}
	
.post-preview-info h3 {
	font-size:14px;
	text-transform:uppercase;
	color:#b22423
	}
	
.post-preview-info h3 a {
	color:#b22423;
	}
	
.post-preview-info .post-meta {
	position:absolute;
	bottom:0;
	left:24%;
}
	
/* ==========================================================================
   Post Detail
   ========================================================================== */
   
#single-post h1 {
	margin-bottom:5px;
	}
	
.post-share {
	margin:10px 0 30px;
	}
	
.post-share-bottom {
	margin:20px 0 0;
	}
	
.post-share-label {
	color:#b22423;
	float:left;
	font-size:21px;
	margin-right:10px;
	}
	
.post-share-icons {
	float:left;
	margin:2px 0 0;
	}
	
.addtoany_share_save_container{
	clear:both;
	margin:16px 0;
	}

.addtoany_list{
	display:inline;
	line-height:16px;
	}
	
.addtoany_list a{
	display:inline-block;
	font-size:16px;
	padding:0 4px;
	vertical-align:middle;
	}

.addtoany_list a img{
	border:0;
	height:auto;
	opacity:1;
	overflow:hidden;
	vertical-align:top;
	width:auto;
	}
	
.addtoany_list a span{
	display:inline-block;
	float:none;
	}
	
.addtoany_list.a2a_kit_size_32 a{
	font-size:32px;
	}
	
.addtoany_list.a2a_kit_size_32 a span{
	border-radius:4px;
	display:inline-block;
	height:32px;
	line-height:32px;
	opacity:1;
	width:32px;
	}
	
.addtoany_list a .a2a_count{
	position:relative;
	vertical-align:top;
	}
	
.addtoany_list a:hover img,.addtoany_list a:hover span{
	opacity:.7;
	}
	
.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{
	opacity:1;
	}
	
.addtoany_special_service{
	display:inline-block;
	vertical-align:middle;
	}
	
.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service iframe,.addtoany_special_service span{
	margin:0;
	vertical-align:baseline!important;
	}
	
.addtoany_special_service iframe{
	max-width:none;
	}
	
a.addtoany_share_save.addtoany_no_icon span.a2a_img_text{
	display:none;
	}
	
a.addtoany_share_save img{
	border:0;
	width:auto;
	height:auto;
	}
	
.single-post-left {
	float:left;
	width:60%;
	}
	
.single-post-left p {
	padding-bottom:15px;
	}
	
.single-post-right {
	width:33%;
	float:right;
	margin:0;
	position:relative;
	}
	
.single-post-right h3 {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#b22423;
	margin-bottom:15px;
	padding:3px 5px 2px;
	}
	
.sidebar-post {
	padding:0 5px;
	margin-bottom:20px;
	}
	
.sidebar-post h4 {
	font-weight:normal;
	font-size:16px;
	}
	
.sidebar-post h4 a {
	color:#000;
	}
	
.sidebar-post p.post-date {
	font:14px 'montserrathairline';
	text-transform:uppercase;
	padding:10px 0 0;
	}
	
.sidebar-ad img {
	max-width:250px;
	width:100%;
	height:auto;
	}

	
/* ==========================================================================
   School Detail
   ========================================================================== */
   
#school-detail-page h2 {
	font:21px 'montserratlight';
	font-weight:normal;
	text-transform:uppercase;
	}
	
#school-detail-page h2 strong {
	font-family:'Montserrat';
	font-weight:700;
}
	
#schools-info .featured-image {
	width:48%;
	float:left;
	}
	
#schools-info .schools-contact-info {
	width:48%;
	float:right;
	}
	
#schools-info h3 {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#b22423;
	margin-bottom:15px;
	padding:3px 5px 2px;
	}
	
#schools-info .schools-contact-info p {
	margin-bottom:20px;
	}
	
/* ==========================================================================
   Contact
   ========================================================================== */
   
#contact-page, #become-a-member-page, .sign-right {
	padding-right:45px;
	position:relative;
	}
	
#contact-page .gform_wrapper, #become-a-member-page .gform_wrapper, .sign-right .gform_wrapper {
	max-width:100%;
	}
   
#contact-page .gform_wrapper .top_label .gfield_label, #become-a-member-page .gform_wrapper .top_label .gfield_label, .sign-right .gform_wrapper .top_label .gfield_label {
	font-size:18px;
	}
	
#contact-page .gform_wrapper .top_label input.medium, #become-a-member-page .gform_wrapper .top_label input.medium, .sign-right .gform_wrapper .top_label input.medium {
	border:1px solid #000;
	margin-bottom:20px;
	}
	
#contact-page .gform_wrapper .top_label textarea.textarea, #become-a-member-page .gform_wrapper .top_label textarea.textarea, .sign-right .gform_wrapper .top_label textarea.textarea {
	border:1px solid #000;
	}
	
#contact-page .gform_wrapper .gfield_required, #become-a-member-page .gform_wrapper .gfield_required, .sign-right .gform_wrapper .gfield_required {
	color:#000;
	}
	
#contact-page .gform_wrapper .gform_footer, #become-a-member-page .gform_wrapper .gform_footer, .sign-right .gform_wrapper .gform_footer {
	margin:0;
	padding:0;
	position:absolute;
	bottom:35px;
	right:45px;
}
	
#contact-page .gform_button, #become-a-member-page .gform_button, .sign-right .gform_button {
	float:right;
	color:#fff;
	border:none;
	background:#b22423;
	padding:5px 10px;
	font:18px 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	}
	
#contact-page .gform_button:hover {
	background:#881b1b;
	}
	
#contact-page .contact-page-info, #become-a-member-page .member-page-info {
	position:absolute;
	right:45px;
	top:145px;
	width:280px;
	padding:15px;
	background:#b22423 url(images/redboxshadow.png) no-repeat center bottom;
	background-size:100% auto;
	color:#fff;
	font-size:16px;
	}
	
#contact-page .contact-page-info p, .sign-left p {
	padding:0 0 15px;
	}
	
#become-a-member-page .member-page-info p {
	padding:0 0 15px;
	font-family: 'montserratlight';
	}
	
#become-a-member-page .member-page-info p strong {
	font-family:'Montserrat';
	font-weight:400;
	}
	
.sign-left {
	background:#b22423 url(images/redboxshadow.png) no-repeat center bottom;
	background-size:100% auto;
	color:#fff;
	font-size:16px;
	float:left;
	width:30%;
	padding:15px;
	}
	
.sign-right {
	width:57%;
	float:right;
	}
	
.sign-right .gform_wrapper {
	max-width:100%;
	margin:0 0 20px;
	}
	
.sign-right .gform_wrapper .top_label input.medium {
	width:99%;
}

.sign-right #field_3_6 {
	width:70%;
	}
	
/* ==========================================================================
   Dropdown Menu
   ========================================================================== */
   
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom: 0;
	font-size:17px;
	display:table-row;
}
.sf-menu ul {
	min-width: 250px; /* allow long menu items to determine submenu width */
	*width: 250px; /* no auto sub width for IE7, see white-space comment below */
	float:left;
}
.sf-menu a {
	padding: 8px 19px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	background: #b22423;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	display:table-cell;
	text-align:center;
}
.sf-menu ul li {
	background: #881b1b;
	float:none;
	display:block;
	text-align:left;
}
.sf-menu ul ul li {
	background: #b22423;
}
.sf-menu li:hover,
.sf-menu li.sfHover, .sf-menu li.current-menu-item, .sf-menu li.current-menu-parent, .sf-menu li.current_page_parent, .single-schools .sf-menu li.current_page_parent:hover {
	background: #881b1b;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.single-schools .sf-menu li.current_page_parent {
	background:#b22423;
	}

.sf-menu li li:hover, .sf-menu li li.sfHover {
	background:#751a19;
	}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
	}

/* ==========================================================================
   Responsive Embeds
   ========================================================================== */
	
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* iPad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	#mobile-header {
		display:none;
	}
	
	.menu-main-menu-container {
		display:none;
	}
	
	#side-panel {
		display:none;
	}
	
	#content, .home #content {
		width:100%;
		float:none;
	}

}

/* iPhone */
@media only screen and (max-width: 767px) and (min-width: 0) {
	
	h1 {
		font-size:24px;
		line-height:26px;
	}
	
	.mailing-list-opt-in {
		display:none;
	}
	
	#content-top {
		height:0;
	}
	
	#mobile-header {
		display:none;
	}
	
	#mobile-header .logo {
		width:55%;
		height:auto;
	}
	
	.menu-main-menu-container {
		display:none;
	}
	
	#side-panel {
		display:none;
	}
	
	#content, .home #content {
		width:100%;
		float:none;
		padding-top:65px;
	}
	
	#homepage-slider {
		width:100%;
	}
	
	.slide-caption {
		background:rgba(0,0,0,1.0);
		position:relative;
		width:96%;
		bottom:auto;
		left:auto;
	}
	
	#home-lower {
		padding:2%;
	}
	
	.home-lower-col, .home-lower-col.home-lower-col-right, .home-lower-col-ad {
		width:auto;
		float:none;
		margin:20px auto 50px;
		text-align:center;
	}
	
	.page-content {
		padding:25px;
	}
	
	.about-page-left, #schools-info .featured-image, #schools-info .schools-contact-info, .single-post-left {
		float:none;
		width:auto;
	}
	
	.about-page-right, .single-post-right{
		float:none;
		width:auto;
		margin-top:25px;
	}
	
	.single-post-right a.sidebar-ad img {
		display:block;
		margin:0 auto;
	}
	
	.about-page-right .widget_text {
		width:90%;
		padding:5% 5% 2%;
	}
	
	#schools-info h3 {
		font-size:16px;
	}
	
	.schools-grid {
		padding-right:0;
	}
	
	.schools-grid .mobile-label {
		display:block;
		padding:10px 0;
	}
	
	.schools-grid .school-name, .schools-grid .school-contact, .schools-grid .school-phone {
		float:none;
		display:block;
		width:auto;
		text-align:center;
	}
	
	.schools-grid .row.labels {
		display:none;
	}
	
	.sign-left, .sign-right {
		width:auto;
		float:none;
	}
	
	.sign-left {
		margin-bottom:30px;
	}
	
	#contact-page .contact-page-info, #become-a-member-page .member-page-info {
		position:relative;
		right:auto;
		top:auto;
		width:auto;
		margin-bottom:30px;
	}
	
	#contact-page .gform_wrapper .top_label input.medium, #become-a-member-page .gform_wrapper .top_label input.medium {
		width:99.2%;
	}
	
	#contact-page .gform_wrapper .gform_footer, #become-a-member-page .gform_wrapper .gform_footer {
		bottom:0;
	}
	
	.sign-right .gform_wrapper .gform_footer {
		bottom:-20px;
	}
	
	.sign-right #field_3_6 {
		width:100%;
	}
	
}
.page-title {
	color: black;
	font: bold 48px/48px Montserrat;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 960px) {
	.page-title {
		font: bold 26px/28px Montserrat;
	}
}

@media (max-width: 767px) {
	.page-title {
		font: bold 24px/26px Montserrat;
	}
}
.year-wrapper, .education-wrapper {
	width: 50%;
	float: left;
}


.slider-wrapper {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.slider-wrapper #coloredSlider {
	float: left;
	width: 85%;
	max-width: 692px;
	margin: 15px 15px 15px 0;
	border-radius: 0;
	height: 16px;
	background: #E8E8E8;
}
@media (min-width: 768px) and (max-width: 960px)  {
	.slider-wrapper #coloredSlider {
		width: 80%;
	}
	.education-label {
		text-align: right;
	}
	.jqselect.education {
		float: right;
	}
	.overlay .uil-ring-css {
		top: 45%;
		left: 35%;
	}
}
.slider-wrapper #coloredSlider .ui-slider-range {
	background: #b4221c;
	height: 16px;
	top: -1px;
	border-radius: 0;
}
.slider-wrapper #coloredSlider .ui-slider-handle {
	width: 11px;
	height: 30px;
	top: -9px;
	border-radius: 0;
	background-color: #c1c1c1;
	margin-left: 0;
	cursor:pointer;
}

#coloredSlider .ui-state-default, .ui-widget-content .ui-state-default {
	background: none;
	background-color: #FFF;
}
#slide-value {
	width: 20%;
	max-width: 104px;
	text-align: center;
	background: #FFF;
	font: 400 18px Montserrat;
	color: #000;
	text-transform: uppercase;
	padding: 6px 0;
	margin-top: 5px;
	float: right;
	-webkit-appearance: textfield;
	-moz-appearance: textfield; /* mobile firefox too! */
	border: 1px solid #ddd;
}
.ios #slide-value {
	-webkit-appearance: caret;
	-moz-appearance: caret; /* mobile firefox too! */
}
.submit {
	float: right;
	margin-top: 25px;
	background-color: #b4221c;
	width: 130px;
	height: 40px;
	color: white;
	font: bold 18px/14px Montserrat;
	text-transform: uppercase;
}
.submit:hover {
	background-color: #000;
}
.submit:focus {
	background-color: #000;
	outline: none;
}


.year-label,
.education-label,
.slider-label {
	color: black;
	font: 700 18px/48px Montserrat;
	text-transform: uppercase;
	margin-bottom: 0;
}
.slider-label {
	margin-top: 35px;
}
.form-data {
	margin-top: 25px;
}
.jq-selectbox .jq-selectbox__select {
	width: 300px;
	height: 36px;
	background: white;
	box-shadow: none;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 0;
}
.jq-selectbox .jq-selectbox__trigger {
	background: #b4221c;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
	border-top-color: #FFF;
}

.jq-selectbox__select-text {
	color: black;
	font: 400 16px/36px Montserrat;
	text-transform: uppercase;
	width: 35px!important;
}
.jq-selectbox__dropdown li {
	font: 700 18px/18px Montserrat;
	text-transform: uppercase;
}
.result-wrapper {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: row;
	-webkit-flex-direction: row;
	display: flex;
	margin: 0;
	position: relative;
}
@media (max-width: 767px) {
	.result-wrapper {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#year {
		width: 100%;
		height: 36px;
		border: 1px solid #ddd;
		background: white url("arrow.jpg") no-repeat right;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding-left: 10px;
		font: 400 16px/36px Montserrat;
	}
	.slider-label {
		margin-top: 20px;
	}
}
.stolb {
	width: 100%;
	background-color: #0179ba;
}
.cost {
	margin: 0 auto;
	color: black;
	font: 700 24px/36px Montserrat;
	text-transform: uppercase;
}
@media (max-width: 960px) {
	.cost {
		font-size: 20px
	}

}
@media (max-width: 460px) {
	.cost {
		line-height: 70px;
	}
}
.dist-name {
	color: black;
	font: 400 16px/20px Montserrat;
	margin: 8px auto 0;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 960px) {
	.dist-name {
		font-size: 18px;
	}
}
.single-result {
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 230px;
	width: 18%;
	max-width: 140px;
}
.education-mobile {
	display: none;
}
@media (max-width: 767px) {
	.single-result {
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
		position: relative;
	}
	.stolb {
		float: left;
	}
	.cost {
		float: right;
	}
	.result {
		background-color: whitesmoke;
		margin: 0 -25px -30px;
		padding: 0 25px 30px;
	}
	.submit {
		float: none;
	}
	.form-data {
		padding-bottom: 50px;
	}
	.arrow-down {
		width: 0;
		height: 0;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 14px solid #fff;
		position: relative;
		bottom: -64px;
		left: 45%;
	}
	.dist-name {
		position: absolute;
		top: 16px;
		left: 20px;
		color: white;
		font: 400 16px/20px Montserrat;
		text-transform: uppercase;
		width: 95px;
		margin: 0;
		text-align: left;
	}
	.slider-wrapper {
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.slider-label {
		order: 1;
	}
	#coloredSlider {
		order: 3;
	}
	#slide-value {
		order: 2;
		width: 100%;
		max-width: 100%;
		text-align: left;
		padding-left: 10px;
		font: 400 18px Montserrat;
		color: #000;
		margin-bottom: 10px;
	}
	.education-label,
	.year-label,
	.slider-label {
		font: 700 18px/24px Montserrat;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.education-wrapper,
	.slider-wrapper {
		margin-top: 50px;
	}
	.slider-wrapper #coloredSlider {
		width: 100%;
	}
	.education {
		display: none;
	}
	.education-mobile {
		display: block;
	}
	.ed-mob {
		width: 48%;
		float: left;
		height: 36px;
		border: 1px solid #ddd;
		text-align: center;
		color: black;
		font: 400 16px/34px Montserrat;
		text-transform: uppercase;
	}
	.ed-mob.current-ed {
		border: 1px solid #b4221c;
		background-color: #b4221c;
		color: #FFF;
	}
	.ed-mob:first-child {
		margin-right: 4%;
	}
	.education-mobile {
		overflow: hidden;
	}
	.submit:hover {
		background-color: #b4221c;
	}
}
.sac .stolb {
	background-color: #b4221c;
}
.desktop .sac .stolb {
	height: calc(150px * 0.7071);
}
.desktop .fremont .stolb {
	height: calc(150px * 1.00);
}
.desktop .san .stolb {
	height: calc(150px * 0.7335);
}
.desktop .elk .stolb {
	height: calc(150px * 0.7403);
}
.desktop .fresno .stolb {
	height: calc(150px * 0.7178);
}
.mobile .stolb {
	height: 70px;
}
.mobile .sac .stolb {
	width: calc(180px * 0.7071);

}
.mobile .fremont .stolb {
	width: calc(180px * 1.00);
}
.mobile .san .stolb {
	width: calc(180px * 0.7335);
}
.mobile .elk .stolb {
	width: calc(180px * 0.7403);
}
.mobile .fresno .stolb {
	width: calc(180px * 0.7178);
}

.result {
	clear: both;
	padding-top: 35px;
}
.result .section-title {
	color: black;
	font: 700 24px/48px Montserrat;
	text-transform: uppercase;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
@media (max-width: 767px) {
	.year-wrapper, .education-wrapper {
		width: 100%;
		float: none;
	}
	.jq-selectbox {
		width: 100%;
	}
	.jq-selectbox .jq-selectbox__select {
		width: 100%;
	}
	.section-title {
		display: none;
	}
}
.jq-selectbox {
	z-index: 2!important;
}
@keyframes uil-ring-anim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.uil-ring-css {
	position: fixed;
	top: 50%;
	left: 38%;
	transform: translate(-50%, -50%) !important;
}
.uil-ring-css > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 red;
	animation: uil-ring-anim 1s linear infinite;
}
.overlay {
	background: rgba(0, 0, 0, 0.55);
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	list-style-type: none;
	display: none;
	z-index: 10;
}
.pointer {
	pointer-events: none;
}
@media only screen and (max-width: 767px) and (min-width: 0) {
	#contact-page.page-content {
		padding: 25px;
	}
	.uil-ring-css {
		left: 32%;
	}
}
@media (max-width: 321px) {
	.cost {
		font-size: 14px;
	}
}
@media (max-width: 568px) {
	.uil-ring-css {
		left: 22%;
		top: 30%;
	}
}
@media (min-width: 1480px) {
	.uil-ring-css {
		left: 48%;
		top: 40%;
	}
}
.result-title {
margin-top: 50px;
}
@media only screen and (max-width: 767px) and (min-width: 0) {
	.result-title {
		margin-top: 20px;
	}
}
.result-title .title-result {
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
