.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* CSS reset */
body,div,dl,dt,dd,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    background: #000;
}
select,
a,
input,
textarea,
figure,
button,
select,
option
{
    outline: none;
}
*,
*:hover,
*:active,
*:focus
{
    outline: none !important;
    text-decoration: none !important;
}
p {
    word-wrap: break-word;
}
b, strong {
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: 700;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #0079c2;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border: 0px;
    padding: 12px;
    color:#000;
    width:100%;
    font-size: 16px;
    margin-bottom: 28px;
    font-family: 'OpenSans-Regular', sans-serif;
    height: 48px;
}
input[type="text"], input[type="search"], textarea {
   -webkit-appearance: none !important;
}
input.required {
    background: #fff url(images/required.jpg) no-repeat;
    background-position: right 15px center;
}
input::placeholder {
    color: #8a8a8a;
}
textarea::placeholder {
    color: #8a8a8a;
}
textarea {
    width: 100%;
    min-height: 128px;
    padding: 13px 5px 12px 18px;
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    border: 0px solid #d6d6d6;
    font-family: 'OpenSans-Regular', sans-serif;
    line-height: 1.4;
}
select {
    display: block;
    width: 100%;
    border: 0px solid #d6d6d6;
    padding: 13px 5px 12px 18px;
    font-size: 18px;
    line-height: 1;
    color: #a9a9a9;
    border-radius: 0px;
    font-family: 'OpenSans-Regular', sans-serif;
    margin-bottom: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff no-repeat;
    background-position: right 15px center;
}
.width100 {
    width: 100%;
}
input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
#submit{
    margin-bottom: 0px;
    background: #0079c2;
    border:0px;
    color:#fff;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 20px;
    padding: 12;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#submit:hover{
    background: #0d5e8f  ;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

#content * {
    word-break: break-word;
}
::selection {
  background: #1b9ad6; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #1b9ad6; /* Gecko Browsers */
  color:#fff;
}
select:active, select:hover {
  outline-color: #1b9ad6;
}
/* WORDPRESS CONTENT IMAGE CLASSES */

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    height: auto;
    max-width: 100%;
}
.inline {
    display: inline-block;
}
.float-right {
    float: right;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin:0px;
}
.img100 img,
img.img100{
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0 0 26px;
    padding:0;
}
ul li {
}
li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: -10px;
    font-size: 14px;
}

.mainContent li {
    position: relative;
    padding-left: 20px;
}

.mainContent li:before {
    position: absolute;
    top: 5px;
    left: 0;
}

.editor_ui_top{
  border-top: 1px dashed gray;
}
.editor_ui_right{
  border-right: 1px dashed gray;
}
.editor_ui_left{
  border-left: 1px dashed gray;
}
.clearfix{
  border-bottom: 1px dashed gray;
}
.button {
    padding: 15px 40px;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #da6828;
    display: inline-block;
}
.button:hover{
    padding: 15px 40px;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #743411;
    display: inline-block;
}
/*~~~~~~~~~~  FONTS  ~~~~~~~~~~*/
.content_sub_section{
    padding-left: 8%;
}
h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: 700;
    margin: 20px 0px 16px 0px;
    text-transform: uppercase;
}
h2{
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1em;
}
h3{
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 9px;
    display: block;
    line-height: 1.3;
}
h4{
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.3;
}
body{
    font-size: 16px;
    font-family: 'OpenSans-Regular', sans-serif;
    color:#cfcfcf;
    line-height: 1.4;
    font-weight: 400;
}
p{
    font-size: 16px;
    font-family: 'OpenSans-Regular', sans-serif;
    color:#cfcfcf;
    line-height: 1.4;
    margin-bottom: 26px;
    font-weight: 400;
    line-height: 1.65em;
}

p.wp-caption-text,
.wp-caption-dd {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 3px;
    font-style: italic;
    font-weight: 600;
}
li {
    line-height: 1.65em;
    margin-bottom: 6px;
}
hr {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #323232;
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0px 35px 0px;
}
ul li ul {
    margin-left: 15px;
}
span.dark-gray {
    color: #8b8b8b;
}
/*~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~*/

.blue_content{
    color: #2ea1e7;
}
.button_blue {
    color: #fff;
    font-size: 20px;
    border: 0px;
    padding: 11px 30px 9px;
    display: inline-block;
    font-family: 'BebasNeueBold', sans-serif;
    margin-top: 20px;
    background: #0079c2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    word-break: break-all;
}
.button_blue:hover {
    background: #0d5e8f;
    color:#fff;
}
.button_transparent {
    padding: 11px 30px 9px;
    border: 1px solid #dedede;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 20px;
    color: #a9a9a9;
    text-decoration: none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    word-break: break-all;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button_transparent:hover {
    background: #0079c2;
    color: #fff;
    border: 1px solid #0079c2;
}
.link-custom a {
    color: #f3742d;
    cursor: pointer;
}
.link-custom a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-break: break-all;
}

.mainContent.loaded .row img {
    max-width: 100%;
    height: auto;
}

a.link-custom {
    color: #f3742d;
}

a.link-custom:hover {
    color: #fa8d4f;
}

a.link-custom:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 10px;
}

p.low-margin,
.low-margin p
{
    margin-bottom: 3px;
}

h3.low-margin {
    margin: 0px 0px 10px 0px;
}

.low-margin {
    margin: 0px 0px 11px 0px;
}
