/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather Sans', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #F05F40;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}


@media (min-width: 768px) {
  .navbar-default {
    background-color: #F05F40;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #F05F40;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}

.no_bullet {
    list-style-type: none;
    font-size: 16px;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header2_red_tr.png');
  text-align: center;
  color: black;
}

header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 600%;
    color: #F05F40;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    font-weight: 600;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: black;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
  font-weight: 300;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

/* LITTLE ADJUSTMENTS */

/* outline font - for use on header */
.outline
{
    color: inherit;
    text-shadow:
    -1px -1px 2px white,
    1px -1px 2px white,
    -1px 1px 2px white,
    1px 1px 2px white;  
}

/* do not highlight buttons on focus/checked */
.btn-group .btn+.btn, 
.btn-group .btn+.btn-group, 
.btn-group .btn-group+.btn, 
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.btn.active, .btn:active, {
    -webkit-box-shadow: none;
    box-shadow: none;
}	
  
/* FA-Stacked text */
.fa-text-stack1 { 
	margin-top: .1em; 
	font-weight: 600;
}
.fa-text-stack2 { 
	margin-top: .2em; 
	font-weight: 600;
}
.fa-text-stack3 { 
	margin-top: .3em;
	font-weight: 600; 
}  
.fa-text-stack4 { 
	margin-top: .4em;
	font-weight: 600; 
}
.fa-text-stack5 { 
	margin-top: .5em;
	font-weight: 600; 
} 

.huge {
	font-size: 1em;
	font-weight: 900;
}

.fa-icon-text1 { 
	margin-top: .5em; 
	font-weight: 800;
	font-size: 13px;
}

/* Survey styling */

.question {
  text-align: justify;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2em;
  padding: 0px 0px 15px 0px;
  text-decoration: underline;
}

.item {
  text-align: justify;
  font-weight: 300;
  font-size: 1.1em;
  padding: 20px 5px 15px 25px;
}

.decision.mobile .caption.left {
  text-align: left;
  padding-left: calc(7.14% - 3px);
}
.decision.mobile .caption.right {
  text-align: right;
  padding-right: calc(7.14% - 3px);
}
.decision .caption {
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 0.9em;
  font-weight: 700;
}
.decision .caption.left {
  text-align: right;
  padding-right: 45px;
  color: #2D7A97;
}
.decision .caption.right {
  text-align: left;
  padding-left: 0;
  color: #094F6A;
}

.question-group, .question-group2 {
	border: 1px solid;
	border-radius: 7px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
	
	text-align: justify;
}

legend, legend2 {
	text-align: justify;
	display: block;
	width: 25%;
	padding-top: 0;
	padding-left: 10px;
	margin-top: -25px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 3em;
	color: white;
	border: 1px solid;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.question-group {
	border-color: #DA3816;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8)
}
.question-group2 {
	border-color: #094F6A;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8)
}
legend {
	border-color: #DA3816;
	background: #F05F40;
}

legend2 {
	border-color: #2D7A97;
	background: #2D7A97;
}

/* Bootstrap styled radios & checkboxes */

label.btn span {
  font-size: 1.1em ;
  text-transform: lowercase;
  text-align: justify;
  vertical-align: top;
  border: none;
  border-radius: 0px;
}

span2 {
  color: #2D7A97;
  margin-left: -21px;
  vertical-align: middle;
}

.form-horizontal .control-label {
	text-align: justify;
	font-weight: 300;
}group

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    
    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #F05F40;    
    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #DA3816;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    
    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #F05F40;    
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #DA3816;
}

div[data-toggle="buttons"] label.active{
    color: #F05F40;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 10px 30px 15px 0px
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px;
border-radius: 0px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #DA3816;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}


label2 input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    
    display: inline;
    vertical-align: middle;
}
label2 input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
    vertical-align: middle;
}
label2 input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
    vertical-align: middle;
    
}
label2 input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #2D7A97;    
    display: inline;
    vertical-align: middle;
}
label2:hover input[type="radio"] ~ i.fa {
	color: #094F6A
}

label2 input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    
    display: inline;
}
label2 input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label2 input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label2 input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #2D7A97;    
    display: inline;
}
label2:hover input[type="checkbox"] ~ i.fa {
color: #094F6A
}

/* Pagination */
.pagination__controls {
    padding-top: 30px;
	text-align: center;
}

input[type="text"], textarea {
outline: none;
box-shadow:none !important;
}

input[type="radio"] {
    outline: none;
    box-shadow:none !important;
}

select {
    outline: none;
    box-shadow:none !important;
}
.btn-right {
    float: right;
}

.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 25px;
}

/* reCapcha styling */


.rc-anchor {
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08)
}

.rc-anchor-normal {
    height: 74px;
    width: 100%;
    text-align: center;
}

.rc-anchor-compact {
    height: 136px;
    width: 300px
}

.rc-anchor-dark {
    background: #222;
    border: 1px solid #525252;
    color: #fff
}

.rc-anchor-light {
    background: #white;
    border: none;
    color: #000;
    width: 100%; 
}

.rc-inline-block {
    display: inline-block;
    height: 100%
}

.rc-anchor-center-container {
    display: table;
    height: 100%
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}

.rc-anchor-content {
    display: inline-block;
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px
}

.rc-anchor-compact .rc-anchor-content {
    height: 85px
}

.rc-anchor-error-message {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0px 10px
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
}

.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px
}

.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px 10px 2px 10px;
    position: absolute;
    top: 0
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 220px
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px
}

.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top
}

.rc-anchor-compact-footer {
    bottom: 0;
    position: absolute;
    margin: 8px 12px;
    width: 136px
}

.rc-anchor-logo-img {
    background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png');
    background-repeat: no-repeat
}

.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.gstatic.com/recaptcha/api2/logo_48.png',sizingMethod='scale')
}

.rc-anchor-logo-text {
    color: #9b9b9b;
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-portrait {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px
}

.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 82px
}

.rc-anchor-logo-img-landscape {
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px
}

.rc-anchor-normal .rc-anchor-pt,.rc-anchor-invisible .rc-anchor-pt,.rc-anchor-compact .rc-anchor-pt {
    color: #9b9b9b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 4px 13px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 276px
}

.rc-anchor-compact .rc-anchor-pt {
    margin: 0px 0px 2px 0;
    width: 132px
}

.rc-anchor-pt a:link,.rc-anchor-pt a:visited {
    color: #9b9b9b;
    text-decoration: none
}

.rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-anchor-aria-status {
    left: -10000px;
    height: 1px;
    overflow: none;
    position: absolute;
    top: -10000px;
    width: 1px
}

.rc-anchor-alert {
    bottom: 0;
    color: red;
    font-size: 13px;
    position: absolute;
    width: 100%;
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px
}

.rc-anchor-invisible-text {
    background: #4a90e2;
    color: white;
    display: inline-block;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    padding: 12px 16px;
    white-space: nowrap;
    width: 154px
}

.rc-anchor-invisible-text strong {
    font-weight: 500
}

.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    transition: opacity 0.3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px
}

.rc-anchor-logo-img-large {
    transition: all 0.3s ease;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px
}

.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,.rc-anchor-invisible-hover:hover .rc-anchor-logo-img-large {
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,.rc-anchor-invisible-hover:hover .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,.rc-anchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1
}

.rc-anchor-invisible-text .rc-anchor-pt {
    transition: opacity 0.3s ease
}

.rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    text-decoration: none;
    color: white;
    font-size: 10px
}

.rc-anchor-invisible-text .rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-button-default {
    background: #4a90e2;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    min-width: 74px;
    padding: 0px 10px 0px 10px;
    text-align: center
}

.rc-button-default-hover {
}

.rc-button-default-disabled {
    background: rgba(73,143,225,0.50);
    cursor: default
}
