/* GLOBAL SETUP  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BUTTONS 
 ////////////////////////////////////////////////////////// */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0px;
}
.btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  background: none;
  border: 1px solid #0099f3;
  padding: 10px 40px;
  color: #0099f3;
}
.btn:hover,
.btn:focus {
  background: #0099f3;
  border: 1px solid #0099f3;
  color: #ffffff;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
/* CORNERS 
////////////////////////////////////////////////////////// */
/* TRANSITIONS  
////////////////////////////////////////////////////////// */
.fade-in {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.fade-out {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
.color-in {
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}
.color-out {
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  transition: color .25s linear;
}
.bg-in {
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
}
.bg-out {
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  transition: background .25s linear;
}
.border-in {
  -webkit-transition: border .1s linear;
  -moz-transition: border .1s linear;
  transition: border .1s linear;
}
.border-out {
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  transition: border .25s linear;
}
.fade-all {
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  transition: background .25s linear;
}
.fade-no {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* SHORTCUTS 
 ////////////////////////////////////////////////////////// */
/* TEXT STYLES 
////////////////////////////////////////////////////////// */
/* @font-face {
  font-family: 'bebas_neue';
  src: url('../fonts/bebasneue_regular-webfont.eot');
  src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neue') format('svg');
  font-weight: normal;
  font-style: normal;
} */
.aaux {
  font-family: "Inter", sans-serif;
}
.aaux200 {
  font-family: "Inter", sans-serif;
}
.aaux300 {
  font-family: "Inter", sans-serif;
}
.aaux700 {
  font-family: "Inter", sans-serif;
}
.bebas {
  font-family: "Oswald", sans-serif;
}
.bodyfont {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.headerfont {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.buttonfont {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.light {
  font-family: "Inter", sans-serif;
  font-weight: 200;
}
.normal {
  font-weight: 300;
}
.semi {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.heavy {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.ultra {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.italic {
  font-style: italic;
}
body,
input,
button,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
blockquote {
  font-family: "Inter", sans-serif;
  font-weight: 200;
}
label,
input {
  font-weight: 300;
}
.upper {
  text-transform: uppercase;
}
.nodeco {
  text-decoration: none;
}
/* SITE PADDING - sets container padding and column pads 
////////////////////////////////////////////////////////// */.container {
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/* SITE STRUCTURE & CUSTOMIZATIONS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* BODY/GLOBAL 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////      */
/* body background and text */
body {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 16px;
  letter-spacing: .02em;
  position: relative;
}
/* links */
a {
  color: #0079c0;
  text-decoration: none;
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  transition: color .25s linear;
}
a:focus,
a:active,
a:hover {
  color: #0079c0;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}
a:focus img,
a:active img,
a:hover img {
  opacity: 1;
}
section {
  width: 100%;
  padding: 60px 0;
}
.container {
  background: none;
}
.container.wide {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.alignC {
  text-align: center;
}
.ie8 img {
  max-width: none;
  width: 100%;
}
.input-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-group .btn.btn-primary {
  background-color: #0079c0;
  border-color: #0079c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  letter-spacing: .25em;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
.input-group .btn.btn-primary:hover,
.input-group .btn.btn-primary:focus {
  background-color: #0099f3;
  border-color: #0099f3;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.show {
  display: inline-block !important;
}
.hide {
  display: none;
}
/* HEADER 
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh      */
header {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-align: center;
  padding: 20px 0;
  height: 96px;
  background: #ffffff;
  color: #666666;
  position: relative;
  /* Mobile Button - - - - -  */

  /* Header NAV - - - - -  */

}
header a.logo {
  float: left;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
header a.logo img {
  max-width: 250px;
  width: 250px;
  height: auto;
}
header .navbar-toggle {
  background: none;
  position: relative;
  border: 1px solid #aaaaaa;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .navbar-toggle .icon-bar {
  background: #aaaaaa;
}
header .navbar-toggle:hover {
  background: none;
  border: 1px solid #0079c0;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
header .navbar-toggle:hover .icon-bar {
  background: #0079c0;
}
header.navbar {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
header nav.navbar-collapse {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 0;
  padding-right: 0;
}
header nav ul.nav {
  text-align: center;
}
header nav .nav-pills > li {
  float: none;
  display: inline-block;
  text-align: center;
  margin: 15px 0 0;
  vertical-align: bottom;
}
header nav ul.nav.nav-pills.right {
  text-align: right;
}
header nav ul.nav.nav-pills > li > a {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  background: none;
  /*main nav bg color*/

  color: #666666;
  /* main nav text color*/

  text-shadow: none;
  padding: 8px 0;
  letter-spacing: .02em;
  margin: 0 15px;
  font-size: 12px;
  display: inline-block;
  vertical-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
}
header nav ul.nav.nav-pills > li > a:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -40px;
  left: 41%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0a2334;
  /*subnav arrow color*/

}
header nav ul.nav.nav-pills > li:hover > a,
header nav ul.nav.nav-pills > li:focus > a,
header nav ul.nav.nav-pills > li.active > a,
header nav ul.nav.nav-pills > li:active > a,
header nav ul.nav.nav-pills > li.active:hover > a,
header nav ul.nav.nav-pills > li.active:focus > a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  background: none;
  /*main nav bg hover*/
  color: #0079c0;
  /*main nav text hover*/

  box-shadow: none;
  border-bottom: 2px solid #0079c0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .container.wide {
    padding: 0 35px;
  }
  header nav ul.nav.nav-pills > li > a {
    font-size: 12px;
  }
  header nav ul.nav.nav-pills > li > a.home {
    padding: 4.5px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header nav.navbar-collapse {
    text-align: right;
  }
  header nav ul.nav.nav-pills > li > a {
    font-size: 11px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .page-home header {
    min-height: 170px;
  }
  .page-home header.navbar {
    padding: 0;
  }
  .page-home header .container.wide {
    padding-top: 30px;
  }
  header.navbar {
    height: auto;
    position: static;
    min-height: 96px;
  }
  header nav.navbar-collapse {
    width: 100%;
    margin: 75px 0 0!important;
    padding: 20px 0;
    background: #333333;
  }
  header .navbar-toggle {
    margin-right: 35px;
    padding: 0;
    border: 0;
    margin-top: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
  header .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    margin-bottom: 6px;
  }
  header .navbar-toggle:hover {
    border: 0;
  }
  header nav ul.nav {
    background: none;
    margin: 0;
  }
  header nav ul.nav.nav-pills > li,
  header nav ul.nav.nav-pills > li.contact {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  header nav ul.nav.nav-pills > li > a,
  header nav ul.nav.nav-pills > li.contact > a {
    text-align: center;
    background: none;
    /*main nav bg color*/
  
    color: #ffffff;
    /* main nav text color*/
  
    text-shadow: none;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0px;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
  }
  header nav ul.nav.nav-pills > li > a:after,
  header nav ul.nav.nav-pills > li.contact > a:after {
    display: none!important;
  }
  header nav ul.nav.nav-pills > li:hover > a,
  header nav ul.nav.nav-pills > li.contact:hover > a,
  header nav ul.nav.nav-pills > li:focus > a,
  header nav ul.nav.nav-pills > li.contact:focus > a,
  header nav ul.nav.nav-pills > li.active > a,
  header nav ul.nav.nav-pills > li.contact.active > a,
  header nav ul.nav.nav-pills > li:active > a,
  header nav ul.nav.nav-pills > li.contact:active > a,
  header nav ul.nav.nav-pills > li.active:hover > a,
  header nav ul.nav.nav-pills > li.contact.active:hover > a,
  header nav ul.nav.nav-pills > li.active:focus > a,
  header nav ul.nav.nav-pills > li.contact.active:focus > a {
    -webkit-transition: border .1s linear;
    -moz-transition: border .1s linear;
    transition: border .1s linear;
    background: #0079c0;
    /*main nav bg hover*/
    color: #ffffff;
    /*main nav text hover*/
  
    box-shadow: none;
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  header a.logo img {
    max-width: 190px;
    margin-top: 6px;
  }
}
/* SECTIONS 
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================      */
#hero {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
#bullets {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
h1 {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}
h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  
}
@media screen and (max-width: 767px) {
  
}
/* SLIDESHOWS 
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss      */
#hero {
  position: relative;
  background: #0079c0;
  background-image: url(/media/img/home/house.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
#hero .slide {
  height: 36vw;
  width: 100%;
  padding: 0 5%;
}
#hero .slide .slide-info {
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #ffffff;
  width: 100%;
  padding-top: 7vw;
}
#hero .slide .slide-info h1,
#hero .slide .slide-info p {
  margin: 0;
}
#hero .slide .slide-info h1 {
  font-size: 52px;
  padding: 0;
}
#hero .slide .slide-info p {
  font-size: 18px;
  line-height: 1.6em;
  padding: 10px 0;
}
#hero .slide.flex-active-slide {
  display: table!important;
}
#hero .flex-direction-nav {
  display: none;
}
#hero .flex-direction-nav a {
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  transition: color .25s linear;
  width: 40px;
  height: 80px;
  margin: -35px 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  font-size: 0px;
  text-indent: -100000;
}
#hero .flex-direction-nav a.flex-prev {
  background-image: url(images/prev.png);
}
#hero .flex-direction-nav a.flex-next {
  background-image: url(images/next.png);
}
#hero .flex-direction-nav a:before {
  content: '';
}
#hero .flex-direction-nav a:next {
  content: '';
}
#hero .flex-direction-nav a:hover {
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}
#hero .flex-control-nav {
  bottom: -45px;
}
#hero .flex-control-nav li {
  margin: 0 4px;
}
#hero .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #666666;
  box-shadow: none;
}
#hero .flex-control-paging li a.flex-active {
  background: #0079c0;
}
@media screen and (min-width: 1441px) {
  #hero .slide .slide-info h1 {
    font-size: 80px;
  }
  #hero .slide .slide-info p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  #hero .slide .slide-info h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 993px) and (min-width: 768px) {
  #hero .slide {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  #hero .slide {
    height: 290px;
  }
}
@media screen and (max-width: 480px) {
  #hero .slide {
    height: 240px;
  }
  #hero .slide .slide-info h1 {
    font-size: 34px;
  }
}
/*  CONTENT 
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH      */
#hero.inside {
  background: #dedede;
  padding: 7vw 0;
}
#hero.inside .slide {
  height: auto;
  padding: 0 10%;
}
#hero.inside .slide-info {
  padding-top: 0;
  text-align: left;
  color: #333333;
}
#hero.inside .slide-info h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  color: #0079c0;
}
#hero.inside .slide-info p {
  font-size: 20px;
}
#hero.inside.skinny {
  padding: 4vw 0;
}
#content ul,
#content ol {
  margin-bottom: 40px;
}
#content ul li,
#content ol li {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
#content h2 {
  font-size: 24px;
}
.inside#content .article.primary h1,
.inside#content .article.primary p {
  padding-right: 0;
}
.inside#content .article.primary p {
  text-align: left;
}
#content.inside {
  background: #dedede;
  padding: 7vw 0;
}
#content.inside .col-sm-12 {
  height: auto;
  padding: 0 10%;
  text-align: left;
  color: #333333;
}
#content.inside .col-sm-12 h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #0079c0;
}
#content.inside .col-sm-12 p {
  font-size: 18px;
  padding-bottom: 1em;
}
#content.inside.contact {
  background: #ffffff;
  padding: 7vw 0;
}
#content.inside .contactL,
#content.inside .contactR {
  font-size: 20px;
  padding: 10px 0;
}
#content.inside .contactL {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #content.inside .contactL,
  #content.inside .contactR {
    text-align: left;
  }
}
@media screen and (max-width: 590px) {
  #content.inside .contactL,
  #content.inside .contactR {
    width: 100%;
  }
  #content.inside .contactL {
    padding: 20px 0 0!important;
  }
  #content.inside .contactR {
    padding: 0px 0 0!important;
  }
}
.imageleft {
  float: left;
  margin: 10px 25px 10px 0;
  padding: 15px 25px 15px 15px;
  border-right: 2px dotted #aaaaaa;
  width: 120px;
}
@media screen and (max-width: 480px) {
  .imageleft {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    border-right: 0;
    padding: 15px;
  }
}
/* BULLETS */
#bullets {
  background-color: #ffffff;
  background-image: url(/media/img/home/keyboard.jpg);
}
#bullets .bullet-item {
  text-align: center;
  padding: 50px 0;
  min-height: 240px;
}
#bullets .bullet-item span {
  display: inline-block;
  vertical-align: middle;
}
#bullets .bullet-item .icon img {
  width: 30px;
  height: auto;
}
#bullets .bullet-item .sep {
  border-right: 2px dotted #aaaaaa;
  height: 42px;
  margin: 0 10px;
}
#bullets .bullet-item .title {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#bullets .bullet-item p {
  margin-top: 10px;
  color: #666666;
}
#bullets .bullet-item p a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#bullets .bullet-item:last-child {
  border: 0;
}
#bullets h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  letter-spacing: .08em;
  color: #333333;
  margin-bottom: 30px;
}
#bullets.inside {
  background-image: url(/media/img/home/mac-glasses.jpg);
  background-position: center center;
}
#bullets.inside .bullet-item .icon img {
  width: 50px;
}
#bullets.inside .bullet-item .sep {
  height: 62px;
  margin: 0 10px;
}
#bullets.inside .bullet-item .title {
  font-size: 35px;
}
@media screen and (max-width: 993px) {
  #bullets {
    padding: 50px 0;
  }
  #bullets .bullet-item {
    border-bottom: 0;
    min-height: 310px;
    padding: 50px 0;
  }
  #bullets .bullet-item span {
    display: block;
    vertical-align: middle;
  }
  #bullets .bullet-item .icon img {
    width: 30px;
    height: auto;
    margin-bottom: 10px;
  }
  #bullets .bullet-item .sep {
    display: none;
  }
  #bullets .bullet-item .title {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
  #bullets .bullet-item p {
    margin-top: 10px;
    color: #666666;
  }
  #bullets .bullet-item p a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
  #bullets.inside {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  #bullets .main h1 {
    font-size: 34px;
  }
  #bullets.inside .bullet-item .title {
    font-size: 25px;
  }
  #bullets {
    padding: 50px 0;
  }
  #bullets .bullet-item {
    border-bottom: 2px dotted #aaaaaa;
    min-height: 0;
    padding: 20px 0;
  }
}
/*  FOR 
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH      */
/* FOR */
#for {
  background: #333333;
}
#for .for-item {
  text-align: center;
}
#for .for-item h2 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: .08em;
  font-weight: 300;
}
#for .for-item p {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  padding: 15px 0;
  color: #dedede;
}
#for .for-item .btn {
  border: 1px solid #0099f3;
  padding: 10px 40px;
  color: #0099f3;
}
#for .for-item .btn:hover {
  background: #0099f3;
  border: 1px solid #0099f3;
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  #for .for-item:first-child {
    padding: 0 40px 0 80px!important;
  }
  #for .for-item {
    padding: 0 80px 0 40px!important;
  }
}
@media screen and (max-width: 767px) {
  #for .for-item {
    margin-bottom: 50px;
  }
  #for {
    padding-bottom: 20px;
  }
}
/*  CALL/LOGIN 
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH      */
#login,
#call {
  background: #0079c0;
  color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#login h3,
#call h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin: 0;
  text-align: center;
}
#login h3 span,
#call h3 span {
  color: #333333;
}
#login label,
#call label {
  display: none;
}
#login .form-group,
#call .form-group,
#login .btn,
#call .btn {
  display: inline-block;
  margin-bottom: 0;
  /* width: 32%; */
}
#login input,
#call input,
#login .btn,
#call .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 5px 2px;
  /* height: 23px; */
  vertical-align: top;
  font-size: 11px;
  line-height: 1em;
  /* text-transform: uppercase; */
}
#login .btn,
#call .btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 1px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
#login .btn:hover,
#call .btn:hover {
  background: #0099f3;
  border: 1px solid #0099f3;
  color: #ffffff;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
#login p,
#call p {
  text-align: center;
  margin: 0;
}
#login p a,
#call p a {
  color: #ffffff;
  font-size: 12px;
}
#login {
  display: none;
  padding: 10px 10px 5px;
  background: #333333;
  position: absolute;
  right: 49px;
  height: 61px;
  bottom: -61px;
  /* width: 330px; */
  z-index: 1;
}
.page-home #login {
  display: block;
}
.ie8 #login label {
  display: block;
}
/* alerts */
#content .alert ul,
#content .alert ul li {
  margin: 0;
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  #login h3 span,
  #call h3 span {
    display: block;
  }
}
@media screen and (max-width: 993px) and (min-width: 768px) {
  
}
@media screen and (max-width: 767px) {
  #login,
  #call {
    text-align: center;
  }
  #login h3,
  #call h3 {
    margin: 0 0 0px;
    text-align: center;
  }
  #login h3 span,
  #call h3 span {
    display: block;
  }
  #login {
    position: relative;
    left: 0;
    right: 0;
    height: 61px;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 350px) {
  
}
/*  INSIDE 
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH      */
#subhead {
  background: #333333;
  padding: 23px 0;
}
#subhead ul.nav {
  padding: 0;
  margin: 0;
  text-align: center;
}
#subhead ul.nav.nav-pills > li {
  float: none;
  display: inline-block;
  margin-left: 0;
}
#subhead ul.nav.nav-pills > li > a {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  background: none;
  /*main nav bg color*/

  color: #ffffff;
  /* main nav text color*/

  text-shadow: none;
  padding: 0;
  letter-spacing: .1em;
  margin: 0 15px;
  font-size: 12px;
  display: inline-block;
  vertical-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
#subhead ul.nav.nav-pills > li:hover > a,
#subhead ul.nav.nav-pills > li:focus > a,
#subhead ul.nav.nav-pills > li.active > a,
#subhead ul.nav.nav-pills > li:active > a,
#subhead ul.nav.nav-pills > li.active:hover > a,
#subhead ul.nav.nav-pills > li.active:focus > a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  background: none;
  /*main nav bg hover*/
  color: #0099f3;
  /*main nav text hover*/

  box-shadow: none;
}
#subhead ul.nav.nav-pills > li.logout a {
  color: #0099f3;
}
#subhead h1 {
  margin: 0;
  color: #ffffff;
}
#subhead .link {
  margin: 12px 0 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #subhead ul.nav.nav-pills > li > a {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  #subhead .alignR {
    text-align: left;
  }
  #subhead h1 {
    font-size: 28px;
  }
  #subhead ul.nav.nav-pills > li {
    display: block;
  }
  #subhead .dropdown-menu {
    position: relative;
    float: none;
    top: 0;
    min-width: 100%;
    padding: 5px 0;
    margin: 12px 0 ;
  }
  #subhead .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 0;
    background: none;
    border: 0;
    box-shadow: none;
  }
  #subhead .dropdown-submenu > a:after {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #ccc;
    margin-top: 8px;
    margin-right: -6px;
  }
}
/*  GRID
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF      */
/* BULLETS */
#grid,
#list {
  background-color: #ffffff;
  background-image: none;
}
#grid .grid-item,
#list .grid-item {
  text-align: center;
  padding: 50px 0;
}
#grid .grid-item span,
#list .grid-item span {
  display: inline-block;
  vertical-align: middle;
}
#grid .grid-item .title,
#list .grid-item .title {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#grid .grid-item p,
#list .grid-item p {
  margin-top: 10px;
  color: #666666;
}
#grid .grid-item p a,
#list .grid-item p a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#grid .grid-item:last-child,
#list .grid-item:last-child {
  border: 0;
}
#grid .list-item,
#list .list-item {
  text-align: left;
  padding: 10px 0 20px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dedede;
}
#grid .list-item span,
#list .list-item span {
  display: inline-block;
  vertical-align: middle;
}
#grid .list-item .title,
#list .list-item .title,
#grid .list-item h2,
#list .list-item h2 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0079c0;
  margin-bottom: 5px;
}
#grid .list-item p,
#list .list-item p {
  margin: 10px 0 0;
  color: #666666;
}
#grid .list-item p a,
#list .list-item p a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#grid .list-item:last-child,
#list .list-item:last-child {
  border-bottom: 0;
}
#grid h4,
#list h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  letter-spacing: .08em;
  color: #333333;
  margin-bottom: 30px;
}
#grid.inside .bullet-item .icon img,
#list.inside .bullet-item .icon img {
  width: 50px;
}
#grid.inside .bullet-item .sep,
#list.inside .bullet-item .sep {
  height: 62px;
  margin: 0 10px;
}
#grid.inside .bullet-item .title,
#list.inside .bullet-item .title {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  p {
    padding-bottom: 0;
  }
}
/*  EMAIL
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF      */
.form {
  text-align: center;
}
.form .form-group {
  text-align: left;
}
.form input.form-control,
.form select.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 6px 12px!important;
  font-size: 1em;
  line-height: 1.42857143;
  /*Background and final text color*/

  color: #ffffff;
  background-color: #ffffff;
  -webkit-background-image: none;
  -moz-background-image: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  /*Placeholder text color*/

  /*Active placeholder text color*/

}
.form input.form-control::-webkit-input-placeholder,
.form select.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.form input.form-control:-moz-placeholder,
.form select.form-control:-moz-placeholder {
  color: #ffffff;
}
.form input.form-control::-moz-placeholder,
.form select.form-control::-moz-placeholder {
  color: #ffffff;
}
.form input.form-control:-ms-input-placeholder,
.form select.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form input.form-control:focus,
.form select.form-control:focus {
  background-color: #0079c0;
  color: #ffffff;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  box-shadow: none;
}
.form input.form-control:focus::-webkit-input-placeholder,
.form select.form-control:focus::-webkit-input-placeholder {
  color: #27afff;
}
.form input.form-control:focus:-moz-placeholder,
.form select.form-control:focus:-moz-placeholder {
  color: #27afff;
}
.form input.form-control:focus::-moz-placeholder,
.form select.form-control:focus::-moz-placeholder {
  color: #27afff;
}
.form input.form-control:focus:-ms-input-placeholder,
.form select.form-control:focus:-ms-input-placeholder {
  color: #27afff;
}
.form button {
  text-align: center;
  margin-top: 40px;
}
#div-panel-error b {
  display: block;
  margin-bottom: 20px;
}
#div-panel-error ul li {
  color: #C00;
  margin: 0;
}
#div-panel-error ul li label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#form-register input.form-control {
  width: 100%;
}
#form-register .row {
  margin: 0 0 15px;
}
#form-register .note {
  display: block;
  padding-top: 15px;
}
.fa.asterisk {
  color: #91BF91;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  #form-register .row {
    margin-bottom: 0;
  }
  #form-register .g0l,
  #form-register .gHl,
  #form-register .g0r,
  #form-register .gHr {
    padding: 0!important;
  }
  #form-register input.form-control,
  #form-register select.form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  #form-register label {
    margin-bottom: 1px;
  }
  #form-register .label-success {
    padding: 5px!important;
  }
}
/*  FOOTER
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF      */
footer {
  background: #666666;
  padding: 40px 0 40px;
  text-align: center;
}
footer p {
  color: #aaaaaa;
  font-size: 12px;
  margin: 13px 0 0;
  text-align: center;
}
footer p a {
  color: #aaaaaa;
}
footer p a:hover {
  color: #ffffff;
}
footer img,
footer ul.nav {
  display: inline-block;
  text-align: center;
}
footer img {
  height: 45px;
  width: auto;
  margin: 20px 20px;
}
footer ul.nav {
  margin: 30px 0 0 10px;
}
footer ul.nav > li a {
  background: none;
  font-size: 12px;
  color: #aaaaaa;
  padding: 0;
  margin: 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
footer ul.nav > li:hover a,
footer ul.nav > li:focus a,
footer ul.nav > li.active a {
  background: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer img.left,
  footer ul.nav {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  footer ul.nav {
    margin: 40px 0;
  }
  footer ul.nav li {
    display: block;
    float: none;
  }
  footer ul.nav li a {
    font-size: 16px;
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  footer p span {
    display: block;
  }
}
/* MEDIA QUERIES  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Everything above breakdance - sm and up */
@media (min-width: 768px) {
  .container .g2l,
  .container.wide .g2l {
    padding-left: 60px !important;
  }
  .container .g2r,
  .container.wide .g2r {
    padding-right: 60px !important;
  }
  .container .g0l,
  .container.wide .g0l {
    padding-left: 0!important;
  }
  .container .g0r,
  .container.wide .g0r {
    padding-right: 0!important;
  }
  .container .gHl,
  .container.wide .gHl {
    padding-left: 15px !important;
  }
  .container .gHr,
  .container.wide .gHr {
    padding-right: 15px !important;
  }
}
/* end media query*/
/* Large devices (large desktops, 1200px and up - screen-lg) */
@media (min-width: 1200px) {
  /* sets large screen container width */
  .container {
    max-width: 1100px;
    width: auto;
  }
  .container .g2l-lg,
  .container.wide .g2l-lg {
    padding-left: 60px !important;
  }
  .container .g2r-lg,
  .container.wide .g2r-lg {
    padding-right: 60px !important;
  }
  .container .g0l-lg,
  .container.wide .g0l-lg {
    padding-left: 0!important;
  }
  .container .g0r-lg,
  .container.wide .g0r-lg {
    padding-right: 0!important;
  }
  .margin-bottom.visible-lg {
    margin-bottom: 60px !important;
  }
}
/* end media query*/
/* Medium to Large */
@media (max-width: 1199px) and (min-width: 1025px) {
  .container .g2l-md,
  .container.wide .g2l-md {
    padding-left: 60px !important;
  }
  .container .g2r-md,
  .container.wide .g2r-md {
    padding-right: 60px !important;
  }
  .container .g0l-md,
  .container.wide .g0l-md {
    padding-left: 0!important;
  }
  .container .g0r-md,
  .container.wide .g0r-md {
    padding-right: 0!important;
  }
  .margin-bottom.visible-md {
    margin-bottom: 60px !important;
  }
  .container {
    max-width: 1024px;
    width: auto;
  }
  .container.card {
    max-width: 970px;
    width: auto;
  }
}
/* end media query*/
/* Medium to Large */
@media (max-width: 1024px) and (min-width: 993px) {
  .container .g2l-md,
  .container.wide .g2l-md {
    padding-left: 60px !important;
  }
  .container .g2r-md,
  .container.wide .g2r-md {
    padding-right: 60px !important;
  }
  .container .g0l-md,
  .container.wide .g0l-md {
    padding-left: 0!important;
  }
  .container .g0r-md,
  .container.wide .g0r-md {
    padding-right: 0!important;
  }
  .margin-bottom.visible-md {
    margin-bottom: 60px !important;
  }
  .container {
    max-width: 1024px;
    width: auto;
  }
  .container.card {
    max-width: 970px;
    width: auto;
  }
}
/* end media query*/
/* ipad and small screens - sm to md */
@media (max-width: 992px) and (min-width: 768px) {
  /*  customizes container width - card class lessens container width to allow for background */
  .container {
    max-width: 93%;
    width: auto;
  }
  .container .g2l-sm,
  .container.wide .g2l-sm {
    padding-left: 60px !important;
  }
  .container .g2r-sm,
  .container.wide .g2r-sm {
    padding-right: 60px !important;
  }
  .container .g0l-sm,
  .container.wide .g0l-sm {
    padding-left: 0!important;
  }
  .container .g0r-sm,
  .container.wide .g0r-sm {
    padding-right: 0!important;
  }
  .margin-bottom.visible-sm {
    margin-bottom: 60px !important;
  }
}
/* end media query*/
/* ipad and small screens - SM */
@media (min-width: 768px) {
  
}
/* end media query*/
/* Large devices (large desktops, 1200px and up - screen-lg) */
@media (min-width: 1441px) {
  
}
/* end media query*/
/* breakdance query - xs/sm*/
@media only screen and (max-width: 767px) {
  /* resets container and column padding */
  .container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* card class makes container 100% width and eliminates body bg */
  .container.card {
    max-width: 100%;
    width: auto;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .container.card .content {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  /* resets 2x and 0 gutter padding padding to 15px  */
  .g2l,
  .g0l {
    padding-left: 30px !important;
  }
  .g2r,
  .g0r {
    padding-right: 30px !important;
  }
  .gHl {
    padding-left: 30px !important;
  }
  .gHr {
    padding-right: 30px !important;
  }
  /* You really want the custom padding classes still? */
  .g2l-xs {
    padding-left: 60px !important;
  }
  .g2r-xs {
    padding-right: 60px !important;
  }
  .g0l-xs {
    padding-left: 0!important;
  }
  .g0r-xs {
    padding-right: 0!important;
  }
  .gHl-xs {
    padding-left: 15px !important;
  }
  .gHr-xs {
    padding-right: 15px !important;
  }
  span.visible-xs {
    display: inline!important;
  }
  .alignL {
    text-align: center;
  }
  .alignR {
    text-align: center;
  }
  .right {
    float: none;
    display: block;
  }
  /* end media query*/
}
/* Landscape phones and down */
@media (max-width: 568px) {
  
}
/* Vertical phones and down */
@media (max-width: 480px) {
  /* end media query*/
}
