/*------------------------------------------------------------------
[ Master Stylesheet ]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ Table of contents ]

1. GENERAL    (Reset, Basic, Forms, Shortcodes)
2. HEADER     (Menu, Social Icons, Search Form)
3. CONTENT    (Blog, News, Sidebar)
4. FOOTER     (Copyright, Terms, Policy, Vendors)
5. MISC       (Plugins Styling)


[ Reshoring Intiative Standards ] 

Branding Colors:
1. Red: #e71832
2 .Blue: #0073ae

Secondary Colors:
1. Dark Blue: #10365d
2. Copy: #232323

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ 1. GENERAl ]
-------------------------------------------------------------------*/

/* Reset */
.top-header .header-nav-right ul, .top-header .header-nav-left ul, .top-footer .footer-widget ul, .main-header .social-icon-top ul, .menu-wrapper .main-menu ul.sf-menu, .menu-wrapper .main-menu ul.sf-menu > li ul, .responsive-menu .menu-open ul, .event-single .event-content ul.event-info, .testimonials-wrapper ul, .events-sidebar ul, .twitter-sidebar ul, ul.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* Basic */
a, button,
input[type="button"],
input[type="submit"],
.main-button {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body {
  font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  background: #efefef;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: normal;
  color: #232323;
}

a {
  color: #e71832;
}

a:hover,
a:active,
a:focus {
  color: #0073ae;
  text-decoration: none;
  outline: none;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 30px 0;
  padding: 35px 60px;
  color: #aaaaaa;
  font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  blockquote {
    padding: 30px;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  background: #eeeeee;
  margin: 30px 0;
}

img {
	max-width: 100%;
}

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

form .required{color:red;}

label {
  font-weight: normal;
}

input,
textarea,
select {
  padding: 5px 10px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  height: 36px;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:focus {
  background-color: white;
  border: 1px solid #dddddd;
  outline: none;
}

button,
input[type="button"],
input[type="submit"],
.main-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #e71832;
  border: none;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.main-btn:hover {
  background-color: #bb1429;
}

button.blue-btn,
input[type="button"],
input[type="submit"],
.main-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #0073ae;
  border: none;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
}
button.blue-btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.blue-btn:hover {
  background-color: #10365d;
}

button:active {
  outline: none;
  border: 0;
}

fieldset.checkbox {
  margin: 10px 0 0 0;
}

input.input-checkbox,
input[type="checkbox"] {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

label.checkbox {
  margin: 8px 0 0 0;
  padding-left: 0;
  display: inline-block;
  overflow: hidden;
  font-weight: normal !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.small-text {
  font-size: 12px;
}

/*-------------------- Widget --------------------*/
h3.widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 30px 0;
}

h4.widget-title {
  font-size: 18px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #0073ae;
  background: url("../images/backgrounds/bg-heading-title.png") repeat-x center 16px;
}
h4.widget-title span {
  background-color: white;
  padding-right: 24px;
}

.page-header {
  background-color: white;
  margin-top: 30px;
  height: 54px;
  padding: 0 20px;
}
.page-header h2 {
  line-height: 54px;
  margin: 0;
  font-size: 16px;
  color: #0073ae;
  text-transform: uppercase;
}
.page-header .back-home {
  text-align: right;
  line-height: 54px;
  text-transform: capitalize;
}

.box-content {
  background-color: white;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
}

.space-s {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30px;
}

/*-------------------- Pagination --------------------*/
a.load-more {
  position: relative;
  margin-top: 30px;
  text-align: center;
  display: block;
  background-color: white;
  color: #02679c;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px;
}
a.load-more i {
  margin-left: 10px;
  font-size: 10px;
}
a.load-more:active {
  top: 1px;
}

a.go-next,
a.go-prev {
  position: relative;
  background-color: white;
  color: #02679c;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  padding: 15px 20px;
}
a.go-next:active,
a.go-prev:active {
  top: 1px;
}
a.go-next i,
a.go-prev i {
  font-size: 10px;
  display: inline-block;
}
a.go-next i {
  margin-left: 10px;
}
a.go-prev i {
  margin-right: 10px;
}
a.go-next.inactive,
a.go-prev.inactive {
  cursor: default;
  color: #dddddd;
}
a.go-next.inactive:active,
a.go-prev.inactive:active {
  top: 0;
}

/*-------------------- Shortcodes - Buttons --------------------*/
a.btn {
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Main */
a.main-btn {
  background-color: #e71832;
  color: #ffffff;
}
a.main-btn:hover {
  background-color: #bb1429;
}

/* Sponsor */
a.sponsor-btn {
  background-color: #e71832;
  color: #ffffff;
}
a.sponsor-btn:hover {
  background-color: #ffffff;
  border:1px solid #e71832;
  color: #e71832;
}

/* Primary */
a.primary-btn {
  background-color: #02679c;
  color: white !important;
}
a.primary-btn:hover {
  background-color: #10365d;
}

/* Blue */
a.blue-btn {
  background-color: #0073ae;
  color: white !important;
}
a.blue-btn:hover {
  background-color: #10365d;
}

/* Dark */
a.dark-btn {
  background-color: #404041;
  color: white !important;
}
a.dark-btn:hover {
  background-color: #333334;
}

/* Red */
a.red-btn {
  background-color: #e71832;
  color: white !important;
}
a.red-btn:hover {
  background-color: #d61730;
}

/* Purple */
a.purple-btn {
  background-color: #9354e0;
  color: white !important;
}
a.purple-btn:hover {
  background-color: #853edc;
}

/* Light */
a.light-btn {
  background-color: #e5e5e5;
  color: #232323 !important;
}
a.light-btn:hover {
  background-color: #d8d8d8;
}

/* Yellow */
a.yellow-btn {
  background-color: #faca3a;
  color: white !important;
}
a.yellow-btn:hover {
  background-color: #f9c321;
}

/* Dark Blue */
a.darkblue-btn {
  background-color: #10365d;
  color: white !important;
}
a.darkblue-btn:hover {
  background-color: #132639;
}

/* Red - Big */
button.big-red {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #e71832;
  display: block;
  margin-top: 30px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
button.big-red:focus {
  outline: 0;
  border: 0;
}
button.big-red:active {
  top: 1px;
}

/*-------------------- Shortcodes - Alert --------------------*/
.alert {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  border: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}
.alert.alert-succes {
  background-color: #dff0d8;
}
.alert.alert-info {
  background-color: #d9edf7;
}
.alert.alert-warning {
  background-color: #fcf8e3;
}
.alert.aler-error {
  background-color: #f2dede;
}

/*-------------------- Shortcodes - Tabs --------------------*/
.nav-tabs {
  border-bottom: 0;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 400;  
}

.nav-tabs > li > a {
  background-color: #232323;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border: 0;
  background-color: #0073ae;
  color: #ffffff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #eeeeee;
  color: #232323;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.tab-content {
  background-color: #eeeeee;
  padding: 15px;
}

/*-------------------- Shortcodes - Accordion --------------------*/
.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel-default {
  border: 0;
}
.panel-default > .panel-heading {
  border: 0;
  background-color: #232323;
  color: #ffffff;
  text-transform: uppercase;
}

.panel-title {
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 400;  
}
.panel-title > a {
  display: block;
  padding: 5px;
  color: #ffffff;
}
.panel-title > a:hover {
  color: #ffffff;
}

.panel-heading {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  background-color: #eeeeee;
}



/*------------------------------------------------------------------
[ 2. HEADER ]
-------------------------------------------------------------------*/
.site-header {
  background-color: #02679c;
  color: #ffffff;
  font-size: 12px;
  border-bottom: 4px solid #dddddd;
  background: #132639; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMxMzI2MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3M2FlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #132639 10%, #0073ae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#132639), color-stop(100%,#0073ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #132639 10%,#0073ae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #132639 10%,#0073ae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #132639 10%,#0073ae 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #132639 10%,#0073ae 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132639', endColorstr='#0073ae',GradientType=0 ); /* IE6-8 */
}
.site-header a {
  color: white;
}
.site-header a:hover {
  color: #e71832;
}

.action-header {
  background: url("../images/graphics/hdr-actionShot.png") no-repeat 525px 0;
  background-position: 40%;
}
@media (max-width: 768px) {
  .action-header {
	background: url("../images/graphics/hdr-actionShot-mobile.png") no-repeat bottom center;	
  }
}

/*-------------------- Top Nav --------------------*/
.top-header {
  border-bottom: 1px solid #083a5d;
}
.top-header a {
  color: #ffffff;
  font-size: 12px;
}
.top-header a:hover {
  color: #0073ae;
}
.top-header .header-nav-right,
.top-header .header-nav-left {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .header-nav-right ul li, 
.top-header .header-nav-left ul li {
  display: inline-block;
  margin-left: 15px;
}
.top-header .header-nav-right ul li:not(:last-child):after, 
.top-header .header-nav-left ul li:not(:last-child):after {
  margin-left: 15px;
  content: '|';
  font-size: 12px;
  color: #083a5d;
}
.top-header .header-nav-right ul li:first-child, 
.top-header .header-nav-left ul li:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .top-header .header-nav-right ul li, 
  .top-header .header-nav-left ul li {
    margin: 0;
    line-height: 23px;
    display: block;
    text-align: center;
  }
  .top-header .header-nav-right ul li:after, 
  .top-header .header-nav-left ul li:after {
    content: '';
    display: none;
  }
}
.top-header .header-nav-right {
  text-align: right;
}
.top-header .header-nav-left ul li i {
  margin-right: 7px;
}

/*-------------------- Logo, Search, Social --------------------*/
.main-header {
  padding: 16px 0;
}

/* Search */
.main-header .main-header-right {
  text-align: right;
  margin-top: 56px;
}
.main-header .search-social {
	
}
.main-header .search-form {
  display: inline-block;
  margin-right: 40px;
}
.main-header .search-form input[type="text"] {
  background-color: #0073ae;
  border-color: #0073ae;
  height: 36px;
  width: 215px;
  padding: 5px 25px 5px 10px;
  color: #ffffff;
  background-image: url("../images/ico/search-ri.png");
  background-repeat: no-repeat;
  background-position: 192px 11px;
}
.main-header .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.main-header .search-form input:active::-webkit-input-placeholder {
  color: #ffffff;
}

/* Social */
.main-header .social-icon-top {
  display: inline-block;
}
.main-header .social-icon-top ul li {
  display: inline-block;
}
.main-header .social-icon-top ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  background: #034d79;
  font-size: 15px;
}
.main-header .social-icon-top ul li a:hover {
	background: #0073ae;
	color: white;
}
@media (max-width: 992px) {
  .main-header .main-header-right {
    margin: 0;
  }
  .main-header .search-form {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .main-header .logo {
    text-align: center;
  }
  .main-header .main-header-right {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .main-header .search-form {
    margin: 20px 0 10px 0;
  }
}

/*-------------------- Main Nav --------------------*/
.menu-wrapper {
  background-color: rgba(0, 0, 0, 0.07);
}
.menu-wrapper .inner-menu {
  background-color: #10365d;
  padding: 0 10px 0 0;
}
.menu-wrapper .main-menu {
  min-height: 54px;
}
.menu-wrapper .main-menu ul.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  border-right: 1px solid #0d426d;
}
.menu-wrapper .main-menu ul.sf-menu > li a {
  line-height: 54px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  text-transform: uppercase;
  padding: 0 12px;
  display: block;
}

.menu-wrapper .main-menu ul.sf-menu > li:first-child a {
  padding: 0 18px;
}

.menu-wrapper .main-menu ul.sf-menu > li:last-child {
  border-right: 0;
}
.menu-wrapper .main-menu ul.sf-menu > li a i {
  margin-left: 7px;
  margin-top: 2px;
}
.menu-wrapper .main-menu ul.sf-menu > li:hover {
  color: white;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #0073ae;  
}
.menu-wrapper .main-menu ul.sf-menu > li a:hover i {
  color: white;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-wrapper .main-menu ul.sf-menu > li.active a {
  color: #0073ae;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a {
  color: #ffffff;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a:hover {
  color: white;
}
.menu-wrapper .main-menu ul.sf-menu > li ul {
  position: absolute;
  min-width: 300px;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #0073ae;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li {
  border-bottom: 1px solid #02659a;
  position: relative;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li:last-child {
  border-bottom: 0;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a {
  line-height: 46px;
  padding: 0 20px;
  display: block;
  font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  text-transform: none;  
}
.menu-wrapper .main-menu ul.sf-menu > li ul li:hover {
  background: #02659a;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul {
  border-left: 1px solid #02659a;
  position: absolute;
  left: 100%;
  top: 0;
}
.menu-wrapper .main-menu ul.sf-menu > li a.nav-become-a-sponsor {
	padding: 0 14px;
}
.menu-wrapper .main-menu ul.sf-menu > li a.nav-become-a-sponsor:hover {
	background:#e71832; 
}

/*-------------------- Main Nav - Responsive --------------------*/
.responsive-menu a.toggle-menu {
  display: block;
  height: 50px;
  background-color: #333333;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.responsive-menu .menu-open {
  background: rgba(35, 35, 35, 0.96);
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 85;
  display: none;
}
.responsive-menu .menu-open ul li {
  padding: 15px 0;
  border-bottom: 1px solid #373737;
}
.responsive-menu .menu-open ul li a {
  color: white;
}
.responsive-menu .menu-open ul li.active a {
  color: #e71832;
}
.responsive-menu .menu-open ul li.active ul li a {
  color: white;
}
.responsive-menu .menu-open ul li ul {
  margin-left: 30px;
  border-top: 1px solid #373737;
  margin-top: 15px;
}
.responsive-menu .menu-open ul li ul li {
  padding: 0;
  padding: 15px 0;
}
.responsive-menu .menu-open ul li ul li:fist-child {
  padding-top: 0;
}
.responsive-menu .menu-open ul li ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.responsive-menu .menu-open a.main-btn {
  margin-top: 30px;
}

/*------------------------------------------------------------------
[ 3. CONTENT ]
-------------------------------------------------------------------*/

/* Back To Top */
#top-link {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
}
#top-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Slider - Flexslider */
.slider-wrapper {
  background-color: white;
  margin-top: 30px;
}
a.flex-prev,
a.flex-next {
  position: absolute;
  bottom: 30px;
  z-index: 42;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: #e71832;
  color: #ffffff;
  float: left;
}
a.flex-next {
  right: 45px;
}
a.flex-prev {
  right: 82px;
}
.flex-caption {
  position: absolute;
  width: 100%;
  min-width: 100%;
  padding: 20px;
  bottom: 40px;
  left: 0;
  background-color: rgba(16, 54, 93, 0.8);
  display: block;
}
.flex-caption h3 {
  margin:0px;
  color: #ffffff;
}
.flex-caption p {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width:75%;
}
.flex-caption a {
  color: #e71832;
}
@media (max-width: 768px) {
  .flex-caption {
    display: none;
  }
}

/* Slider - Widget */
.widget {
  padding: 30px 0 30px 30px;
}
.widget h3.widget-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  font-size: 30px;
  color: #0073ae;
}
.widget p {
  margin-bottom: 25px;
  display: block;
}
.widget fieldset {
  margin-top: 20px;
}
.widget label {
  display: block;
}
.widget input[type="text"],
.widget input[type="email"] {
  width: 100%;
  height: 36px;
}
@media (max-width: 992px) {
  .widget {
    padding: 30px;
  }
}

/* Latest News */
.latest-news .news-grid {
  margin-top: 0;
}
.latest-news .news-grid .news-content {
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .latest-news .news-grid {
    margin-bottom: 30px;
  }
  .latest-news .news-grid:last-child {
    margin-bottom: 0;
  }
}

.news-grid {
  margin-top: 30px;
}
.news-grid .news-content i {
  color: #232323;
  font-size: 12px;
}
.news-grid .news-content h4.news-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 15px 0;
}
.news-grid .news-content h4.news-title a {
  color: #232323;
}
.news-grid .news-content h4.news-title a:hover {
  color: #02679c;
}
.news-grid .news-content p {
  margin-bottom: 20px;
}
.news-grid .news-content a {
	color: #e71832;
}
.news-grid .news-content a.btn {
	color: white;
	font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.news-grid .news-thumb:hover .news-hover .news-holder {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news-thumb {
  position: relative;
  overflow: hidden;
}
.news-thumb img {
  width: 100%;
}

.news-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-holder {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-holder .progress {
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  margin-top: 5px;
}
.news-holder .progress .progress-bar {
  background-color: #e71832;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-holder span {
  margin-top: 10px;
  color: #232323;
}

.news-list {
  overflow: hidden;
  background-color: white;
  margin-top: 30px;
}
.news-list .news-thumb {
  width: 270px;
  float: left;
}
.news-list .news-thumb a.main-btn {
  display: block;
  text-align: center;
}
.news-list .news-thumb img {
  width: 100%;
}
.news-list .news-content {
  overflow: hidden;
}
.news-list .news-content h4.news-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0;
}
.news-list .news-content h4.news-title a {
  color: #232323;
}
.news-list .news-content h4.news-title a:hover {
  color: #02679c;
}
.news-list .news-content p {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .news-list .news-thumb {
    display: block;
    float: none;
    width: 100%;
  }
}

.news-holder-list {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.news-holder-list .progress {
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  margin-top: 5px;
}
.news-holder-list .progress .progress-bar {
  background-color: #e71832;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-holder-list span {
  margin-top: 10px;
  color: #232323;
}

.search-news h5 {
  font-size: 14px;
  margin: 0 0 25px 0;
}
.search-news input, .search-news select, .search-news button {
  width: 100%;
}
@media (max-width: 768px) {
  .search-news input, .search-news select, .search-news button {
    margin-bottom: 20px;
  }
  .search-news input button, .search-news select button, .search-news button button {
    margin-bottom: 0;
  }
}

.news-content {
  padding: 30px;
  background-color: white;
}
.news-content p {
  margin-bottom: 0;
}

.news-single {
  margin-top: 30px;
}
.news-single .news-image {
  position: relative;
  overflow: hidden;
}
.news-single .news-image img {
  width: 100%;
}
.news-single .news-image a.btn {
  text-align: center;
}
.news-single .news-image .news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(16, 54, 93, 0.8);
  color: white;
}
.news-single .news-image .news-overlay .overlay-inner {
  position: relative;
  height: 100%;
}
.news-single .news-image .news-overlay .overlay-inner span {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: 1px solid #10365d;
}
.news-single .news-image .news-overlay .overlay-inner span i {
  display: block;
  margin-bottom: 5px;
}
.news-single .news-image .news-overlay .overlay-inner span em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.news-single .news-image .news-overlay .overlay-inner span:first-child {
  border-top: 1px solid #10365d;
  margin-top: 30px;
}
.news-single .news-image .news-overlay .overlay-inner a.btn {
  margin-top: 35px;
  text-align: center;
}
.news-single h3.news-title {
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 30px 0;
}
.news-single span.meta-news {
  color: #aaaaaa;
  margin: 20px 0 0 0;
}

.shortcodes blockquote {
  margin: 0;
}
.shortcodes .alert:last-child {
  margin-bottom: 0;
}
.shortcodes .panel-group {
  margin-bottom: 0;
}
.shortcodes .buttons a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 400;
}

.event-list {
  overflow: hidden;
  background-color: white;
  margin-top: 30px;
}
.event-list .event-thumb {
  width: 240px;
  overflow: hidden;
  float: left;
}
.event-list .event-thumb img {
  width: 100%;
}
.event-list .event-content {
  background-color: white;
  padding: 30px;
  overflow: hidden;
}
.event-list .event-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0;
}
.event-list .event-content h4 a {
  color: #232323;
}
.event-list .event-content h4 a:hover {
  color: #02679c;
}
.event-list .event-content p {
  margin-bottom: 9px;
}
.event-list .event-content .event-location span,
.event-list .event-content .event-time span {
  display: block;
  margin-top: 10px;
  margin-right: 40px;
}
.event-list .event-content .event-location span i,
.event-list .event-content .event-time span i {
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.event-list .event-content .event-location {
  overflow: hidden;
  float: left;
}
.event-list .event-content .event-time {
  overflow: hidden;
}
@media (max-width: 768px) {
  .event-list .event-thumb {
    float: none;
    width: 100%;
  }
  .event-list .event-content .event-location,
  .event-list .event-content .event-time {
    float: none;
    display: block;
  }
  .event-list .event-content .event-location span,
  .event-list .event-content .event-time span {
    display: block;
  }
}

.event-single {
  margin-top: 30px;
  overflow: hidden;
}
.event-single .event-image {
  position: relative;
  overflow: hidden;
}
.event-single .event-image img {
  width: 100%;
}
.event-single .event-image .img-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 15px 20px;
}
.event-single .event-image .img-date span {
  display: block;
  color: white;
}
.event-single .event-image .img-date span.day {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -3px;
  margin: 10px 0;
}
.event-single .event-image .img-date span.month {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.event-single .event-image .img-date span.year {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.event-single .event-content {
  padding: 30px;
  background-color: white;
}
.event-single .event-content h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 25px 0;
}
.event-single .event-content ul.event-info li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.event-single .event-content ul.event-info li span {
  width: 120px;
  display: inline-block;
  font-weight: 700;
}
.event-single .event-content ul.event-info li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .event-single .event-image .img-date {
    display: none;
  }
  .event-single .event-content ul.event-info li span {
    line-height: inherit;
    width: auto;
    display: block;
  }
  .event-single .event-content .event-map {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .event-single .event-content ul.event-info li span {
    line-height: inherit;
    width: auto;
    display: block;
  }
}

.member-content {
  background-color: white;
  padding: 25px;
}
.member-content h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.member-content h3 a {
  color: #232323;
}
.member-content h3 a:hover {
  color: #02679c;
}
.member-content span.role {
  color: #aaaaaa;
}
.member-content p {
  margin: 20px 0 20px 0;
}
.member-content ul.social {
  margin: 5px 0 0 0;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px 0;
  list-style: none;
}
.member-content ul.social li {
  display: inline-block;
  margin-right: 15px;
}
.member-content ul.social li:last-child {
  margin-right: 0;
}
.member-content ul.social li a {
  color: #aaaaaa;
  font-size: 12px;
}
.member-content ul.social li a.fa-facebook:hover {
  color: #3B5998;
}
.member-content ul.social li a.fa-twitter:hover {
  color: #00aced;
}
.member-content ul.social li a.fa-google-plus:hover {
  color: #dd4b39;
}
.member-content ul.social li a.fa-linkedin:hover {
  color: #007bb6;
}
.member-content ul.social li a.fa-flickr:hover {
  color: #ff0084;
}
.member-content ul.social li a.fa-pinterest:hover {
  color: #cb2027;
}
.member-content ul.social li a.fa-instagram:hover {
  color: #3f729b;
}
.member-content ul.social li a.fa-youtube:hover {
  color: #bb0000;
}

.member-thumb {
  position: relative;
  overflow: hidden;
}
.member-thumb img {
  width: 100%;
}

.member-grid {
  overflow: hidden;
  margin-top: 30px;
}

.member-list {
  margin-top: 30px;
  overflow: hidden;
  background-color: white;
}
.member-list .member-thumb {
  width: 370px;
  float: left;
  overflow: hidden;
}
.member-list .member-content {
  overflow: hidden;
}

.member-single {
  overflow: hidden;
  margin-top: 30px;
}
.member-single .member-image {
  overflow: hidden;
}
.member-single .member-image img {
  width: 100%;
}
.member-single .member-content h3 {
  font-size: 18px;
}
.member-single .member-content ul.social {
  margin-top: 0;
  border-bottom: 0;
}
.member-single .member-content ul.social li {
  float: left;
  margin-left: 1px;
  margin-top: 1px;
  margin-right: 0;
}
.member-single .member-content ul.social li a {
  width: 32px;
  height: 32px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 32px;
}
.member-single .member-content .member-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.member-single .member-content p {
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .member-single .member-content ul.social {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .post-grid {
    margin-bottom: 30px;
  }
}

.post-content h4.post-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 5px 0 15px 0;
}
.post-content h4.post-title a {
  color: #232323;
}
.post-content h4.post-title a:hover {
  color: #e71832;
}
.post-content p.post-meta {
  margin: 15px 0 5px 0;
  color: #aaaaaa;
}
.post-content p.post-meta a {
  color: #aaaaaa;
}
.post-content p.post-meta i {
  margin-right: 7px;
}

.post-thumb {
  position: relative;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
}

.blog-item {
  margin-top: 30px;
  overflow: hidden;
}
.blog-item .post-content {
  background-color: white;
  padding: 30px;
}
.blog-item .post-content h4 {
  margin: 0 0 15px 0;
}
.blog-item .post-content p.post-meta {
  margin: 0 0 5px 0;
}

.blog-list {
  overflow: hidden;
  background-color: white;
  margin-top: 30px;
}
.blog-list .post-thumb {
  width: 300px;
  float: left;
}
.blog-list .post-content {
  padding: 30px;
  background-color: white;
  overflow: hidden;
}
.blog-list .post-content h4 {
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .blog-list .post-thumb {
    width: 100%;
    display: block;
  }
}

.blog-single {
  margin-top: 30px;
  overflow: hidden;
}
.blog-single .post-image {
  position: relative;
  overflow: hidden;
}
.blog-single .post-image img {
  width: 100%;
}
.blog-single .post-image .image-over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px 25px;
}
.blog-single .post-image .image-over span {
  margin-right: 25px;
}
.blog-single .post-image .image-over span:last-child {
  margin-right: 0;
}
.blog-single .post-image .image-over span i {
  margin-right: 10px;
}
.blog-single .post-image .image-over span em {
  color: #e71832;
  font-style: normal;
}
.blog-single .post-content {
  background-color: white;
  padding: 30px;
}
.blog-single .post-content h3.post-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
}

ul.post-gallery {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
ul.post-gallery li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 80px;
  height: 80px;
}
ul.post-gallery li img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.post-gallery li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.tags {
  margin: 30px 0 0 0;
}
.tags span {
  margin: 0 15px 0 0;
}
.tags a {
  background-color: #eeeeee;
  color: #777777;
  padding: 5px 7px;
}
.tags a:hover {
  color: #232323;
}

.comments h4.widget-title span em {
  font-style: normal;
  color: #e71832;
}
.comments .comment {
  margin-bottom: 30px;
}
.comments .comment .author-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.comments .comment .author-thumb img {
  width: 100%;
}
.comments .comment .comment-body {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.comments .comment .comment-body p {
  margin-bottom: 0;
}
.comments .comment .comment-body h5.author {
  margin: 0 0 10px 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.comments .comment .comment-body h5.author:after {
  content: '-';
  color: #777777;
  margin-left: 15px;
}
.comments .comment .comment-body span.time {
  display: block;
  color: #aaaaaa;
}
.comments .comment .comment {
  margin-top: 30px;
  margin-left: 100px;
}
.comments .comment.last {
  margin-bottom: 0;
}
.comments .comment.last .comment-body {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .comments .comment .author-thumb {
    display: none;
  }
  .comments .comment .comment {
    margin-left: 40px;
  }
}

.comment-form label {
  width: 200px;
  font-weight: 700;
  float: left;
}
.comment-form label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.comment-form fieldset {
  margin-bottom: 20px;
}
.comment-form fieldset:last-child {
  margin-bottom: 0;
}
.comment-form input {
  width: 40%;
}
.comment-form textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.comment-form button {
  margin-left: 200px;
}
@media (max-width: 768px) {
  .comment-form label {
    float: none;
    display: block;
  }
  .comment-form input, .comment-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .comment-form button {
    margin-left: 0;
  }
}

.archives ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.archives ul li {
  color: #dddddd;
  line-height: 24px;
}

.testimonials-wrapper ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.testi-author h6 {
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #232323;
}
.testi-author h6 span {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 10px;
}
.testi-author h6 span:before {
  content: '/';
  margin-right: 10px;
}

.testi-tabs li {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
}
.testi-tabs li img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.testi-tabs li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.testi-content {
  display: none;
}
.testi-content.active {
  display: block;
}

.donate-price {
  position: relative;
}
.donate-price h5 {
  margin: 0 0 25px 0;
  font-size: 14px;
}
.donate-price .payment-icons {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 27px;
  color: #cccccc;
}
@media (max-width: 768px) {
  .donate-price .payment-icons {
    display: none;
  }
}

.donate-form label {
  width: 200px;
  font-weight: 700;
  float: left;
}
.donate-form label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.donate-form label em {
  font-style: normal;
  color: #aaaaaa;
}
.donate-form label.checkbox {
  width: auto;
  margin-left: 10px;
}
.donate-form fieldset {
  margin-bottom: 20px;
}
.donate-form fieldset:last-child {
  margin-bottom: 0;
}
.donate-form input {
  width: 40%;
}
.donate-form input[type="checkbox"] {
  width: auto;
}
.donate-form textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.donate-form input.input-checkbox {
  margin-left: 180px;
}
@media (max-width: 768px) {
  .donate-form label {
    float: none;
    display: block;
  }
  .donate-form input, .donate-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .donate-form input.input-checkbox {
    margin-left: -20px;
  }
  .donate-form label.checkbox {
    margin-left: 10px;
  }
}

.contact-page {
  margin-top: 30px;
}

.contactForm, .sponsorForm {
  background-color: white;
  padding: 30px;
}
.contactForm label {
  width: 200px;
  font-weight: 700;
  float: left;
}

.sponsorForm label {
  width: 200px;
  font-weight: 700;
}

.contactForm label span, .sponsorForm label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.contactForm fieldset, .sponsorForm fieldset {
  margin-bottom: 20px;
}
.contactForm fieldset:last-child, .sponsorForm fieldset:last-child {
  margin-bottom: 0;
}
.contactForm input[type=text], .sponsorForm input[type=text] {
  width: 40%;
}

.contactForm input[type=checkbox], .sponsorForm input[type=checkbox],
.contactForm input[type=radio], .sponsorForm input[type=radio] {
  margin-right: 10px;
  vertical-align: middle !important;
}

.contactForm .red {color:red;}

.contactForm textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.contactForm button {
  margin-left: 200px;
}
@media (max-width: 768px) {
  .contactForm label {
    float: none;
    display: block;
  }
  .contactForm input, .contactForm textarea {
    width: 100%;
    max-width: 100%;
  }
  .contactForm button {
    margin-left: 0;
  }
}

.gallery-wrapper {
  margin-left: -3%;
}
.gallery-wrapper .gallery-thumb {
  overflow: hidden;
  float: left;
  margin-left: 3%;
  width: 30%;
  display: inline-block;
  margin-bottom: 3%;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.gallery-wrapper .gallery-thumb img {
  width: 100%;
}

.events-sidebar ul li.event-item {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.events-sidebar ul li.event-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.events-sidebar ul li.event-item i {
  margin-right: 7px;
}
.events-sidebar ul li.event-item .event-thumb {
  overflow: hidden;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.events-sidebar ul li.event-item .event-content {
  overflow: hidden;
}
.events-sidebar ul li.event-item .event-content h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.events-sidebar ul li.event-item .event-content h5 a {
  color: #232323;
}
.events-sidebar ul li.event-item .event-content h5 a:hover {
  color: #e71832;
}
.events-sidebar ul li.event-item .event-content p.event-meta {
  color: #aaaaaa;
  margin: 0;
}

.twitter-sidebar ul li.twitter-item {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.twitter-sidebar ul li.twitter-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.twitter-sidebar ul li.twitter-item i {
  margin-right: 7px;
}
.twitter-sidebar ul li.twitter-item .twitter-thumb {
  overflow: hidden;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.twitter-sidebar ul li.twitter-item .twitter-content {
  overflow: hidden;
}
.twitter-sidebar ul li.twitter-item .twitter-content h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.twitter-sidebar ul li.twitter-item .twitter-content h5 a {
  color: #232323;
}
.twitter-sidebar ul li.twitter-item .twitter-content h5 a:hover {
  color: #e71832;
}
.twitter-sidebar ul li.twitter-item .twitter-content p.twitter-meta {
  color: #aaaaaa;
  margin: 0;
}

.sponsors-content h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.video-featured iframe {
  width: 100%;
}

.categories ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.categories ul li {
  color: #dddddd;
  line-height: 24px;
}

/*------------------------------------------------------------------
[ 4. FOOTER ]
-------------------------------------------------------------------*/
.site-footer {
  border-top: 4px solid #dddddd;
  background: #132639; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMxMzI2MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3M2FlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #132639 10%, #0073ae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#132639), color-stop(100%,#0073ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #132639 10%,#0073ae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #132639 10%,#0073ae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #132639 10%,#0073ae 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #132639 10%,#0073ae 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132639', endColorstr='#0073ae',GradientType=0 ); /* IE6-8 */  
  margin-top: 30px;
  font-size: 12px;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer ul li {
  line-height: 1.75em;
}

@media (max-width: 992px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

.map-footer {
  background: url("../images/graphics/ftr-map-na.png") no-repeat 650px -100px;
}
@media (max-width: 768px) {
  .map-footer {
	background: url("../images/graphics/ftr-map-na.png") no-repeat center center;	
  }
}

h4.footer-widget-title {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  margin: 0 0 20px 0;
}

.top-footer {
  padding: 30px 0;
  color: #ffffff;
}
.top-footer a {
  color: white;
}

.top-footer ul li i {
  margin-right: 7px;
}

ul.footer-social {
  list-style: none !important;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
ul.footer-social li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #034d79;
  text-align: center;
  color: white;
  font-size: 15px;
}
ul.footer-social li a:hover {
	background: #0073ae;
}

.footer-widget .search-form {
  display: inline-block;
  margin-right: 40px;
}
.footer-widget .search-form input[type="text"] {
  background-color: #0073ae;
  border-color: #0073ae;
  height: 36px;
  width: 215px;
  padding: 5px 25px 5px 10px;
  color: #ffffff;
  background-image: url("../images/search-ri.png");
  background-repeat: no-repeat;
  background-position: 192px 11px;
}
.footer-widget .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-widget .search-form input:active::-webkit-input-placeholder {
  color: #ffffff;
}

.middle-footer {
  border-top: 1px solid #025f92;
  text-align: center;
  color: #ffffff;
}
.middle-footer .copyright-terms-privacy {
  padding-top: 12px;
  padding-bottom: 12px;
}
.middle-footer .copyright-terms-privacy ul li {
  display: inline-block;
  margin-left: 15px;
}
.middle-footer .copyright-terms-privacy ul li:not(:last-child):after {
  margin-left: 15px;
  content: '|';
  font-size: 12px;
  color: #083a5d;
}
.middle-footer .copyright-terms-privacy ul li:first-child {
  margin-left: 0;
}
.middle-footer .copyright-terms-privacy a {
  color: #ffffff;
  font-size: 12px;
}
.middle-footer .copyright-terms-privacy a:hover {
  color: #10365d;
}

.bottom-footer {
  background-color: rgba(16, 54, 93, 0.96);
  padding-top: 0;
}
.vendors {
  padding: 10px 0;
  text-align: center;
  color: #0073ae;
}
.vendors p a {
	color: #0073ae;
}
.vendors p a:hover {
	color: #02a9fe;
}
@media (max-width: 992px) {
  .vendors {
    text-align: center;
  }
}

/*------------------------------------------------------------------
[ 5. MISC ]
-------------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* BreadCrumb
*********************************/

#breadCrumb {
	font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	height: 54px;
	overflow:hidden;
}

#breadCrumb a {
	color: #0073ae;
}

#breadCrumb a:hover {
	color: #e71832;
}

/* Search List
*********************************/

.searchList {
	list-style:none;
	padding: 0px;
	margin: 20px 0px;
	border-top: 1px solid #efefef;
}

.searchList li {
	padding: 5px;
	border-bottom: 1px solid #efefef;
}

/* Sponosrs List & Grayscale Filter
*********************************/

.sponList {list-style:none;margin: 0px;padding: 0px;}
.sponList li {width: 29%;margin: 2%;display: inline-block;}
.sponList li a {display: block;}

.sponWidget {list-style:none;margin: 0px;padding: 0px;}
.sponWidget li {width: 15%;margin: 2%;display: inline-block;}
.sponWidget li a {display: block;}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 - Mozilla */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  height: 375px;
}
.flexslider .slides {
  zoom: 1;
  position: absolute;
  clip: rect(0, 720px, 375px, 0);
  border-left: 30px solid #efefef;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .flexslider {
    height: auto !important;
  }
  .flexslider .slides {
    position: relative;
    clip: rect(0, 0, 0, 0);
    border-left: 0;
    margin-left: 0;
  }
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: '\f104';
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/graphics/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.table {
	border-collapse: collapse;
	border:none;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.gridList {list-style:none;padding:0px;margin:15px;overflow:hidden;}
.gridList li {float:left;margin:5px;width:calc(50% - 10px);}
.gridList li a {display:block;color:#ffffff;background-color:#02659a;padding:10px 20px;font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;font-size:14px;}
.gridList li a:hover {background-color:#10365d !important;}

/*------------------------------------------------------------------
[ 6. ADVANCED SEARCH ]
-------------------------------------------------------------------*/
.advancedSearch-page {
  margin-top: 30px;
}

.advancedSearchForm {
  background-color: white;
  padding: 30px;
}
.advancedSearchForm label {
  width: 260px;
  margin-right: 20px;
  font-weight: 700;
  float: left;
}
.advancedSearchForm label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.advancedSearchForm fieldset {
  margin-bottom: 20px;
}
.advancedSearchForm fieldset:last-child {
  margin-bottom: 0;
}
.advancedSearchForm fieldset ul {
  list-style: none;
}
.advancedSearchForm fieldset ul li {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.advancedSearchForm .advancedSearchForm-drop {
	width: 60%;
}
.advancedSearchForm input {
  width: 60%;
}
.advancedSearchForm textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.advancedSearchForm button {
  margin-left: 0;
}
@media (max-width: 768px) {
  .advancedSearchForm label {
    float: none;
    display: block;
  }
  .advancedSearchForm input, .advancedSearchForm textarea, .advancedSearchForm-drop {
    width: 100% !important;
    max-width: 100% !important;
  }
  .advancedSearchForm button {
    margin-left: 0;
  }
}



/*------------------------------------------------------------------
[ 7. SIGNUP MODAL ]
-------------------------------------------------------------------*/
.signup-nav {
  padding:0;
  background: url("../images/ico/cd-icon-menu.svg") no-repeat center center;
  cursor: pointer;
}
.signup-nav ul {
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.signup-nav ul li {
  list-style: none;
  display: inline-block;
  float: left;
}
.signup-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.signup-nav ul li a {
  height: 50px;
  line-height: 50px;
  background: #e71832;
  border: 1px solid #e71832;
  color: #fff;
  padding: 10px;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 700;
  text-transform: uppercase;  
}

@media only screen and (max-width: 768px) {
  .signup-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .signup-nav ul {
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .signup-nav ul li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  .signup-nav ul li:first-child {
    margin-right: 1px;
  }  
  .signup-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .signup-nav ul li a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
  }
  .signup-nav ul li a.cd-signin, 
  .signup-nav ul li a.cd-signup {
    padding: 10px;
    border: 1px solid #e71832;
    background: #e71832;
    font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

/* -------------------------------- 
xsigin/signup popup 
-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 54, 93, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  margin-left: 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  margin-right: 0;
}
.cd-user-modal-container .cd-switcher li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #eeeeee;
  color: #232323;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 400;
  text-transform: uppercase;  
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #ffffff;
  color: #0073ae;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 12px;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("/images/ico/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("/images/ico/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("/images/ico/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 0px 0px 0px 50px;
}
.cd-form input.has-border {
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #eeeeee;
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #e71832;
  color: #ffffff;
  font-family: "Montserrat", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-weight: 400;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, 
.no-touch .cd-form input[type=submit]:focus {
  background: #d61730;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  border-left: 1px solid #dddddd;
  top: 45%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #232323;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 0px 0px 0px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  text-align: center;
  font-size: 12px;
}
.cd-form-bottom-message a {
  color: #ffffff;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../images/ico/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, 
#cd-signup, 
#cd-reset-password {
  display: none;
}

#cd-login.is-selected, 
#cd-signup.is-selected, 
#cd-reset-password.is-selected {
  display: block;
}

input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:21px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position:0 -16px;
}

label.css-label {
	background-image:url(../images/ico/checkmarkbox.png);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/*------------------------------------------------------------------
[ 8. LEFT NAV ]
-------------------------------------------------------------------*/
.leftsidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.leftsidebar-nav-content.box-content {
  background-color: #0073ae;
  overflow: hidden;
  margin-top: 30px;
  padding: 0;
}
.leftsidebar-nav ul li.leftsidebar-nav-item {
  overflow: hidden;
  border-bottom: 1px solid #02659a;
}
.leftsidebar-nav ul li.leftsidebar-nav-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.leftsidebar-nav ul li.leftsidebar-nav-item a {
  font-family: "Roboto", Helvetica, Arial, Heveltica Neue, sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  line-height: 20px;
  display: block;
  padding: 13px 30px;

}
.leftsidebar-nav ul li.leftsidebar-nav-item a:hover {
  background: #02659a;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.leftsidebar-nav ul li.leftsidebar-nav-item ul li a {
	padding: 13px 45px;
}

.leftsidebar-nav a.active, .leftsidebar-nav a.active:hover {
  color: #ffffff !important;
  background: #10365d !important;
}

/*------------------------------------------------------------------
[ 9. LIBRARY/TCO/CASE STUDIES
-------------------------------------------------------------------*/

.libTable {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.libTable td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.libTable tr:nth-child(even) {
	background-color: #efefef;
}

.libTable tr td:first-child{
	width:40%;
}

.dataTable {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.dataTable td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.dataTable tr:nth-child(even) {
	background-color: #efefef;
}

/*------- Case Studies -------*/

.caseInfo blockquote {
	padding: 40px;
	font-size: 12px;
	line-height: 1.6em;
	color: #232323;
}

.caseInfo blockquote h3 {
	font-size: 16px;
	margin: 0px;
	color: #999999;
}

.caseForm input[type=checkbox] {
	vertical-align:middle;
	width: 16px;
	height: 16px;
	margin-right:5px;
}

 .caseForm input[type=radio] {
 	margin-top: -4px;
 	vertical-align:middle;
 	width: 16px;
	height: 16px;
	margin-left: 5px;
 }

/*------- TCO -------*/

.tco_form {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 20px 0px;
}

.tco_form td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

.tco_form tr td:last-child {
	line-height: 1.4em;
	color: #666666;
	width:35%;
}

.tco_form tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tco_form thead {
	background-color: #cccccc;

}

.tco_form thead th {
	padding: 5px;
}

.tco_form input[type=text], .tco_form select {
	border: 1px solid #ffffff !important;
	width:100px;
}

#tco_edit_form p {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}

#tco_edit_form input[type=radio] {
	vertical-align: bottom;
	margin-bottom: -2px;
}

#tco_edit_form input[type=checkbox] {
	vertical-align: middle;
	float: none;
}

#tco_results {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 20px 0px;
}

#tco_results td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

#tco_results tr td:last-child {
	font-size: 10px;
	line-height: 1.4em;
	color: #666666;
}

#tco_results tr:nth-child(even) {
	background-color: #f4f4f4;
}

#tco_results thead {
	background-color: #cccccc;

}

#tco_results thead th {
	padding: 5px;
}

#tco_results tbody tr:last-child td{
	border-bottom: 2px solid #cccccc;
}