html{
  height: 100%;
}

body {
background-color: #EFF4F4;
height: 100%;
width:100%;
color: #333;
font-family: Montserrat, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
[class*="col-"]:not(:last-child){ margin-bottom: 25px; }
*/

#wrapper {
margin:0 auto;
max-width:1400px;
}
.nopadding {
    padding: 0px;
}

h1,h2,h3,h4 {
font-family: "Roboto Slab", sans-serif;
text-transform: uppercase;
color: #2c3c8b;
}

h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

#header{
margin:0;
padding:0;
position:relative;
background-color: #EFF4F4;
}

nav {
border: 0px !important;
margin-left: 0px;
margin-right: 0px;
background:rgba(255,255,255,0.75) !important;
position: absolute !important;
z-index: 3;
width: 100%;
max-width: 1400px;
height: 112px;
border-radius: 0px !important;
}

#logo img {
margin-top: 10px;
margin-left: 30px;
}

#home-carousel {
margin: 0px;
}
.border {
border: 1px solid red;
}

nav .navbar-right ul {
margin-top: 30px;
}

.navbar-nav {
z-index: 3;
font-size: 15px;
}
nav ul li {
text-transform: uppercase;
font-weight: bold;
}
nav ul li a {
color: #2c3c8b !important;
}

nav #account ul {
text-align: center;
list-style-type: none;
padding-left: 10px;
margin-top: -7.5px;
}
nav #account li { 
padding-bottom: 10px;
}
nav #account button {
font-family: "Roboto Slab", sans-serif;
background-color: #f39f39;
text-transform: uppercase;
font-weight: bold;
border: 0px;
border-radius: 25px;
padding: 6px 18px 6px 18px;
}
nav #account li:first-child a {
color: white !important;
}
nav #account li:not(:first-child) a {
font-size: 13px;
}
nav #account li:not(:first-child) a:hover {
text-decoration: none;
}

#focus-blocks {
list-style-type: none;
text-align: center;
width: 100%;
z-index: 3;
}
#home #focus-blocks {
position: absolute;
top: -100px;
left: 0;
}
#focus-blocks li {
vertical-align: top;
background-color: white;
max-width: 18%;
width: 100%;
padding: 8px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}
#focus-container {
    position: relative;
}
#focus-container #focus-blocks {
padding-left: 0px;
}
#focus-blocks img {
margin-top: 5px;
margin-left: auto;
margin-right: auto;
display: block;
max-height: 100px;
width: auto;
}
#focus-container .placeholder-circle {
margin-top: 5px;
}
#focus-blocks li .focus-contents {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-size: 20px;
max-width: 80%;
height: 50px;
line-height: 50px;
}
#focus-blocks li .focus-contents span {
  display: inline-block;
  vertical-align: middle !important;
  line-height: normal;
  text-transform: uppercase;
}
#focus-blocks li .focus-contents a {
  color: #2c3c8b;
}
#focus-blocks li div:not(.placeholder-circle):not(.focus-contents) {
border: 1px solid #e0e9ec;
padding: 15px;
height: 100%
}
.placeholder-circle {
margin-left: auto;
margin-right: auto;
border-radius: 50px;
width: 100px;
background-color: grey;
height: 100px;
}

#content {
clear:both;
}

#main-content {
background-color: #e0e9ec;
padding: 0px 15px 50px 15px;
min-height: 450px;
}


#main-content a {
color: #0f3072;
}

#main-content #introduction {
position: relative; 
padding-top: 30px;
padding-bottom: 50px;
background-color: #e0e9ec;
margin: 15px;
}
#main-content #introduction {
padding-left: 15px;

}
#sidebar {
padding: 30px;
padding-top: 50px;
background-color: #879bae;
text-align: center;
}
#sidebar h4 {
text-align: left; 
padding-top: 15px; 
padding-left: 15px;
}
#home #sidebar {
padding-top: 150px;
}

#internal-background-image{
max-height:250px;
vertical-align: middle;
}


.blue-button {
background-color: #0f3072;
padding: 5px 25px 5px 25px;
color: #f6b636;
border-radius: 15px;
font-family: "Roboto Slab", sans-serif;
text-transform: uppercase;
}

.blue-button:hover {
color: #fff;
color: #f6b636;
}

#sidebar .blue-button:hover {
color: #f6b636;
}

#resources-list {
text-align: left;
     list-style-image: url('/images/list-arrow.png');
     padding-left: 15px;
margin-bottom: 30px;
}
#resources-list li a {
color: white;
}
.steering-wheel {
display: none;
}
.steering-wheel {
background-color: #e0e9ec;
position: absolute;
left: 66.66%;
bottom: 0%;
padding: 10px;
border-radius: 35px;
transform: translateX(-50%) translateY(50%);
z-index: 2;
}
#home .steering-wheel {
display: block;
left: 50%;
}
#internal-bottom-section {
color: #0f3072;
text-align: center;
padding: 70px 15px 25px 15px;
background-color: #cfdade;
margin: 0px;
}

#testimonials {
color: #0f3072;
text-align:center;
padding: 50px 35px 25px 35px;
background-color: #cfdade;
font-weight: normal;
font-family: "Roboto Slab", sans-serif;
}

#testimonials p {
margin-left: auto;
margin-right: auto;
}

#testimonials .testimonial{
padding:20px;
}

#testimonials .testimonial:before {
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
.testimonial:after {
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}

#testimonials .name {
font-weight: bold;
font-family: "Montserrat", sans-serif;
}

#footer {
text-transform: uppercase;
background-color: white;
color: #0f3072;
text-align: center;
margin-bottom: 5px;
}

.register-table {
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
max-width: 70%;
}
.register-table table td{
background-color: white;
}
body#contact textarea,
body#contact input[type=text] {
max-width: 50%;
}
/* Read more settings */
.read-more-state {
  display: none;
}
.read-more-trigger {
display: none;
}

body#home #main-content{
padding: 95px 0px 0px 0px;
}
body#home #main-content #introduction {
padding: 30px;
}
#main-content {
border: 1px solid #e0e9ec;
background-color: #e0e9ec;
padding: 0px 15px 0px 15px;
margin-top: 0px;
}
#site-alert {
margin-left: 0px;
margin-right: 0px;
background-color: rgba(255,255,255,0.7);
margin-top: 0px !important;
}

fieldset#credit-card-fieldset{
margin:20px;
}

@media only screen and (max-width : 1100px) {

	#focus-blocks {
	padding: 0px;
	}
	#focus-blocks li .focus-contents {
	max-width: 80%;
	}


    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
    }
#home nav .icon-bar {
background-color: #2c3c8b;
}
nav ul li {
text-align: center;
}
nav ul #account {
margin-top: 5px;
}
#focus-container {
display: none;
}
#focus-blocks {
display: none;
}
nav {
position: relative !important;
height: auto;
margin-bottom: 0px !important;
padding-bottom: 10px;
}
#logo img {
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 15px;
}
.navbar-header button {
float: none !important;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 0px;
border: 0px;
}
/*
background-color: #e0e9ec;
position: relative;
top: auto !important;
z-index: 1;
}
#focus-blocks li {
max-width: 80%;
display: block;
margin: 15px auto 15px auto;
}
*/
.steering-wheel {
display: none;
}
#internal-bottom-section {
display: none;
}
body#home #main-content{
padding: 0px !important;
}
#home #sidebar {
padding-top: 55px !important;
}
}
#home #sidebar {
padding-top: 150px;
}
#home #sidebar ul {
display: table;
margin-left: auto;
margin-right: auto;
}
#home #sidebar h4 {
text-align: center !important;
}
#home #sidebar img {
margin-left: auto;
margin-right: auto;
}
#sidebar ul {
margin-bottom: 15px;

}
/* Read more settings */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .1s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  color: #2c3c8b;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#resources-list {
margin-bottom: 0px;
}
  @media(max-width:992px) {
 .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}

}

.btn-blue {
background-color: #0f3072 !important;
color:white !important;
}
.btn-orange{
background-color: #f39f39;
}

.btn-blue:hover,
.btn-orange:hover{
  color: #333 !important;
  background-color: #ccc !important;
}

body#myaccount .padding{
padding:5px 25px 100px 25px;
}

