/*
Theme Name: CICA
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-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0; 
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}

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: #FF8500;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

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;
}

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 20px;
}

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=submit], input[type="button"], .qq-upload-button, .qq-upload-delete, .qq-dialog-buttons button {
	background: #FF7001;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.01em;
	padding: 3px 12px;
	text-transform: uppercase;
}

#register input[type="button"] {
	background: #FBD442;
	border: 2px solid #fff;
	color: #FF7001;
}

input[type=submit]:hover, input[type="button"]:hover, .qq-upload-button:hover, .qq-upload-delete:hover, .qq-dialog-buttons button:hover {
	background: #FFF;
	border: 2px solid #FF7001;
	color: #FF7001;
}

#register input[type="button"]:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #FF7001;
}

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: #FF7000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FF7000;
	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 !important;
}

.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:40px;
	line-height:40px;
	font-size:18px !important;
	font-weight:400;
}

.button.wide {
	min-width:240px;
}

a.button.wide:hover {
	color:#F9CD34;
}

.button.medium {
	min-width:200px;
}

.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, .subnav-toggle {
	cursor:pointer;
}

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

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

#ag-modal-overlay-dark {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:20;
}

#header {
	background:url('images/bg-header.png') repeat rgba(35,36,38,0.8);
	border-bottom:5px solid #ff7000;
	height:150px;
	padding: 25px 0 0;
	position:sticky;
	text-align:center;
	width:100%;
	z-index:2;
}

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

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

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

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

#logo img {
	width:90%;
	max-width:324px;
}

#byline {
	z-index:3;
	position:relative;
	top: 29px;
	right: -10px;
	text-align: right;
}

#byline img {
	width:75%;
	position:absolute;
	top:16px;
	left:0;
}

#byline h2 {
	color: #fff;
	font-size: 26px;
}

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

.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;
	padding-top: 60px;
}

.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:#292929;
	height:auto;
	padding: 30px 4%;
	color:#fff;
	font-size:12px;
}

#footer-logo img {
	width:100%;
}

#footer-social {
	float: right;
	text-align: right;
}

#footer-copyright {
	font-size:0.6em;
}

#footer-copyright-links ul {
	margin:0; 
}

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

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

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

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

#ag_footer_copyright {
	float: right;
	font-size: 16px;
	margin-top: 24px;
	text-align: right;
}

#ag_footer_copyright p {
	font-size: 16px;
}

#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:#3b7cc2;
	margin-top:12px;
}

#footer-action, #contact-action {
	float:right;
	text-align:right;
	color:#3b7cc2;
	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 -------------------------------- */

#content.about, #content.contact, #content.privacy-policy, #content.site-map, #content.digital-signage {
	padding-bottom:22px;
}

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

.search-entry {
	background: #efefef;
	height: 470px;
	padding: 0 20px;
	text-align: left;
}

/* ------------------------ 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;
	background:#fff;
	text-align:center;
}

#primary-content-subnav {
	text-align:center;
	min-height:300px;
	margin-top:-1px;
	overflow-y: auto;
}

.resources #primary-content-subnav, .about-us #primary-content-subnav {
	padding-top:0;
}

#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;
}

.cica-registration #primary-content-subnav .subnav-icon, .resources #primary-content-subnav .subnav-icon, .about-us #primary-content-subnav .subnav-icon {
	background-size:140px;
	background-position: 50%;
	font-size:60px;
	height:160px;
}

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

#primary-content-subnav h2 {
	font-size:29px;
	font-weight:400;
	line-height: 1.4em;
	margin:20px 0;
}

.resources #primary-content-subnav h1, .about-us #primary-content-subnav h1 {
	margin-bottom:0;
}

.resources #primary-content-subnav h2, .about-us #primary-content-subnav h2 {
	margin-top:-20px;
	margin-bottom:10px;
	min-height:40px;
}

.about-us #primary-content-subnav .internal-link-text h2 {
	min-height:60px;
}

.resources #primary-content-subnav .internal-link-text h2 {
	/*min-height:80px;*/
}

#subnav-toggle-heading h1 {
	margin-bottom:0;
}

#subnav-toggle-button {
	padding-top:0;
	min-height:50px;
}

.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:90px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#292929;
	padding-top:5%;
	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:90px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#ff7000;
	padding-top:3%;
	text-align:center;
}

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

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

.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:90px;
	font-family:"Quicksand", "helvetica neue", helvetica, arial, "sans-serif";
	color:#292929;
	padding-top:3%;
	text-align:center;
}

.content-row.orange a {
	color:#F9CD34;
}

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

#im-1 {
	padding: 444px 0 0;
	background:url('images/im-4.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-2019.png') no-repeat 0 0;
	background-size:100%;
}

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

#our-vision {
	background:url('images/people-grid.jpg') no-repeat 0 0 #292929;
	background-size: 100%;
	color:#454545;
	width:100%;
	/*min-height:42.19%;*/
	padding:20px 0;
	text-align:center;
}

#our-vision #our-vision-image {
	width:25.98%;
	position:relative;
	margin: 0 auto 145px;
}

#our-vision #our-vision-image img {
	width:100%;
	margin:0;
}

#our-vision #our-vision-text {
	width:60%;
	position:absolute;
	top:50%;
	left:20%;
	font-size:20px;
	font-weight:400;
}

#our-vision #our-vision-heading {
	color:#4d3c62;
	font-size: 46px;
	position:absolute;
	top:15%;
	left:20%;
	margin:0 auto;
	width:60%;
}

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

#we-have-endorsed-image {
	width:80%;
	padding:20px 0 70px;
}

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

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

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

#sign-up ul {
	list-style-type:none;
	margin-top:15px;
}

#sign-up ul li {
	line-height:1.5em;
	vertical-align:middle;
}

#sign-up ul li label {
	margin-left: 15px;
}
/* ------------------------ Navigation -------------------------------- */

/* Main Menu */

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

#primary-navigation ul {
	width:100%;
	margin:0;
	text-align:left;
}

#primary-navigation ul li {
	display:inline;
	padding:5px 0;
	position:relative;
	margin: 0 2px;
	line-height:45px;
}

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

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

#primary-navigation ul li:first-child a {
	padding-left:10px;
}

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

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

#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:#fff;
}

#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:85%;
}



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

#mc_embed_signup .clear {
	display:block;
    width: 100%;
    visibility:visible;
}

.mc-field-group {
	display:inline;
}

.mc-field-group label {
	display:block;
	padding-bottom:20px;
	padding-top:20px;
}

.mc-field-group ul label {
	display:inline;
	padding-bottom:0;
}

.contact #sign-up {
	font-size:20px;
}

input[type=text], input[type=email] {
	width:100%;
	background:#F9F9F9;
	padding:2px 8px;
	border-radius:4px;
	margin:0 0 12px;
	height:40px;
	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;
}

.gform-theme--foundation .gfield.ag-textarea textarea.large {
	min-block-size: 10rem;
}

#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;
	border:none;
}

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

.indicates-required {
	text-align:right;
	padding: 8px;
}

.mc4wp-alert p {
	margin-bottom:0;
}
.wpcf7-validation-errors, .wpcf7-not-valid-tip, #mc_embed_signup .mce_inline_error, label.error, div.error, .mc4wp-notice {
	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;
	color: #f00;
    display: block;
    font-size: 1em;
}

div.inf {
	background: #E5ECF9;
	border-radius: 4px 4px 4px 4px !important;
   	border:none !important;
	color: #0055B5;
	width:98%;
	padding: 4px 4px;
	display: block;
    font-size: 1em;
}

.wpcf7-mail-sent-ok, label.success, div.success, .mc4wp-success {
	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:1.4em;
}

div.success, div.error { 
	font-size:1.3em !important;
}

div.error, #mce-error-response {
	background: none repeat scroll 0 0 #F9E5E6 !important;
    color: #B50007 !important;   
}

div.error, div.success, #mce-success-response, #mce-error-response {
    border-radius: 4px 4px 4px 4px;
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 4px;
	float:right;
}

.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;
}
