/*
Theme Name: Salute
Author: andrewg of ita.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 20px;
	font-style: inherit;
	font-weight: 300;
	margin: 0;
	outline: 0; 
	padding: 0;
	vertical-align: baseline;
	font-family:'helvetica neue', 'arial', 'sans-serif';
	word-wrap: break-word;
	background:#transparent;
}

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

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #fff;
	
	font-weight:lighter;
	color:#5A5B5E;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	color:#d9c387;
}

a:active, a:hover {
	color: #ff7000;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	margin: 36px 0 12px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#4d3c62;
	letter-spacing:-0.05em;
}

h1 {
	font-size: 26px;
	line-height: 1;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3, h3 a {
	font-size: 26px;
	line-height: 1.0909090909;
	margin: 5px 0 12px;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

b, strong {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

p {
	margin-bottom: 24px;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ol {
	list-style: decimal;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* 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: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/* Posts */

.meta-nav {
	margin-right:14px;
	font-size:1em;
}

.nav-links {

	border-top:1px solid #4f5051;
	padding-top:8px;
}

.nav-links a[rel="prev"] {
	float:left;
	max-width:50%;
	padding:15px 0;
}

.nav-links a[rel="next"] {
	float:right;
	max-width:50%;
	padding:15px 0;
}

.nav-links a {
	font-size:0.8em;
}
 
/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

.hide {
	display: none;
}

.clearboth {
	height:0;
	clear:both;
}

.button {
	display:block;
	margin:0 auto;
	width:192px;
	height:45px;
	line-height:45px;
	border-radius:5px;
	background:#292929;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight:400;
	font-family:'helvetica neue', helvetica, arial, sans-serif;
}

.button.big {
	height:67px;
	line-height:67px;
	font-size:18px !important;
	font-weight:300;
}

.button.wide {
	width:404px;
}

.button.medium {
	width:278px;
}

.button.trans {
	background:transparent !important;
	border:1px solid #292929;
}

.button.yellow {
	color:#f9cd34;
	border-color:#f9cd34;
	background:#f9cd34;
}

.content-row.yellow .button {
	color:#f9cd34;
}

.button.orange {
	color:#292929 !important;
	border-color:#ff7000;
	background:#ff7000;
}

.button:hover {
	text-decoration:none;
}

.smallcaps {
	text-transform:uppercase;
	font-size:16.67px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

.desktop {
	display:inline-block;
}

.mobile {
	display:none !important;
}

.internal-link {
	cursor:pointer;
}

#back-to-top {
	display:none;
	z-index:9;
	position:fixed;
	bottom:3%;
	right:3%;
	cursor:pointer;
}

/* ------------------------ Structure -------------------------------- */

header {
	width:100%;
	height:280px;
	padding: 20px 0 0;
	background:#fff;
	z-index:2;
	position:fixed;
	text-align:center;
	border-bottom:5px solid #d21f26;
}

#header-content {
	position:relative;
	height:280px;
}

#header-social {
	position:absolute;
	top:0;
	right:5%;
}

#header-social li, #footer-social li {
	display:inline;
	line-height:30px;
}

#logo {
	z-index:1000;
	text-align:left;
}

#byline {
	z-index:3;
	position:absolute;
	top:42px;
	left:350px;
}

.wp-post-image {
	width:100%;
	height:auto;
}

#content {
	padding-top:350px;
	min-height:350px
}

#content.standard-page {
	padding-top:150px;
}

.content-row {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight:300;
	font-size:24px;
	padding:40px 0;
	color:#5a5b5e;
}

.content-row.standard-page {
	padding-top:230px;
}

.content-row h2, #content h1 {
	font-size:70px;
	font-weight:normal;
	font-weight:400;
	letter-spacing:-0.05em;
	margin:0 0 40px;
}

.content-row h2, .content-row h2 a {
	font-size:50px;
	font-weight:normal;
	font-weight:400;
	letter-spacing:-0.05em;
	margin:0 0 40px;
}

.content-row ul {
	list-style-type: disc;
}

footer {
	background:#fff;
	height:280px;
	padding:10px 2% 20px;
	color:#292929;
	font-size:12px;
	border-top:5px solid #d21f26;
}

#footer-logo, #footer-social {
	height:257px;
}

#footer-copyright {
	float:right;
	margin-right:20px;
	font-size:0.6em;
	text-align:right;
}

#footer-copyright-links ul {
	margin:0;
	height:3em;
	margin-top:155px;
}

#footer-copyright-links ul li {
	display:inline;
}

#footer-copyright-links ul li a {
	font-family: 'helvetica neue', 'Quicksand', sans-serif;
	font-size: 13px;
	margin:0 auto;
	text-decoration:none;
	color:#292929;
	text-transform:uppercase;
	line-height:72px;
	padding:0 10px 0 10px;
	border-right:1px solid #292929;
}

#footer-copyright-links ul li:last-child a {
	border:none;
	padding-right:0;
}

#footer-copyright-links ul li:first-child a {
	padding-left:0;
}

#footer-contacts, #contact-contacts {
	font-size:17px;
	float:right;
	text-align:right;
	margin-top:30px;
}

#footer-contacts .heading, #contact-contacts .heading  {
	text-transform:uppercase;
	color:#d21f26;
	margin-top:12px;
}

#footer-action, #contact-action {
	float:right;
	text-align:right;
	color:#d21f26;
	font-size:32px;
	font-family: 'helvetica neue', arial, sans-serif;
	margin-bottom:20px;
	font-weight:300;
}

#footer-action .button, #contact-action .button {
	float:right;
	margin-top:15px;
}

/* ------------------------ Standard Pages -------------------------------- */

#contact-right {
	margin-top:138px;
	margin-bottom:150px;
}

/* ------------------------ Front Page -------------------------------- */

#slider {
	position:relative;
	margin:0 auto;
	z-index:1;
	display:block;
}

#slider .easingsliderlite-arrows {
	width:80px !important;
	height:80px !important;
}

#slider .easingsliderlite .easingsliderlite-prev.inside {
	left:0 !important;
}

#slider .easingsliderlite .easingsliderlite-next.inside {
	right:0 !important;
}

#slider .easingsliderlite .easingsliderlite-prev {
	background:url('images/slideshow_arrow_prev.png') no-repeat !important;
}

#slider .easingsliderlite .easingsliderlite-next {
	background:url('images/slideshow_arrow_next.png') no-repeat !important;
}

.front-page .content-row {
	padding:50px 0;
	color:#5a5b5e;
}

#primary-content-subnav {
	text-align:center;
	min-height:300px;
}

#primary-content-subnav .subnav-icon {
	background:url('images/circle-subnav.png') no-repeat;
	background-size:100%;
	background-position: 0 50%;
	text-align:center;
	height:235px;
	padding-top:6%;
	font-size:125px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	font-weight:400;
	color:#fff;
}

#primary-content-subnav .subnav-icon.center {
	background-size:50%;
	background-position:50%;
}

#primary-content-subnav h2 {
	font-size:32px;
	font-weight:400;
	margin:20px 0;
	min-height:63px;
}

.content-row.dark {
	color:#fff;
	background:#292929;
}

.content-row.dark h1, .content-row.dark h2 {
	color:#fff;
	text-align:center;
}

.content-row .grid_2.section-icon {
	background:url('images/circle-section-heading-white.png') no-repeat;
	background-size:100%;
	height:200px;
	font-size:77px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#292929;
	padding-top:4%;
	text-align:center;
}

.content-row.yellow {
	background:#f9cd34;
	color:#292929;
}

.content-row.yellow h1, .content-row.yellow h2  {
	color:#292929;
	text-align:left;
}

.content-row.yellow .grid_2.section-icon {
	background:url('images/circle-section-heading-yellow.png') no-repeat;
	background-size:100%;
	height:200px;
	font-size:77px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#ff7000;
	padding-top:4%;
	text-align:center;
}

.content-row.yellow a {
	color:#fff;
}

.content-row.a:hover {
	text-decoration:underline;
}

.content-row .grid_10, .content-row.yellow .grid_10, .content-row.orange .grid_10 {
	padding-top:70px;
	margin-left:20px;
}

.content-row.orange {
	background:#ff7000;
	color:#191919;
}

.content-row.orange h1, .content-row.orange h2, .content-row.orange h3  {
	color:#fff;
	text-align:left;
}

.content-row.orange .grid_2.section-icon {
	background:url('images/circle-section-heading-orange.png') no-repeat;
	background-size:100%;
	height:200px;
	font-size:77px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#292929;
	padding-top:4%;
	text-align:center;
}

#im-1 {
	padding: 444px 0 0;
	background:url('images/im-1.png') no-repeat 0 0;
	background-size:100%;
}

#im-2 {
	padding: 444px 0 0;
	background:url('images/im-2.png') no-repeat 0 0;
	background-size:100%;
}

#im-3 {
	padding: 444px 0 0;
	background:url('images/im-3.png') no-repeat 0 0;
	background-size:100%;
}

#our-vision {
	background:url('images/people-grid.jpg') no-repeat 0 0 #292929;
	background-size: 100%;
	width:100%;
	min-height:42.19%;
	padding: 120px 0 60px;
}

#our-vision #our-vision-image {
	width:25.98%;
	margin-bottom:145px;
}

#our-vision h2, #our-vision h3 {
	color:#f9cd34;
	margin-top:15px;
}

#we-have-endorsed {
	padding: 80px 0;
}

#we-have-endorsed-image {
	width:100%;
}

#contact-tweet {
	padding: 80px 0;
}

#contact-tweet #sign-up {
	text-align:left;
}

#contact-tweet #sign-up .button {
	margin-top:40px;
}

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

/* Main Menu */

#primary-navigation {
	position:absolute;
	bottom:0;
	left:0;
	height:41px;
	padding:0;
}

#primary-navigation ul {
	width:100%;
	margin:0;
	text-align:right;
	height:41px;
}

#primary-navigation ul li {
	display:inline;
	padding:11px 0;
	position:relative;
	margin: 0 2px;
	line-height:41px;
	background:#d21f26;
}

#primary-navigation ul li.current_page_item {
	background:#d21f26;
}

#primary-navigation ul li a {
	font-family: arial, sans-serif;
	font-size: 16px;
	margin:0 auto;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	line-height:41px;
	padding: 10px 20px;
	font-weight:400;
}

#primary-navigation ul li:hover {
	color:#fff;
	background:#d21f26;
}

#primary-navigation ul li a:hover {
	color:#ffff22;
}

#primary-navigation ul li.current-menu-item:hover > a {
	cursor:default;
}

#primary-navigation ul li > ul {
	position:absolute;
	left: -10000px;
	top:45px;
	height:auto;
}

#primary-navigation ul li:hover ul {
	display:block;
	left:0;
	text-align:left;
}

#primary-navigation ul li:last-child:hover ul {
	left:-205px;
	text-align:right;
}

#primary-navigation ul li ul li {
	color:#fff;
	background:#ff7000;
	bottom:0;
	margin:0;
	padding:-1px;
	min-width:400px;
	text-align:left;
	line-height:16px;
	height:4px;
}

#primary-navigation ul li:last-child ul li {
	text-align:right;
}

#primary-navigation ul li ul li a {
	min-width:220px;
	display:inline-block;
	cursor:pointer;
	line-height:16.6px;
	height:16.6px;
	padding: 0 20px;
	top:0;
}

#primary-navigation ul li:last-child ul li a {
	min-width:310px;
}

#primary-navigation ul li ul li a:hover {
	color:#292929;
}

#menu-item-35 > a:hover {
	cursor:default;
}

/* Secondary Menu */

#secondary-navigation {
	min-height:150px;
	margin-top:30px;
}

#secondary-navigation ul {
	width:100%;
	margin-left:0;
}

#secondary-navigation ul li {
	display:inline;
}

#secondary-navigation ul li a {
	font-family: 'helvetica neue', 'Quicksand', sans-serif;
	font-size: 15px;
	margin:0 auto;
	text-decoration:none;
	color:#f9cd34;
	text-transform:uppercase;
	line-height:30px;
	padding:0px 21px;
	font-weight:normal;
}

#secondary-navigation ul li:first-child a {
	padding-left:0;
}

#secondary-navigation ul li a:hover, #footer-copyright-links ul li a:hover {
	color:#d21f26;
}

#secondary-navigation ul li > ul {
	display:inline-block;
	position:absolute;
	top:46px;
	text-align:left;
	width:20%;
}

#secondary-navigation ul li ul li {
	line-height:12px;
	right:96px;
	position:relative;
}

#secondary-navigation ul li .sub-menu:first-child > li {
	right:92px;
}

#secondary-navigation ul li ul li a {
	display:block;
	color:#fff;
	font-weight:300;
	text-transform:none;
	line-height:20px;
}

#mobile-nav-button {
	display:none;
}

#mobile-navigation {
	display:none;
}

#endorsed-courses .endorsement-date {
	margin-top:20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:0.8em;
}

#endorsed-courses .endorsement-courses {
	margin: 20px 0 40px;
}

#endorsed-courses .endorsement-courses ul li {
	font-size:0.8em;
	width:80%;
}



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


input[type=text], input[type=email] {
	width:100%;
	background:#F9F9F9;
	padding:2px 8px;
	border-radius:4px;
	margin:12px 0 24px;
	height:62px;
	color:#565656;
	border:#D9D9D9 solid 1px;
	font-weight:lighter;
	font-size:0.85em;
}

input[type=text]:focus, input[type=email]:focus {
	background:#FCFCFC;
}

#cf7_form_box input[type=text] {
	width:176px;
}

img.wpcf7-captchac {
	vertical-align:top;
}

.wpcf7-captchar {
	width:100px !important;
	display:inline;
}

textarea {
	width:100%;
	height:85px;
	display:block;
	background:#F9F9F9;
	padding:6px;
	border-radius:4px;
	color:#565656;
	border-color:#D9D9D9 #EAEAEA #FFFFFF;
	border-style:solid;
	border-width:1px;
	font-weight:lighter;
	font-size:0.85em;
}

#cf7_form_box textarea {
	width:172px;
	height:80px;
}

input[type=text]:focus, textarea:focus {
	background:#fafafa;
	font-weight:500;
}

input[type=submit] {
	color:#fff;
	font-size:0.8em;
}

input[type=submit]:hover {
	color:#FF7000;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    border-radius: 4px 4px 4px 4px !important;
   	border:none !important;
	color: #B50007 !important;
	width:98%;
	top:5px !important;
	padding: 4px 4px;
	font-size:1em;
}

.wpcf7-mail-sent-ok {
	background: none repeat scroll 0 0 #E9F9E5 !important;
    border-radius: 4px 4px 4px 4px !important;
	border:none !important;
	color: #1C8400 !important;
	width:98%;
	padding: 4px 4px;
	font-size:1em;
}

div.success { 
    display: block;
    margin: 8px 0;
    padding: 4px;
    width: 100%;
    float:right;
    font-size:1.3em !important;
}

div.error {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    border-radius: 4px 4px 4px 4px;
    color: #B50007 !important;
    display: block;
    margin: 8px 0;
    padding: 4px;
    width: 100%;
    float:right;
    font-size:1em;
}

.map-link {
    cursor: pointer;
}

.map-preamble {
    display: none;
}

.map-canvas {
    border: 1px solid #787878;
    display: none;
    height: 360px;
    left: 0;
    margin: 0 auto;
    padding: 2px;
    position: absolute;
    width: 100%;
    z-index: 2;
    clear:after;
}

.map-preamble .close {
    background: url("images/modal-close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 35px;
    left: 35px;
    position: absolute;
    width: 35px;
    z-index: 2000000;
}

/* TWITTER */

#twitter-widget-0 {
	width:600px !important;
}

.timeline-header {
	display:none !important;
}

#career-tweets {
	margin-bottom:65px;
}

#see-more-tweets {
	margin-top:20px;
}