/* TOC 

1. Global
2. Header
3. Nav
4. Footer
5. Home
6. Inside
7. Forms
8. Media Queries

*/
/**** 1. GLOBAL ****/
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body,
h1,
h2,
h3 {
  font-family: 'Open Sans', sans-serif;
}
.icon-list {
  list-style: none;
  padding-left: 24px;
}
.icon-list li {
  font-weight: 600;
  position: relative;
  color: #303132;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.icon-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -24px;
  top: 10px;
  background: url('/uploads/img/icon-list-icon.jpg') 0 0 no-repeat;
}
.icon-list li:last-child {
  border: none;
}
/* button styles */
.btn-main,
.sq-form-submit {
  color: #fff;
  letter-spacing: .05rem;
  background-color: #1da8d4;
  border-color: #1da8d4;
  border-top-color: #1da8d4;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 18px 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  color: #fff;
  border-color: #50ccf2;
  border-top-color: #50ccf2;
  background-color: #50ccf2;
}
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  background-image: none;
}
.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #50ccf2;
  border-color: #50ccf2;
}
/**** 2. HEADER ****/
#header {
  background: #fff;
}
/**** 3. NAV ****/
.navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar.navbar-default {
  background-color: #fff;
  border: none;
  padding: 42px 0;
  border-bottom: 2px solid #e2e2e2;
}
.navbar.navbar-default .navbar-brand {
  padding: 0;
}
.navbar.navbar-default .navbar-brand img {
  max-width: 146px;
}
.navbar.navbar-default .navbar-nav {
  border: none;
}
.navbar.navbar-default .navbar-nav > li {
  border: none;
  font-family: 'Open Sans', sans-serif;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #0069aa;
  position: relative;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
  border-top: none;
  margin-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff;
    background: #fff;
  }
  .navbar.navbar-default .navbar-brand {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  #primarynav .container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    float: right;
  }
  .navbar .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar .navbar-nav > li > a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0069aa;
  }
  .navbar .navbar-nav > li.current > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0069aa;
  }
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
/**** 4. FOOTER ****/
#footer {
  padding: 20px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .logo img {
  max-width: 112px;
}
#footer .copyright {
  display: inline-block;
  margin: 0;
}
#footer .footer-bottom {
  padding: 0;
  border: none;
}
#footer .footer-bottom .footnav {
  text-align: center;
}
#footer .footer-bottom .footnav ul {
  display: inline-block;
}
#footer .footer-bottom .footnav ul li a {
  color: #87c7ff;
}
#footer .footer-bottom .footnav ul li:after {
  content: " | ";
}
@media (min-width: 768px) {
  #footer .footer-bottom {
    display: table;
    width: 100%;
  }
  #footer .footer-bottom .column {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
/**** 5. HOME ****/
.home-hero {
  margin-bottom: 50px;
}
.home-header {
  margin-bottom: 30px;
}
.home-header h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0069aa;
  margin: 0;
}
.home-header h1 + h2 {
  margin-top: 16px;
}
.home-header h2 {
  font-size: 26px;
  color: #0069aa;
  margin: 0;
}
.app-promo {
  min-height: 500px;
  background-image: url('/uploads/img/bg-iphone.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.app-promo .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.app-promo .row .text {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  flex: 1;
  -ms-flex: 1 1 auto;
  justify-content: center;
}
.app-promo .image img {
  display: block;
  margin: -36px auto 0 auto;
}
.app-promo .caption h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.app-promo .caption p {
  font-size: 16px;
  color: #fff;
}
.app-promo .caption footer {
  margin-top: 30px;
}
.app-promo .caption footer .icon {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.app-promo .caption footer .icon img {
  max-width: 216px !important;
}
/**** 6. INSIDE ****/
#page-title {
  padding: 30px 0 ;
}
#page-title h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0069aa;
}
#main .main {
  /*.content-one-column,
		.content-two-column,
		.content-three-column {
			margin-bottom: 0;
		}*/
}
#main .main .block-header {
  padding: 0 15px;
  width: 100%;
}
#main .main .block-header h2 {
  font-size: 26px;
  color: #0069aa;
  margin: 0 0 30px;
}
#main .main .block-footer {
  width: 100%;
  padding-top: 10px;
}
#main .main .section {
  margin: 50px 0;
}
#main .main .section:first-child {
  margin-top: 0;
}
#main .main .section h2 {
  font-size: 26px;
  color: #0069aa;
  margin: 0 0 30px;
}
#main .main .section h3 {
  font-size: 20px;
  font-weight: normal;
}
#main .main .section h5 {
  font-size: 17px;
  color: #6a6a6b;
  font-weight: 600;
}
#main .main .section p,
#main .main .section li {
  font-size: 16px;
  line-height: 28px;
}
#main .main .section img {
  max-width: 100%;
}
#main .main .section .column > h3 {
  margin-top: 0;
}
#main .main .section figure figcaption {
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
#main .main .section.filter-block {
  padding: 10px 0;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main .main .section.filter-block nav {
  text-align: center;
}
#main .main .section.filter-block nav .nav {
  display: inline-block;
  margin: 0;
}
#main .main .section.filter-block nav .nav li {
  font-size: 15px;
  font-weight: 600;
  float: none;
  display: inline-block;
}
#main .main .section.filter-block nav .nav li.active a {
  background-color: #fff;
  color: #2caed7;
}
#main .main .content-cta {
  margin-bottom: 0;
  background-color: #f9f9fb;
  padding: 28px 0 48px 0;
}
#main .main .content-cta .column {
  text-align: center;
}
#main .main .content-cta .column h2 {
  font-size: 26px;
  font-weight: normal;
  color: #303132;
}
#main .main .content-cta .column .btn-main {
  margin-top: 24px;
}
#main .main .callout-one-column {
  margin-bottom: 0;
  background-color: #0d5da3;
  color: #fff;
  padding: 30px 0 20px;
}
#main .main .callout-one-column h2 {
  color: #fff;
}
#main .main .content-image-cycler {
  overflow: hidden;
}
#main .main .content-image-cycler .carousel-inner > .item > img {
  width: 100%;
  height: auto;
}
#main .main .content-image-cycler .carousel-inner h2 {
  color: #fff;
}
#main .main .subhead-block h2 {
  margin: 0;
  font-size: 26px;
  color: #0069aa;
}
#main .main .subhead-block + .section {
  margin-top: 40px;
}
#main .main .resource-center-block header {
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
}
#main .main .resource-center-block header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1da8d4 !important;
  text-transform: uppercase;
}
#main .main .resource-center-block .column {
  padding-bottom: 15px;
}
#main .main .resource-center-block figure {
  margin: 0 0 12px 0;
}
#main .main .resource-center-block figure img {
  display: block;
  margin: 0 auto;
  border: 1px solid #a8a8a9;
}
#main .main .resource-center-block h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
#main .main .resource-center-block h3 a {
  display: block;
  color: #1da8d4;
}
#main .main .video-list-block .list-block {
  margin-bottom: 40px;
  background-color: #f3f3f3;
}
#main .main .video-list-block .list-block .column.text {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#main .main .video-list-block .list-block .column.text h3 {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #0069aa;
  margin-bottom: 28px !important;
}
#main .main .video-list-block .list-block .column.text p {
  font-size: 14px;
  line-height: 28px;
}
#main .main .video-list-block .list-block .column.video {
  padding: 0;
}
#main .main .video-list-block .list-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-list-block .column.video {
    padding-right: 15px;
  }
  .resource-center-block .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .carousel-inner > .item > img {
    width: 100% !important;
    height: auto !important;
  }
}

.callout h3 {
	font-size: 26px !important;
}

.callout h3,
.callout h3 a,
.callout p,
.calout a {
	color: #fff;
}

.callout h3 a {
	text-decoration: underline;
}

.callout h3 a:hover {
	text-decoration: none;
}