/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('reset.css');
/*
Theme Name: First in Texas Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for First in Texas Foundation
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.scaler {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.centered {
  text-align: center;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: 'Roboto Condensed', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  background: #ffffff url(images/header-bg.png) repeat-x 0 0;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  color: #5f5f5f;
}
body.page-template-homepage.php {
  background: url(images/bg.png) repeat 0 0;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
  padding-bottom: 420px;
  /* must be same height as the footer */
}
#main-header {
  width: 960px;
  margin: 0px auto;
  height: 120px;
  position: relative;
  min-height: 100px;
}
img.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
#content {
  width: 960px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 40px;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  background: url(images/content-bg.png) repeat-y 255px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#left {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  padding: 0;
  line-height: 1.5;
}
#right {
  width: 725px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 50px;
  line-height: 1.8;
}
#right h1 {
  font-family: 'Crete Round', serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0em;
  font-style: italic;
  color: #185285;
}
#right h2 {
  font-family: 'Crete Round', serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #91111c;
  padding-top: 8px;
}
#right h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #185285;
}
#right ul li {
  background: url(images/bullet.png) no-repeat 0 5px;
  margin-bottom: 8px;
  padding-left: 22px;
}
.separator {
  display: block;
  margin: 20px 0 20px 0;
  height: 1px;
  background: #d7d7d7;
}
.callout {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #91111c;
  position: relative;
  line-height: 1.5;
}
.callout .quote {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
}
.callout .quote.open {
  background: url(images/open-quote.png) no-repeat 0 0;
  top: 0;
  left: 0;
}
.callout .quote.close {
  background: url(images/close-quote.png) no-repeat 0 0;
  bottom: 0;
  right: 0;
}
.callout.left {
  float: left;
  padding: 10px 50px 0 50px;
  margin: 0 30px 15px 0;
  width: 330px;
  text-align: left;
}
.callout.right {
  float: right;
  text-align: left;
  padding: 10px 50px 0 50px;
  margin: 0 0px 15px 30px;
  width: 330px;
}
.callout.center {
  padding: 10px 60px 10px 60px;
  margin: 10px 0 10px 0;
}
.trigger h2 {
  font-size: 22px!important;
  color: #91111c;
  font-style: italic;
}
.trigger h2:hover {
  color: #4993c8 !important;
  cursor: pointer;
}
.trigger h2:before {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.trigger.active h2 {
  color: #4993c8 !important;
}
#footer {
  position: relative;
  width: 100%;
  background: url(images/footer-bg.png) repeat-x 0 0;
  margin-top: -420px;
  height: 420px;
  clear: both;
}
.footer-content {
  height: 100%;
  width: 960px;
  margin: 0px auto;
  position: relative;
  text-align: center;
  padding: 60px 0 0 0;
}
.footer-links {
  padding: 20px 0 20px 0;
}
.footer-links > a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px!important;
  padding: 0 0 0 0!important;
  margin: 0 10px 0 10px;
  color: #fff!important;
  font-style: italic;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
}
.footer-links > a:hover {
  color: #4993c8 !important;
}
#copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  bottom: 10px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#copyright p {
  padding-bottom: 0;
}
.social-menu {
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid #d9d7d7;
  padding-top: 30px;
}
.social-menu li {
  color: #4993c8;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  position: relative;
  padding: 0!important;
  margin: 0 8px 0 8px;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
}
.social-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -9999px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.social-menu li:hover {
  color: #91111c;
}
.social-menu.header {
  position: relative;
  top: 6px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: auto;
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.social-menu.header li {
  color: #fff;
  font-size: 15px;
  margin: 0 5px 0 5px;
}
.social-menu.header li a {
  width: 15px;
  height: 15px;
}
.social-menu.header li:hover {
  color: #4993c8;
}
a.top-link {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 14px;
  font-size: 14px;
  letter-spacing: 0em;
  color: #fff!important;
}
a.top-link:hover {
  color: #4993c8 !important;
  text-decoration: underline;
}
#main-header .top-box {
  width: 960px;
  margin: 0px auto;
  position: relative;
  top: 2px;
  left: 0;
  text-align: right;
  color: #fff!important;
}
/*************SPLASH PAGE**********/
#splash {
  width: 700px;
  margin: 0px auto;
  padding-top: 300px;
  text-align: center;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
}
#splash h1 {
  color: #91111c;
  text-transform: uppercase;
  font-size: 50px!important;
}
/***********HEADER and NAVIGATION*********/
header,
#main-header {
  min-height: 100px;
}
#menu-main-navigation {
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 60px;
}
#menu-main-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#menu-main-navigation li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px 5px 10px;
  color: #185285;
}
#menu-main-navigation li a:hover {
  color: #91111c;
}
#menu-main-navigation li:first-child a {
  padding-left: 0;
}
/************HOMEPAGE***********/
#partners {
  width: 960px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.partners-title {
  display: inline-block;
  vertical-align: top;
  height: 220px;
  width: 250px;
  padding: 30px;
  border-right: 1px solid #d9d7d7;
}
.partners-title > h1 {
  position: relative;
  top: 30px;
}
.partners-list {
  padding: 30px 0 0 0;
  width: 650px;
  display: inline-block;
  vertical-align: top;
  margin-left: 48px;
  position: relative;
}
ul#partners-list {
  margin: 0;
  padding: 0!important;
}
ul#partners-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0!important;
  margin: 0;
}
ul#partners-list.page {
  text-align: left;
}
ul#partners-list.page li {
  border: 1px solid #d9d7d7;
  margin: 0 8px 12px 0;
}
ul#partners-list.page li:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#slider-prev a,
#slider-next a {
  position: absolute;
  text-align: left;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 400;
  top: 100px;
  text-indent: -9999px;
}
#slider-prev a:hover,
#slider-next a:hover {
  background-position: 0 -30px !important;
}
#slider-prev a {
  background: url(images/prev.png) no-repeat 0 0;
  left: -40px;
}
#slider-next a {
  background: url(images/next.png) no-repeat 0 0;
  right: -30px;
}
span#invest {
  width: 100%;
  display: block;
  color: #aeabab;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  font-style: italic;
  text-align: center;
}
span#invest a.readmore {
  margin-left: 8px;
  font-size: 22px;
}
span#invest a.readmore span.arrow {
  top: 4px;
}
#updates {
  background: #f4f4f4;
  border-top: 1px solid #e3e1e1;
  padding: 50px 0 50px 0;
  line-height: 1.6;
}
#updates > div {
  width: 960px;
  margin: 0px auto;
  position: relative;
  min-height: 100%;
}
#updates > div h1 {
  text-align: center;
  display: block;
  width: 100%;
}
#updates .left {
  width: 100%;
  min-height: 440px;
  display: block;
  text-align: center;
}
#updates .left .item {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  border-bottom: none;
  margin: 10px;
}
#updates .left .item img {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
}
#updates .left .item .date-box {
  float: left;
  margin: 0 15px 5px 0;
}
#updates .left .item h1 {
  display: block!important;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #4993c8;
  line-height: 1.2;
}
#updates .right {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-left: 35px;
}
ul#event-list {
  list-style: none!important;
  padding: 0!important;
}
ul#event-list li {
  border-bottom: 1px solid #d9d7d7;
  position: relative;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
}
ul#event-list li .date-box {
  margin-bottom: 0;
}
ul#event-list li h1 {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #4993c8;
  margin-left: 10px;
}
ul#event-list li:hover h1 {
  color: #91111c;
}
ul#event-list li:hover .date-box {
  background: #185285;
}
ul#event-list.subpage li h1 {
  width: 165px;
  font-size: 16px;
}
a.block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
form#event-selector {
  margin-top: 20px;
}
form#event-selector label.radio {
  font-style: italic;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  margin-left: 3px;
}
form#event-selector label.header {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0em !important;
  font-size: 22px!important;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  color: #185285;
}
form#event-selector .form-item {
  margin-bottom: 5px;
}
form#event-selector input[type=submit] {
  font-size: 20px!important;
}
form#event-selector input[type="radio"]:checked + label {
  margin-left: 8px;
  color: #4993c8;
}
form#event-selector .form-section {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #185285;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d7d7;
}
.item.event {
  position: relative;
}
.item.event h1 {
  display: inline-block;
  vertical-align: top;
  width: 605px;
  font-size: 24px!important;
  color: #4993c8 !important;
  padding-left: 20px;
}
.item.event:hover h1 {
  color: #91111c !important;
}
.item.event:hover .date-box {
  background: #185285;
}
.item.registration .logo {
  display: inline-block;
  vertical-align: top;
  width: 175px;
}
.item.registration .content-block {
  display: inline-block;
  vertical-align: top;
  width: 495px;
  padding-left: 20px;
}
.item.impact {
  width: 100%;
  position: relative;
  border-bottom: none;
}
.item.impact .graphic {
  width: 375px;
  height: 225px;
  border-right: 1px solid #d9d7d7;
  display: inline-block;
  vertical-align: middle;
}
.item.impact .content {
  display: inline-block;
  vertical-align: middle;
  width: 295px;
  text-align: left;
  padding: 0 20px 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.02em;
  color: #133756;
  line-height: 1.2;
}
.item.team {
  margin-bottom: 40px;
}
.item.team .photo {
  width: 300px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-bottom: 20px;
}
.item.team .photo img {
  border: 1px solid #d9d7d7;
}
.item.team .details {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 370px;
  padding-left: 40px;
}
.item.team .details ul.social-links li {
  color: #4993c8;
  background: none!important;
  font-size: 30px;
  padding-left: 0!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0!important;
}
.item.team .details ul.social-links li:hover {
  color: #91111c;
}
.item.team .details ul.social-links li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item.team .details ul.social-links li.disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.item.team .details ul.social-links li.disabled:hover {
  color: #4993c8;
}
.item.team h2 {
  font-size: 30px!important;
}
.item.team h3 {
  font-size: 20px!important;
}
.item.blog h1.blogtitle {
  font-size: 30px!important;
}
.item.blog h3.date-header {
  color: #91111c !important;
  font-size: 15px!important;
}
.item.blog .thumbnail-container img {
  border: 1px solid #185285;
}
.date-box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #91111c;
  color: #fff;
  padding: 2px;
  margin-bottom: 10px;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.date-box .date-wrap {
  border: 1px solid #d68a8c;
  width: 46px;
  height: 46px;
}
.date-box .month {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-style: italic;
  padding: 3px 0 3px 0;
}
.date-box .day {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.03em;
}
.widget {
  margin-bottom: 50px;
  font-size: 16px;
}
.widget a.button {
  font-size: 24px;
}
.widget a.button span.arrow {
  top: -3px;
}
.widget#updates-widget .item {
  border-bottom: 1px solid #d9d7d7;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.widget#updates-widget .item p {
  padding-bottom: 0;
}
.widget#updates-widget .item img {
  max-width: 230px;
  height: auto;
}
.widget#updates-widget .item .date-box {
  float: left;
  margin: 0 10px 0px 0;
}
.widget#updates-widget .item h1 {
  display: block;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  font-size: 18px;
}
.widget ul {
  list-style: disc!important;
  padding: 0 0 0 15px;
  margin: 0;
}
.widget ul li {
  margin-bottom: 10px;
}
.widget a.button {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.widget a.button span.arrow {
  top: -5px;
}
#sidebar-menu ul {
  padding: 0;
  margin: 0 0 65px 0;
}
#sidebar-menu ul > li {
  padding: 0;
  margin: 0 0 15px 0;
}
#sidebar-menu ul > li ul.sub-menu {
  display: none;
}
#sidebar-menu ul > li a {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #4993c8;
}
#sidebar-menu ul > li a span.arrow {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url(images/subnav-arrows.png) no-repeat 0 0;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#sidebar-menu ul > li a:hover {
  color: #91111c;
}
#sidebar-menu ul > li a:hover span.arrow {
  background-position: 0 -20px;
}
#sidebar-menu ul > li.current_page_item.menu-item-has-children,
#sidebar-menu ul > li.current-menu-parent.menu-item-has-children {
  margin-bottom: 0;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu {
  display: block;
  padding: 15px 0 15px 0px;
  margin: 0;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li {
  margin: 0;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li:last-child,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li:last-child {
  margin-bottom: 0;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li:last-child a,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li:last-child a {
  border-bottom: 1px solid #d9d7d7;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li.current_page_item a,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li.current_page_item a {
  color: #91111c;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li.current_page_item a span.arrow,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li.current_page_item a span.arrow {
  background-position: 0 -20px;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li a,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li a {
  font-size: 18px;
  border-top: 1px solid #d9d7d7;
  padding: 8px;
  display: block;
  color: #185285;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: all linear 120ms;
  -moz-transition: all linear 120ms;
  -ms-transition: all linear 120ms;
  -o-transition: all linear 120ms;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li a span.arrow,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li a span.arrow {
  background-position: 0 0;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li a:hover,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li a:hover {
  color: #91111c;
}
#sidebar-menu ul > li.current_page_item ul.sub-menu li a:hover span.arrow,
#sidebar-menu ul > li.current-menu-parent ul.sub-menu li a:hover span.arrow {
  background-position: 0 -20px;
}
#sidebar-menu ul > li.current_page_item a,
#sidebar-menu ul > li.current-menu-parent a {
  color: #91111c;
}
#sidebar-menu ul > li.current_page_item a span.arrow,
#sidebar-menu ul > li.current-menu-parent a span.arrow {
  background-position: 0 -20px;
}
/************CONTACT PAGE***********/
#right ul#contact-details {
  padding: 0;
  margin: 0;
}
#right ul#contact-details li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
#right ul#contact-details li span.icon {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #53a4de;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
#right ul#contact-details li span.icon:before {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: top;
}
#right ul#contact-details li span.detail {
  display: inline-block;
  vertical-align: top;
  width: 640px;
  padding-left: 15px;
}
#right ul#contact-details li span.detail a {
  font-style: italic;
  color: #91111c;
}
#right ul#contact-details li span.detail a:hover {
  color: #4993c8;
}
/***********GLOBAL STYLES**********/
ul {
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0;
}
ul li {
  padding: 0 0 0 5px;
  margin: 0 0 6px 0;
}
p {
  padding: 0 0 12px 0;
}
ul li ul {
  padding-bottom: 0;
}
a:active,
a:link,
a:visited {
  color: #4993c8;
}
a:hover {
  color: #91111c;
}
.clear {
  clear: both;
}
/***********BUTTONS***********/
a.button {
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4993c8;
  font-size: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}
a.button span.arrow {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(images/button-arrow.png) no-repeat 0 0;
  margin-left: 5px;
  position: relative;
  top: 0px;
}
a.button:hover {
  color: #91111c;
}
a.button:hover span.arrow {
  background-position: 0 -30px;
}
input[type=submit] {
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4993c8;
  font-size: 30px!important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  background: url(images/button-arrow.png) no-repeat top right;
  border: none;
  height: 30px;
  padding: 0 40px 0 0!important;
}
input[type=submit]:hover {
  color: #91111c;
  cursor: pointer;
}
a.readmore {
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4993c8;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}
a.readmore span.arrow {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url(images/readmore-arrow.png) no-repeat 0 0;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
a.readmore:hover {
  color: #91111c;
}
a.readmore:hover span.arrow {
  background-position: 0 -20px;
}
input[type=submit] {
  padding-right: 10px;
}
a.block-button {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  background: #4993c8;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px;
  text-align: center;
}
a.block-button span.link-wrap {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8cc9f5;
  padding: 10px;
}
a.block-button span.arrow {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(images/button-arrow-white.png) no-repeat 0 0;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
a.block-button:hover {
  background: #91111c;
}
a.block-button:hover span.link-wrap {
  border: 1px solid #f5ddde;
}
/***********HEADER STYLES*******/
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h1.homepage {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.01em;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  color: #185285;
  line-height: 1;
  text-transform: lowercase;
  margin-bottom: 10px;
}
h1.homepage span.arrow {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(images/title-arrows-red.png) no-repeat 0 0;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
h1.homepage .uppercase {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
}
h1.homepage#footer-title {
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  vertical-align: baseline;
}
h1.homepage#footer-title span.arrow {
  top: 15px;
  margin-right: 10px;
}
h1.homepage#footer-title span.uppercase {
  font-size: 50px;
}
h1.blogtitle {
  display: inline-block;
}
h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h2.widget-title {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0em;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  color: #185285;
  line-height: 1;
  text-transform: lowercase;
  padding-bottom: 18px;
}
h2.widget-title span.arrow {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/title-arrows-red-sm.png) no-repeat 0 0;
  vertical-align: top;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
h2.widget-title .uppercase {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 8px 0;
}
/*********HOMEPAGE**********/
#banner {
  width: 100%;
}
#banner.subpage {
  height: 275px;
  background: #000;
  position: relative;
}
#banner.subpage h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  font-style: normal;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 500;
  padding-top: 90px;
  top: 0;
}
#banner.subpage h1 span.arrow {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(images/title-arrows-red.png) no-repeat 0 0;
  vertical-align: top;
  position: relative;
  top: 25px;
  margin-right: 4px;
}
#banner.subpage .banner-fade {
  height: 274px;
  top: 1px;
}
#banner.subpage .banner-fade.right {
  margin: 0;
  right: -10px;
}
#banner.subpage .banner-fade.left {
  margin: 0;
  left: -10px;
}
#banner.subpage .photo {
  width: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 275px;
  width: 960px;
  margin: 0px auto;
  position: relative;
  z-index: 25;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#banner-photo {
  height: 435px;
  background: #000;
  position: relative;
  text-align: center;
}
#banner-content {
  height: 130px;
  background: url(images/banner-bg.png) repeat-x 0 0;
  padding: 20px 0 20px 0;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-style: italic;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1.5;
}
ul#facts {
  position: relative;
  height: 170px;
  width: 960px;
  text-align: left;
  z-index: 200;
  padding: 0;
  margin: 0;
  top: -43px;
  left: 0;
  display: block;
  background: url(images/facts-bg.png) no-repeat 0 0;
}
ul#facts li {
  display: inline-block;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
}
ul#facts li .fact-block {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 170px;
  text-align: center;
  padding: 8px;
}
ul#facts li .content-block {
  display: inline-block;
  vertical-align: top;
  width: 780px;
  padding: 45px 0 0 30px;
}
ul#facts li .number {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: 0em;
  font-style: normal;
  line-height: 1;
  padding: 8px 0 5px 0;
}
ul#facts li .fact {
  display: block;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-style: italic;
}
ul.rslides_tabs {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: -20px;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 201;
}
ul.rslides_tabs li {
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 3px 0 3px;
}
ul.rslides_tabs li a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #c11826;
  text-align: left;
  text-indent: -9999px;
}
ul.rslides_tabs li a:hover {
  background: #5a1416;
}
ul.rslides_tabs li.rslides_here a {
  background: #5a1416;
}
ul#banner-slides {
  height: 435px;
  padding: 0;
  margin: 0;
  position: relative;
}
ul#banner-slides li {
  width: 100%;
  height: 435px;
  display: inline-block;
  position: absolute;
}
.banner-fade {
  height: 435px;
  width: 240px;
  position: absolute;
  z-index: 150;
}
.banner-fade.right {
  background: url(images/banner-shadow-right.png) no-repeat 0 0;
  top: 0;
  right: 50%;
  margin-right: -600px;
}
.banner-fade.left {
  background: url(images/banner-shadow-left.png) no-repeat 0 0;
  top: 0;
  left: 50%;
  margin-left: -595px;
}
.banner-text {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  font-style: italic;
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -500px;
  z-index: 160;
  color: #fff;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  text-align: right;
  padding-right: 20px;
  width: 320px;
}
.banner-text .uppercase {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  font-style: normal;
}
.banner-text .stripe {
  display: block;
  background: #91111c;
  position: absolute;
  width: 4px;
  height: 92%;
  top: 3%;
  right: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
#action .action-thirds {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 20px;
}
#action .action-thirds.last {
  margin-right: 0;
}
#action .action-half {
  float: left;
  width: 400px;
}
#action .action-half.first {
  margin-right: 20px;
}
#action .action-left {
  float: left;
  width: 600px;
  margin-right: 20px;
}
#action .action-right {
  float: left;
  width: 600px;
}
/*************FORMS************/
.gform_wrapper {
  font-family: 'Crete Round', serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper label {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase;
  display: block;
  color: #185285;
}
.gform_wrapper .ginput_complex label {
  font-size: 15px!important;
  text-transform: none;
}
.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
  width: 99%!important;
}
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_left input[type=text] {
  width: 99%!important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  background: #f7f7f7;
  border: 1px solid #d9d7d7;
  padding: 6px;
  width: 100%!important;
  color: #333333;
  font-size: 13px;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  background: #e8e8e8;
  border: 1px solid #d9d7d7;
}
.gform_wrapper select {
  width: 100%!important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  text-transform: none;
  font-size: 15px!important;
}
.gform_wrapper .gfield_radio li input[type=text] {
  width: 96%!important;
}
.gform_wrapper .gfield_description {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  font-size: 12px;
  font-style: italic;
}
.gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background: none!important;
  padding: 0!important;
  border-top: none;
  border-bottom: none;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gf_right_half {
  margin-right: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container {
  margin-top: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error input {
  background: #f3faff!important;
  border: 1px solid #4993c8;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_description {
  color: #91111c !important;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text] {
  width: 97%!important;
}
.validation_error {
  color: #91111c !important;
  font-style: italic;
  font-size: 14px!important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}
#gforms_confirmation_message {
  font-family: 'Crete Round', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  padding: 20px;
  border: 5px solid #fff;
  text-align: center;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
/*************RESPONSIVE SETTINGS*************/
body.safari {
  min-width: 1200px!important;
}
a.skip-link {
  position: absolute;
  top: 0;
  left: 0;
}
