/* FONT-FAMILY
-------------------------------------------------- */

p, body, li, label, p.quote, p.quotename, .btn, .btn-lg, .footer-text p, .form-control, .feedback p,
h2, h3, h4, h5, h6, .navbar-toggle-text,
p em, body em, li em, em, p.quotename em, .btn em, .btn-lg em, .footer-text p em,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p strong em, strong em, em strong, .lead em strong, .lead strong em,
p strong, strong, h1, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p.quotename strong, .navbar, table th, .footer-text p strong,
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em, p.quotename strong em, .footer-text p strong em, .filter p,
#header h1, .lead,
#header h1 em, .lead em,
#header h1 strong, .lead strong, .navbar-brand,
#header h1 strong em, .lead strong em {
    font-weight: normal;
    font-style: normal;
}

p, body, li, label, p.quote, p.quotename, .btn, .btn-lg, .footer-text p, .form-control, .feedback p, #header-login h1,
h2, h3, h4, h5, h6, .navbar-toggle-text {
    font-family: 'Foundry Sterling W01 Bk', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p em, body em, li em, em, p.quotename em, .btn em, .btn-lg em, .footer-text p em, #header-login h1 em,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p strong em, strong em, em strong, .lead em strong, .lead strong em {
    font-family: 'Fndry Sterling W01 Bk It', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p strong, strong, h1, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p.quotename strong, .navbar, table th, .footer-text p strong, .login-form .btn, .login-form .btn-lg {
    font-family: 'Foundry Sterling W01 Demi', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em, p.quotename strong em, .footer-text p strong em, .filter p {
    font-family: 'Fndry Sterling W01 Bk It', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header h1, .form-login label, .lead {
    font-family: 'Humanist_777 W01 Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header h1 em, .form-login label em, .lead em {
    font-family: 'Humanist777W01-LightIta', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header h1 strong, .lead strong, .navbar-brand {
    font-family: 'Humanist_777 W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header h1 strong em, .lead strong em {
    font-family: 'Humanist777W01-BoldItal', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* BODY
-------------------------------------------------- */

body {
    /*background: url("images/backgrounds/bg-body.jpg") no-repeat center top fixed #000;*/
    background: #FFF;
}

.show-xs,
.show-sm,
.show-md {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container-full {
    width: 100%;
}

.icon-left {
    margin-right: 1%;
}

.icon-right {
    margin-left: 1%;
}

.icon-large {
    font-size: 100px;
}

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

.btn-right-center {
    float: right;
}

.glyphicon.right-margin {
    margin-right: 3px;
}

.glyphicon.left-margin {
    margin-left: 3px;
}

.pull-up-30 {
    margin-top: -30px;
}

.pull-up-25 {
    margin-top: -25px;
}

.pull-up-20 {
    margin-top: -20px;
}

.pull-up-15 {
    margin-top: -15px;
}

.pull-up-10 {
    margin-top: -10px;
}

.pull-up-bottom-30 {
    margin-bottom: -30px;
}

.pull-up-bottom-25 {
    margin-bottom: -25px;
}

.pull-up-bottom-20 {
    margin-bottom: -20px;
}

.pull-up-bottom-15 {
    margin-bottom: -15px;
}

.pull-up-bottom-10 {
    margin-bottom: -10px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-25 {
    padding-top: 25px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-bottom-30 {
    padding-bottom: 30px;
}

.pad-bottom-25 {
    padding-bottom: 25px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

/* HEADER
-------------------------------------------------- */

#header {
    background: #f4f4f4;
    margin-top: 50px;
}

.header-logo {
    height: 148px;
}

.header-text {
    vertical-align: middle;
    height: 148px;
    display: table-cell;
}

.header-logo img {
    padding: 15px 40px 25px 0;
    float: left;
}

/* LOGIN PAGE
-------------------------------------------------- */

#header-login {
    background: #fff;
    margin: 20px 0 0 0;
}

#header-login h1 {
    font-size: 52px;
    padding-top: 49px;
    color: #333;
    margin-left: 0;
}

#header-login img {
    padding-top: 30px;
}

.login-form {
    background: #333;
    padding: 40px 0 10px 0;
}

.form-login p {
    color: #fff !important;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 22px;
}

.login-form p.lead a {
    color: #CCC;
    text-decoration: none;
    border-bottom: dotted 1px;
    font-size: 18px;
}

.login-form p.lead a:hover {
    color: #fff;
}

.login-form #form-default .btn-lg {
    height: 55px;
    padding: 9px 16px !important;
    font-size: 21px;
    margin-bottom: 15px;
}

.form-login .btn-lg i.fa {
    font-size: 36px;
    margin-top: 0;
}

.form-login {
    color: #fff !important;
    padding-top: 20px;
}

.form-login label {
    font-size: 22px !important;
    line-height: 55px !important;
}

#footer-login {
    margin-top: 2%;
    min-height: 100px;
}

#footer-login .main p {
    color: #333;
    padding-top: 2%;
    font-size: 16px;
}

#footer .main p a {
    color: #CCC;
    text-decoration: none;
}

#footer .main p a:hover {
    color: #fff;
    border-bottom: dotted 1px;
}

#footer-login footer {
    margin: 0;
    padding: 0;
    background: #fff;
}

/* NAVBAR
-------------------------------------------------- */

#navbar {
    width: 100%;
    margin: 0 auto 0 auto;
}

#navigation {
    background: #000;
    border: none;
    /*border-bottom:8px #ffe600 solid;*/
}

ul.navbar-nav > li:first-child {
    /*border-left:none;*/
    border-left: 1px #757575 solid; /* use for MENU with dividers */
}

.navbar {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.navbar-nav {
    margin: 0px -15px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px #757575 solid; /* use for MENU with dividers */
}

.nav > li > a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none; /* use for MENU with dividers */
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #2CA6EA;
    border-color: #ccc; /* selected PARENT MENU border color */
    border-radius: 2px 2px 0 0;
}

ul.navbar-nav > li:hover {
    text-decoration: none;
    background: transparent; /* after click PARENT MENU background color */
}

#navigation .dropdown-menu {
    background: #2CA6EA; /*DROPDOWN background color */
    padding: 0;
    margin: 0;
    font-size: 16px; /* DROPDOWN text size */
    border: none;
    border-radius: 0 2px 2px 2px;
}

.dropdown-menu > li > a {
    padding: 10px 16px; /* DROPDOWN text padding */
    color: #fff; /* DROPDOWN text color */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff; /* hover DROPDOWN text color */
    text-decoration: none;
    background: #2C81EA; /* hover DROPDOWN background color */
}

.navbar-collapse {
    max-height: 376px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    /*border-top: 1px solid transparent;*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

/*.navbar-brand {
  display:none;
}
#navbar .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:961px;
}
.nav-btn {
  float:left;
  margin: 5px 0 0 10px;
}
.nav-btn img {
  height:39px;
}*/
.nav-icon-left {
    margin-right: 6px;
}

.nav-icon-right {
    margin-left: 6px;
}

/* NAVBAR-INVERSE
-------------------------------------------------- */

.navbar-inverse {
    /*background: #4095E6;*/
    border-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: #CCC;
    font-size: 17px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background: transparent;
}

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff; /* PARENT MENU text color */
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff; /* hover PARENT MENU text color */
    background: #2CA6EA;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: #328ddd;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background: transparent;
}

.navbar-inverse .navbar-toggle {
    background: #2ca6ea; /* COLLAPSED MENU ICON background color */
    border-color: #4b4b4b; /* COLLAPSED MENU ICON border color */
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: #30b5ff; /* hover COLLAPSED MENU ICON background color */
    border-color: #4b4b4b; /* hover COLLAPSED MENU ICON border color */
}

.navbar-header {
    border-bottom: none; /* COLLAPSED MENU border-bottom color */
}

.navbar-header img {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.navbar-toggle-button {
    float: right;
    padding: 8px 10px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.navbar-toggle-text,
.navbar-toggle-icon {
    float: left;
}

.navbar-toggle-text {
    margin: 0 6px 0 0;
    color: #fff; /* COLLAPSED MENU icon text color */
    font-size: 11pt;
}

.icon-bar-top {
    margin-top: 3px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background: #fff; /* COLLAPSED MENU icon bars color */
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff; /* selected PARENT MENU text color */
    background: #2CA6EA; /* selected PARENT MENU background color */
}

/* IMAGES
-------------------------------------------------- */

.img-responsive {
    margin-right: auto;
    margin-left: auto;
}

.img-center {
    margin: 1% auto;
}

.img-left {
    float: left;
    margin: 1% 1% 1% 0;
}

.img-right {
    float: right;
    margin: 1% 0 1% 1%;
}

.profile-pic img {
    width: 100%;
}

.panel-profile img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/* MAIN
-------------------------------------------------- */

.main {
    color: #4D4D4D; /* DEFAULT FONT colour */
}

#content {
    margin: 2% auto 0 auto;
}

#content .home {
    text-align: center;
}

#content .default {
    text-align: left;
}

#content .home, #content .default {
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
}

.container a img:hover, .main a img:hover, .navbar-header a img:hover, .slider-btn a img:hover {
    opacity: 0.9;
}

.checklist-col-1, .checklist-col-2 {
    float: left;
    width: 50%;
}

.checklist-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

hr {
    margin: 10px auto;
    height: 1px;
    width: 100%;
    display: block;
    border-top: 1px solid #e7e6d9;
}

/* MAIN FONTS
-------------------------------------------------- */

.row h1, .main h1,
.row h3, .main h3,
.row h4, .main h4 {
    color: #000;
}

.row h2, .main h2 {
    color: #2f2f2f;
}

.row h5, .main h5,
.row h6, .main h6 {
    color: #333;
}

.row h1, .main h1,
.row h2, .main h2,
.row h3, .main h3,
.row h4, .main h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header h1 {
    margin-top: 39px;
    margin-bottom: 0;
}

h1 {
    font-size: 34px;
}

p {
    margin: 0 0 20px 0;
}

.well p {
    margin: 0;
}

p, li {
    font-size: 12px;
}

.main p.lead {
    color: #000;
}

p, .main li, .lead {
    line-height: 1.5; /* text line-height */
}

p.quote, p.quotename {
    text-align: left;
}

p.quote {
    color: #4D4D4D;
    background: url(images/backgrounds/quotation.png) no-repeat left top;
    list-style: none;
    margin: 3% 0 1% 0;
    padding-left: 40px;
}

p.quotename {
    color: #272727;
    padding-left: 40px;
    list-style: none;
    line-height: 20px;
    margin: 2% 0 2% 0;
}

.lead {
    font-size: 20px;
}

#header .small {
    font-size: 98%;
}

#header .lead {
    margin: 20px 0 20px 0;
    font-size: 18px;
}

.fa-quote-left {
    color: #E6E6E6;
}

.fa-quote-left .fa-2x {
    font-size: 24px;
}

.filter p {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 10px 0 0 0;
}

.main p a, .main li a, .main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a {
    text-decoration: none;
    color: #000;
}

.main p a:hover, .main li a:hover, .main h1 a:hover, .main h2 a:hover, .main h3 a:hover, .main h4 a:hover, .main h5 a:hover, .main h6 a:hover {
    color: #007cd2;
}

.main ul, ul.checklist {
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.pagination {
    padding-top: 0;
    padding-bottom: 0;
}

ul.pagination a {
    text-decoration: none;
    color: #666;
}

ul.pagination a:hover {
    color: #000;
}

.main li {
    margin-bottom: 10px;
}

/* REMOVED to access bootstrap styles
#content li {
  background: url(images/backgrounds/bullet.png) no-repeat left top;
}
#content .checklist li {
  background: url(images/backgrounds/bullet1.png) no-repeat left top;
}
#content li, #content .checklist li {
  padding-left:25px;
  list-style: none;
  margin-left:-25px;
  text-align:left !important;
}*/
#members-list {
    margin-top: 0;
}

#members-list p {
    margin: 0 0 5px 0;
    font-size: 15px;
}

/* PANEL
-------------------------------------------------- */

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-profile {
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
}

.panel-profile > .panel-body h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.panel-body h1,
.panel-body p.lead,
.panel-profile > .panel-body h1,
.panel-profile > .panel-body h1 strong {
    color: #51626F;
}

.member-profile .panel > .panel-heading h1 strong,
.member-profile .panel > .panel-heading h2 strong,
.member-profile .panel > .panel-heading h3 strong {
    color: #fff;
}

.member-profile .panel > .panel-heading h1 {
    font-size: 24px;
}

.panel-heading {
    padding: 2px 15px;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-career > .panel-heading,
.panel-business > .panel-heading,
.panel-description > .panel-heading {
    background-color: #308BCB;
}

.panel-references > .panel-heading,
.panel-experience > .panel-heading,
.panel-location > .panel-heading,
.panel-links > .panel-heading {
    background-color: #51626F;
}

.panel-education > .panel-heading {
    background-color: #000000;
}

.panel-testimonials > .panel-heading {
    background-color: #808080;
}

.panel-website > .panel-heading {
    background-color: #29ABE2;
}

.panel-connections > .panel-heading,
.panel-apply > .panel-heading {
    background-color: #3CB6CE;
}

.panel-awards > .panel-heading {
    background-color: #005592;
}

.panel-job {
    background-color: #F2F2F2;
    border-top: 7px solid #808080;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.panel-body {
    padding: 20px 15px 10px 15px;
}

.panel-body p.lead {
    margin: 0 0 15px 0;
}

.member-profile .panel-body hr {
    margin-top: 22px;
    margin-bottom: 18px;
}

.panel.panel-profile > .panel-body {
    padding: 0 15px 0 15px;
}

.panel-profile img {
    max-height: 186px;
    border: 1px solid #E6E6E6;
}

.panel-connections > .panel-body p {
    text-align: center;
}

.panel-connections > .panel-body img {
    margin-bottom: 10px;
    max-width: 100px;
    border: 1px solid #E6E6E6;
}

.panel-job > .panel-body img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
}

.panel-connections > .panel-body a p {
    color: #000;
}

.panel > .panel-body a:hover p,
.panel > .panel-body a p:hover {
    color: #007cd2;
}

.panel-connections > .panel-body a:hover,
.panel-job > .panel-body a:hover,
.panel-job > .panel-body a {
    text-decoration: none;
}

.panel-body p,
.panel-body p.quote,
.panel-body li {
    font-size: 16px;
}

.panel-body p.quote {
    margin: 10px 0 0 0;
}

.panel-body p.quotename {
    color: #999999;
    margin: 15px 0 32px 0;
    font-size: 14px;
}

.panel-body p strong,
.panel-body p.quotename strong {
    color: #000000;
}

/* TABLE
-------------------------------------------------- */
/*
table {
  font-size: 14pt;
  line-height:1.3;
}
table th.text-center {
  text-align: center !important;
}
.table-small td,
.table-small th {
  font-size:16px;
}
.table-small th {
  color:#000;
}
.table-small button {
  text-align:center;
  width:100%;
  margin-bottom:3%;
}
.table-md {
  width:70%;
  margin:3% auto;
}
.table-lg {
  width:90%;
  margin:1% auto;
}
.table-vmiddle {
  /*width:90%;
  margin-left:auto;
  margin-right:auto;
  background: url("images/backgrounds/bg-black.png") repeat center transparent;*/
/*}
.table-vmiddle td, .table-vmiddle th {
  vertical-align:middle !important;
}
.table > thead > tr > th,
.table-vmiddle > thead > tr > th {
  text-align:left;
  line-height:1.2;
}
.table-vmiddle > tbody > tr > td {
  /*text-align:center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding:10px;
}
/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: url("images/backgrounds/bg-green.png") repeat center transparent;
}*//*
.table-display {
  margin: 0 auto;
  display:table;
}
.vmiddle {
  display:table-cell;
  vertical-align:middle;
}*/

/* BACKGROUNDS
-------------------------------------------------- */

.bg-black {
    background: #000;
}

.bg-lightgrey {
    background: #f9f9f9;
}

.bg-grey {
    background: #EFEFEF;
}

.bg-darkgrey {
    background: #7A7B78;
}

.bg-blue {
    background: #71A4C9;
}

.bg-lightblue {
    background: #E9F3F9;
}

.bg-paynesgrey {
    background: #51626F;
}

.bg-cyan {
    background: #3CB6CE;
}

.bg-olive {
    background: #eff0e4;
}

.bg-teal {
    background: #D5F1F5;
}

/*.bg-black {
  background: url("images/backgrounds/bg-black.png") repeat center transparent;
}
*/

/* FOOTER
-------------------------------------------------- */

#footer {
    margin-top: 5%;
}

#footer .main p {
    color: #CCC;
    padding-top: 2%;
    font-size: 16px;
}

#footer .main p a {
    margin-top: 5%;
    color: #b3b3b3;
    text-decoration: none;
}

#footer .main p a:hover {
    color: #fff;
}

footer {
    margin: 0;
    padding: 0;
    /*background:#000;*/
    background: #000;
    /*border-top:8px solid #fff;*/
}

.footer-text, .footer-btn {
    float: left;
}

.footer-text {
    width: 75%;
    padding-top: 3%;
    margin-right: 2%;
}

.footer-btn {
    width: 20%;
    padding-top: 1%;
}

.footer-text p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 5px 0 0 5px;
    text-align: left;
    line-height: 1.5;
}

.footer-text p a {
    color: #caeaf4;
    text-decoration: none;
}

.footer-text a:hover {
    color: #fff !important;
    opacity: 1.0;
    text-decoration: none;
    /*border-bottom:1px dotted;*/
}

/* FLEX-VIDEO
-------------------------------------------------- */

.iframe-lg {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.iframe-md {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.iframe-sm {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.iframe-xs {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

/* TEXT COLOURS
-------------------------------------------------- */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.grey {
    colour: #3e3e3e !important;
}

.lightblue {
    color: #2CA6EA !important;
}

.blue {
    color: #2C81EA !important;
}

.navy {
    color: #006BB5 !important;
}

.orange {
    color: #F7931E !important;
}

.deeporange {
    color: #F15A24 !important;
}

a.lightblue:hover {
    color: #2eaef5 !important;
}

/* BUTTONS
-------------------------------------------------- */

.btn-group a {
    color: #666;
}

/*.btn {*/
/*    font-size: 14pt;*/
/*    text-align: left;*/
/*    border-radius: 2px;*/
/*}*/

.btn-suggest {
    font-size: 14px;
    line-height: normal !important;
    padding: 5px 10px !important;
}

.btn-lg {
    font-size: 20px;
    text-align: left;
}

.btn-p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main button {
    margin: 5px 2px;
}

.main button.btn-lg {
    padding: 15px 16px !important;
    line-height: 28px !important;
}

.main button.btn {
    padding: 8px 16px 9px 16px;
    line-height: 28px;
}

.input-group-btn button {
    margin: 0 2px;
}

button.btn-input-group-lg {
    padding: 9px 15px !important;
    line-height: 26px !important;
}

#search-results .btn-lg {
    font-size: 14px;
    text-align: center;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 5px 8px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    border-radius: 3px !important;
}

#search-results button {
    margin: 8px 0 0 0;
    padding: 10px 15px;
    float: right;
    line-height: 20px;
}

button a, a button {
    border-bottom: none;
}

.btn-full {
    width: 100%;
    white-space: normal; /* needed for Firefox unexpected line-break on floating elements */
}

.btn-full span,
.btn-full i.fa {
    float: right;
    margin-left: 3px;
}

#content .btn-full {
    text-align: left;
}

form button.btn-full {
    text-align: center !important;
}

.btn-contact {
    width: 100%;
    font-size: 30px;
    margin: 15% 0 0 0;
    padding: 2% 4%;
    text-align: left;
}

.btn-primary { /* button color - LIGHT BLUE */
    color: #fff;
    background: #2CA6EA;
    border-color: #2896d4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background: #2eaef5;
    border-color: #2896d4;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-info { /* button color - GREY */
    color: #fff;
    background: #3e3e3e;
    border-color: #2b2b2b;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background: #484848;
    border-color: #3a3a3a;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-warning { /* button color - ORANGE */
    color: #fff;
    background: #F7931E;
    border-color: #e4881c;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background: #ff981f;
    border-color: #e4881c;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-default { /* button color - SILVER */
    color: #333;
    background: #f9f9f9;
    border-color: #adadad;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-success { /* button color - BLUE */
    color: #fff;
    background: #2C81EA;
    border-color: #2978da;
}

.btn-success-2 { /* button color - BLUE */
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background: #2f8afb;
    border-color: #2978da;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-danger { /* button color - DEEP ORANGE */
    color: #fff;
    background: #F15A24;
    border-color: #d95120;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background: #fc5e26;
    border-color: #d95120;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-disabled,
.btn-disabled:hover {
    color: #fff;
    background: #e5e5e5;
    border-color: #e2e2e2;
}

/*
.btn-success.btn-disabled,
.btn-success.btn-disabled:hover {
  background: #bbdeff;
  border-color: #b1d2f1;
}
.btn-info.btn-disabled,
.btn-info.btn-disabled:hover {
  background: #e5e5e5;
  border-color: #e2e2e2;
}
*/

/* FORM
-------------------------------------------------- */

.form-control {
    font-size: 16px;
}

.login-form .form-control {
    font-size: 18px;
}

.form-control {
    color: #000;
}

.controls-select {
    margin-bottom: 10px;
}

.compress-select {
    margin-top: 2%;
}

.form-group {
    margin-bottom: 2px;
}

.form-col-1, .form-col-2 {
    float: left;
}

.form-col-1 {
    width: 50%
}

.form-col-2 {
    width: 50%
}

.clear {
    clear: both;
}

.form-inline {
    clear: both;
}

.form-name {
    margin-right: 5px;
    margin-left: 15px;
}

.form-text {
    margin-top: 20px;
    margin-left: 15px;
}

label {
    margin: 0 auto 5px auto;
}

.checkbox label {
    margin-left: 10px;
}

.feedback {
    height: auto;
    margin: 0 0 5px 0;
    border-radius: 2px;
    clear: both;
}

.feedback p {
    padding: 16px;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-align: left;
    font-size: 16px;
}

.feedback span.glyphicon {
    margin: 0 5px 0 0;
}

.feedback-success {
    margin: 0 0 10px 0;
    border-radius: 6px;
}

.feedback-success p {
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px !important;
}

.feedback-success h2 {
    text-align: center;
    font-size: 40px !important;
}

.feedback-success h2 span {
    margin: 20px 0 0 0;
}

.fa-icon i.fa,
.fa-icon span,
.fa-icon p {
    display: table-cell;
}

.feedback .fa-icon {
    padding-left: 20px;
    display: table; /* needed to align feedback icon and text */
}

.fa-icon i.fa,
.fa-icon p {
    vertical-align: middle;
}

.fa-icon span {
    vertical-align: top;
    padding-top: 14px;
    padding-bottom: 50px;
}

.text-success,
.text-success a,
.text-success strong,
.bg-success .fa-circle {
    color: #3c763d !important;
}

.text-warning,
.text-warning a,
.text-warning strong,
.bg-warning .fa-circle {
    color: #8a6d3b !important;
}

.text-info,
.text-info a,
.text-info strong,
.bg-info .fa-circle,
.bg-info .fa-pulse,
.bg-info .fa-circle-o-notch {
    color: #31708f !important; /*005488*/
}

.text-danger,
.text-danger a,
.text-danger strong,
.bg-danger .fa-circle {
    color: #a94442 !important;
}

/*.has-warning {
  border-color: #F7931E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}*/
.input-full {
    width: 100% !important;
}

/* FORM DEFAULT
-------------------------------------------------- */

#form-default hr {
    margin: 10px auto 20px auto;
}

#form-default .profile-pic img {
    width: 70px;
}

#form-default .icon-left,
#form-default .icon-right {
    top: 2px;
}

#form-default .small {
    font-size: 14px;
}

#form-default .footnote {
    font-size: 14px;
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
}

#form-default .input-lg {
    padding: 10px 10px;
    border-radius: 2px;
}

#form-default .btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 2px;
    text-align: left;
}

#form-default .btn-text-center {
    text-align: center;
}

#form-default button {
    width: 100%;
    margin-bottom: 3%;
}

#form-default .form-group {
    margin-bottom: 25px;
}

#form-default label {
    line-height: 20px;
    font-size: 16px;
}

#form-default label.label-lg {
    line-height: 40px;
}

#form-default label.radio-inline,
#form-default label.radio-inline-text {
    display: inline-block;
    padding-left: 0;
    margin-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#form-default label.checkbox {
    padding-left: 20px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

input[type=checkbox].checkbox-lg { /* Double-sized Checkboxes */
    -moz-transform: scale(1.9); /* FF */
    -o-transform: scale(1.9); /* Opera */
    padding: 10px;
    transform: 1.9;
    zoom: 1.9;
    vertical-align: sub; /* align text with checkbox */
}

#form-default label.radio-inline {
    vertical-align: middle;
}

#form-default label.radio-inline-text {
    vertical-align: top;
    padding-top: 3px;
    margin-right: 15px;
}

#form-default .form-horizontal .has-feedback .form-control-feedback {
    top: 3px;
    right: 15px;
}

#form-default h3 {
    margin: 0 0 25px 0;
}

.feedback .form-control-feedback {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    display: block;
    width: auto;
    height: auto;
    line-height: 34px;
    text-align: center;
    display: inline-block;
}

.modal-body {
    padding-top: 20px;
}

.form-alert-full {
    border-radius: 0;
    margin-bottom: 0;
}

#form-alert {
    text-align: center;
    font-size: 16px;
}

#form-alert button.close {
    width: auto;
    margin: 0;
}

/* MEDIA QUERY
-------------------------------------------------- */

@media (min-width: 1201px) {
    #header-login .container,
    .login-form .container {
        width: 1040px !important;
    }
}

@media (min-width: 1200px) {
    .pull-up-30-lg {
        margin-top: -30px;
    }

    .pull-up-25-lg {
        margin-top: -25px;
    }

    .pull-up-20-lg {
        margin-top: -20px;
    }

    .pull-up-15-lg {
        margin-top: -15px;
    }

    .pull-up-10-lg {
        margin-top: -10px;
    }

    .pull-up-bottom-30-lg {
        margin-bottom: -30px;
    }

    .pull-up-bottom-25-lg {
        margin-bottom: -25px;
    }

    .pull-up-bottom-20-lg {
        margin-bottom: -20px;
    }

    .pull-up-bottom-15-lg {
        margin-bottom: -15px;
    }

    .pull-up-bottom-10-lg {
        margin-bottom: -10px;
    }

    .pad-top-30-lg {
        padding-top: 30px;
    }

    .pad-top-25-lg {
        padding-top: 25px;
    }

    .pad-top-20-lg {
        padding-top: 20px;
    }

    .pad-top-15-lg {
        padding-top: 15px;
    }

    .pad-top-10-lg {
        padding-top: 10px;
    }

    .pad-bottom-30-lg {
        padding-bottom: 30px;
    }

    .pad-bottom-25-lg {
        padding-bottom: 25px;
    }

    .pad-bottom-20-lg {
        padding-bottom: 20px;
    }

    .pad-bottom-15-lg {
        padding-bottom: 15px;
    }

    .pad-bottom-10-lg {
        padding-bottom: 10px;
    }
}

@media (max-width: 1126px) {
    .nav > li > a {
        padding-left: 13px; /* adjust menu spacing */
        padding-right: 13px; /* adjust menu spacing */
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .pull-up-30-md-lg {
        margin-top: -30px !important;
    }

    .pull-up-25-md-lg {
        margin-top: -25px !important;
    }

    .pull-up-20-md-lg {
        margin-top: -20px !important;
    }

    .pull-up-15-md-lg {
        margin-top: -15px !important;
    }

    .pull-up-10-md-lg {
        margin-top: -10px !important;
    }

    .pull-up-bottom-30-md-lg {
        margin-bottom: -30px !important;
    }

    .pull-up-bottom-25-md-lg {
        margin-bottom: -25px !important;
    }

    .pull-up-bottom-20-md-lg {
        margin-bottom: -20px !important;
    }

    .pull-up-bottom-15-md-lg {
        margin-bottom: -15px !important;
    }

    .pull-up-bottom-10-md-lg {
        margin-bottom: -10px !important;
    }

    .pad-top-30-md-lg {
        padding-top: 30px !important;
    }

    .pad-top-25-md-lg {
        padding-top: 25px !important;
    }

    .pad-top-20-md-lg {
        padding-top: 20px !important;
    }

    .pad-top-15-md-lg {
        padding-top: 15px !important;
    }

    .pad-top-10-md-lg {
        padding-top: 10px !important;
    }

    .pad-bottom-30-md-lg {
        padding-bottom: 30px !important;
    }

    .pad-bottom-25-md-lg {
        padding-bottom: 25px !important;
    }

    .pad-bottom-20-md-lg {
        padding-bottom: 20px !important;
    }

    .pad-bottom-15-md-lg {
        padding-bottom: 15px !important;
    }

    .pad-bottom-10-md-lg {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 991px) {
    .pull-up-30-md {
        margin-top: -30px;
    }

    .pull-up-25-md {
        margin-top: -25px;
    }

    .pull-up-20-md {
        margin-top: -20px;
    }

    .pull-up-15-md {
        margin-top: -15px;
    }

    .pull-up-10-md {
        margin-top: -10px;
    }

    .pull-up-bottom-30-md {
        margin-bottom: -30px;
    }

    .pull-up-bottom-25-md {
        margin-bottom: -25px;
    }

    .pull-up-bottom-20-md {
        margin-bottom: -20px;
    }

    .pull-up-bottom-15-md {
        margin-bottom: -15px;
    }

    .pull-up-bottom-10-md {
        margin-bottom: -10px;
    }

    .pad-top-30-md {
        padding-top: 30px;
    }

    .pad-top-25-md {
        padding-top: 25px;
    }

    .pad-top-20-md {
        padding-top: 20px;
    }

    .pad-top-15-md {
        padding-top: 15px;
    }

    .pad-top-10-md {
        padding-top: 10px;
    }

    .pad-bottom-30-md {
        padding-bottom: 30px;
    }

    .pad-bottom-25-md {
        padding-bottom: 25px;
    }

    .pad-bottom-20-md {
        padding-bottom: 20px;
    }

    .pad-bottom-15-md {
        padding-bottom: 15px;
    }

    .pad-bottom-10-md {
        padding-bottom: 10px;
    }

    .nav > li > a {
        padding-left: 8px; /* adjust menu spacing */
        padding-right: 8px; /* adjust menu spacing */
    }

    .btn-right-center-md {
        float: none;
    }

    .show-md {
        display: block;
    }

    .hide-md {
        display: none;
    }

    .img-xs {
        width: 20% !important;
    }

    .img-sm {
        width: 30% !important;
    }

    .img-md {
        width: 40% !important;
    }

    .header-logo img {
        padding: 25px 40px 25px 0;
    }

    #header h1 {
        margin-top: 56px;
    }

    #header-login h1 {
        font-size: 40px;
        padding-top: 40px;
    }

    #header-login img {
        padding-top: 15px;
    }

    #book-quote {
        background: #EFEFEF;
    }

    #form-default .btn-lg, #form-default .btn {
        text-align: center;
    }

    .keep-left,
    #form-default.keep-left,
    #form-default.keep-left input {
        text-align: left;
    }

    .btn-header img {
        float: right;
        margin: 3% 0 0 0;
    }

    .header-phone img {
        padding-top: 2%;
    }

    .footer-text p {
        font-size: 14px;
        padding: 0;
        margin: 5px 0 0 5px;
        text-align: left;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .submit {
        padding: 2% 2% 0 0;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .submit {
        padding: 2% 2% 0 0;
    }
}

@media (min-width: 768px) {
    .login-form #form-default .input-lg {
        height: 60px;
    }

    .login-form #form-default .btn-lg {
        height: 63px;
        margin-bottom: 0;
    }

    .form-login .btn-lg i.fa {
        margin-top: -5px;
    }
}

@media (max-width: 767px) {
    #navigation {
        border-radius: 0;
    }

    #navigation .dropdown-menu {
        font-size: 16px; /* DROPDOWN text size */
    }

    /*.navbar-brand {
      display:block;
    } */
    .navbar-header img {
        display: block;
    }

    .navbar-collapse {
        border-bottom: 1px solid #000 !important; /* collapsed menu DROPDOWN border-bottom color */
    }

    ul.navbar-nav > li:first-child {
        border-top: 1px solid #006BB5; /* COLLAPSED MENU border-bottom color upon click */
        border-left: none; /* use for MENU with dividers */
    }

    .nav > li > a {
        border-right: none; /* use for MENU with dividers */
        font-size: 16px; /* adjust MENU ITEM font-size */
        padding-left: 18px; /* adjust MENU ITEM padding-left */
        padding-right: 18px; /* adjust MENU ITEM padding-left */
    }

    .navbar-inverse .navbar-nav > li > a {
        border-bottom: 1px solid #757575; /* collapsed parent menu border-bottom color */
    }

    .navbar-inverse .navbar-nav > li > a:focus {
        border-bottom: 1px solid #006BB5; /* collapsed parent menu border-bottom color */
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 10px 30px;
        background: #2978da; /* collapsed submenu background color */
        border-bottom: 1px solid #006BB5;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background: #2CA6EA; /* hover collapsed submenu background color */
        border-bottom: 1px solid #006BB5;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background: transparent;
    }

    .header-phone img {
        padding-top: 3%;
    }
}

@media (max-width: 767px) {
    .btn-right-center {
        float: none;
    }

    .pull-up-30-sm {
        margin-top: -30px;
    }

    .pull-up-25-sm {
        margin-top: -25px;
    }

    .pull-up-20-sm {
        margin-top: -20px;
    }

    .pull-up-15-sm {
        margin-top: -15px;
    }

    .pull-up-10-sm {
        margin-top: -10px;
    }

    .pull-up-bottom-30-sm {
        margin-bottom: -30px;
    }

    .pull-up-bottom-25-sm {
        margin-bottom: -25px;
    }

    .pull-up-bottom-20-sm {
        margin-bottom: -20px;
    }

    .pull-up-bottom-15-sm {
        margin-bottom: -15px;
    }

    .pull-up-bottom-10-sm {
        margin-bottom: -10px;
    }

    .pad-top-30-sm {
        padding-top: 30px;
    }

    .pad-top-25-sm {
        padding-top: 25px;
    }

    .pad-top-20-sm {
        padding-top: 20px;
    }

    .pad-top-15-sm {
        padding-top: 15px;
    }

    .pad-top-10-sm {
        padding-top: 10px;
    }

    .pad-bottom-30-sm {
        padding-bottom: 30px;
    }

    .pad-bottom-25-sm {
        padding-bottom: 25px;
    }

    .pad-bottom-20-sm {
        padding-bottom: 20px;
    }

    .pad-bottom-15-sm {
        padding-bottom: 15px;
    }

    .pad-bottom-10-sm {
        padding-bottom: 10px;
    }

    .hide-sm {
        display: none;
    }

    .show-sm {
        display: block;
    }

    .img-xs {
        width: 30% !important;
    }

    .img-sm {
        width: 40% !important;
    }

    .img-md {
        width: 50% !important;
    }

    .checklist-col-1, .checklist-col-2 {
        float: none;
        width: 100%;
    }

    .checklist-col-1 ul {
        padding-bottom: 0;
    }

    .checklist-col-1 {
        margin-top: 4%;
    }

    .checklist-col-2 {
        margin-bottom: 3%;
    }

    .compress-select .controls-select {
        margin-bottom: 0 !important;
    }

    .btn-header img {
        float: right;
        margin: 2% 0 2% 0;
    }

    .header-logo,
    .header-text {
        height: auto;
    }

    .header-logo {
        margin-bottom: -20px;
    }

    .header-logo img {
        padding: 15px 40px 25px 0;
    }

    .header-text {
        padding-top: 12px;
    }

    .header-text p {
        margin: 0 0 10px 0;
    }

    #header h1 {
        margin-top: 41px;
    }

    #header .lead {
        margin: 0 0 20px 0;
        font-size: 18px;
    }

    #content {
        margin: 4% auto 0 auto;
    }

    #cta {
        margin: 0 auto 2% auto;
    }

    .profile-pic img {
        width: 180px;
    }

    .page-intro > .container,
    .page-intro-default > .container {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .form-login p {
        font-size: 20px;
    }

    .form-login label {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    #header-login {
        margin: 10px 0 -10px 0;
    }

    #header-login h1 {
        font-size: 34px;
        padding-top: 3px;
    }

    #header-login img {
        width: 190px;
        padding-top: 3px;
    }

    /*#header-login .col-xs-12.col-sm-8 { display: none; }  set to display:none if no login h1 text is used */
    .login-form {
        padding: 10px 0 0 0;
    }

    #content .default,
    #form-default.text-center-sm input {
        text-align: center;
    }

    #form-default .footnote {
        font-size: 14px;
        padding: 0;
        margin: -10px 0 20px 0;
    }

    .table-md {
        width: 90%;
    }

    #form-default {
        padding-bottom: 20px;
    }

    #form-default .form-group {
        margin-bottom: 0px;
    }

    #form-default input,
    #form-default textarea,
    #form-default select,
    #form-default label.radio-inline,
    #form-default label.checkbox-inline,
    #form-default .checkbox-group {
        margin-bottom: 15px;
    }

    #form-default input.checkbox-lg {
        margin-bottom: 0;
    }

    #form-default button {
        margin-top: 15px;
    }

    #form-default label.radio-inline-text {
        vertical-align: top;
        padding-top: 0;
        margin-top: -2px;
    }

    #form-default label.radio-inline,
    #form-default label.radio-inline-text {
        margin-bottom: 15px;
    }

    #form-default .btn-lg {
        font-size: 18px;
        padding: 8px 16px !important;
    }

    #form-default .btn-lg span,
    #form-default .btn-lg i.fa {
        line-height: 25px;
    }

    #form-default h3 {
        margin: 0 0 10px 0;
    }

    footer {
        padding: 3% 0 1% 0;
        text-align: center;
    }
}

@media (max-width: 730px) {
    /* iPhone landscape view */
    .form-text {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 690px) {
    #slider button {
        width: auto;
        float: left;
        margin: 10px 5px 0 0;
    }

    #slider button.btn-lg {
        text-align: center;
    }

    #slider button {
        font-size: 19px;
        padding: 10px 12px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 580px) {
    .table-md {
        width: 100%;
    }

    .table-lg {
        width: 100%;
        margin: 2% auto;
    }
}

@media (max-width: 560px) {
    .header-logo {
        margin-bottom: 0;
    }

    .header-logo img {
        padding: 26px 15px 5px 5px;
        width: 100px;
    }

    #header h1 {
        margin-top: 17px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    p, .main li, .lead {
        line-height: 1.3; /* text line-height */
    }

    p.quote, p.quotename {
        font-size: 13pt;
    }

    .img-xs {
        width: 50% !important;
    }

    .img-sm {
        width: 60% !important;
    }

    .img-md {
        width: 70% !important;
    }

    .img-left, .img-right {
        float: none;
        margin: 1% auto;
        width: 100%;
    }

    .img-left img, .img-right img {
        width: 50%;
    }

    .footer-text {
        width: 100%;
        padding-top: 3%;
        margin-right: 0;
    }

    .footer-btn {
        width: 100%;
    }

    .footer-btn img {
        width: 20%;
    }

    .footer-text p {
        font-size: 14px;
        padding: 0;
        margin: 5px 0 0 5px;
        text-align: center;
        line-height: 1.5;
    }
}

@media (max-width: 530px) {
    .pull-up-30-xs {
        margin-top: -30px !important;
    }

    .pull-up-25-xs {
        margin-top: -25px !important;
    }

    .pull-up-20-xs {
        margin-top: -20px !important;
    }

    .pull-up-15-xs {
        margin-top: -15px !important;
    }

    .pull-up-10-xs {
        margin-top: -10px !important;
    }

    .pull-up-bottom-30-xs {
        margin-bottom: -30px !important;
    }

    .pull-up-bottom-25-xs {
        margin-bottom: -25px !important;
    }

    .pull-up-bottom-20-xs {
        margin-bottom: -20px !important;
    }

    .pull-up-bottom-15-xs {
        margin-bottom: -15px !important;
    }

    .pull-up-bottom-10-xs {
        margin-bottom: -10px !important;
    }

    .pad-top-30-xs {
        padding-top: 30px !important;
    }

    .pad-top-25-xs {
        padding-top: 25px !important;
    }

    .pad-top-20-xs {
        padding-top: 20px !important;
    }

    .pad-top-15-xs {
        padding-top: 15px !important;
    }

    .pad-top-10-xs {
        padding-top: 10px !important;
    }

    .pad-bottom-30-xs {
        padding-bottom: 30px !important;
    }

    .pad-bottom-25-xs {
        padding-bottom: 25px !important;
    }

    .pad-bottom-20-xs {
        padding-bottom: 20px !important;
    }

    .pad-bottom-15-xs {
        padding-bottom: 15px !important;
    }

    .pad-bottom-10-xs {
        padding-bottom: 10px !important;
    }

    .show-xs {
        display: block;
    }

    .hide-xs {
        display: none;
    }

    .form-col-1 {
        width: 50%
    }

    .form-col-2 {
        width: 50%
    }

    .hide-text-xs {
        display: none;
    }

    .btn-header .btn {
        font-size: 13pt !important;
    }

    .btn-header img {
        float: right;
        margin: 4% 0 4% 0;
    }

    .iframe-md, .iframe-sm {
        width: 100%;
    }
}

@media (max-width: 504px) {
    #content {
        margin: 6% auto 0 auto;
    }
}

@media (max-width: 460px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    footer {
        padding: 4% 0 2% 0;
        text-align: center;
    }

    #footer .main p {
        color: #CCC;
        padding-top: 2%;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    #header h1 {
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (min-width: 400px) and (max-width: 770px) {
    .banner-badge {
        float: none;
        width: 150px;
        margin: 0 auto 20px auto !important;
    }

    #banner p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #banner {
        text-align: center;
    }

    #banner .btn-carousel {
        margin-bottom: 2%;
    }

    #banner h1 {
        font-size: 35px;
    }
}

@media (max-width: 340px) {
    /* iPhone portrait view */
    .btn-contact {
        width: 100%;
        font-size: 26px;
        margin: 2% auto 6% auto;
        padding: 4%;
    }

    .btn-lg {
        font-size: 18px;
    }

    .header-phone img {
        padding-top: 8%;
    }

    .text-center-xs {
        text-align: center !important;
    }

    #banner .btn-carousel {
        margin: 0 auto 3% auto;
        width: 80%;
    }

    #banner .caption-box p {
        text-align: center;
        margin-bottom: 0;
    }

    #banner .btn-lg {
        text-align: center;
    }

    .banner-badge {
        margin-bottom: 20px;
        width: 130px;
        margin: 0 auto 20px auto;
        float: none;
    }

    #banner h1 {
        font-size: 32px;
        text-align: center;
    }
}

@media (min-width: 340px) and (max-width: 991px) {
    .img-responsive {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 341px) {
    .img-responsive {
        margin-right: auto;
        margin-left: auto;
    }

    .form-col-1 {
        width: 50%
    }

    .form-col-2 {
        width: 50%
    }

    .footer-btn .btn-lg {
        font-size: 20px;
    }

    .footer-btn button {
        margin: 10px 0 0 0;
        padding: 13px 15px;
        line-height: 26px;
    }
}

.nowrap {
    white-space: nowrap;
}

.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
}

.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.msg-info {
    border-color: #b8dbf2;
}

.msg-success {
    border-color: #cef2b8;
}

.msg-warning {
    border-color: rgba(255, 165, 0, .5);
}

.msg-danger {
    border-color: #ec8282;
}

.msg-primary {
    border-color: #9ca6f1;
}

.msg-magick {
    border-color: #e0b8f2;
}

.msg-info-text {
    color: #39b3d7;
}

.msg-success-text {
    color: #80d651;
}

.msg-warning-text {
    color: #db9e34;
}

.msg-danger-text {
    color: #c9302c;
}

.msg-primary-text {
    color: rgba(47, 106, 215, .9);
}

.msg-magick-text {
    color: #bb39d7;
}

.green {
    color: forestgreen;
}

.red {
    color: red;
}

table.dataTable td {
    vertical-align: middle !important;
}

div.offset_value {
    display: none;
}