.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 {
    margin:0;
    padding:0;
    min-height: 100%;
    position: relative;
    z-index: 1;
    background:#fff;
}
select,
a,
input,
textarea,
figure,
button,
select,
option
{
    outline: none;
}
a {
    color: #1b3e9c;
    text-decoration: none;
}
a:hover {
    color: #1b3e9c;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border:0;
    padding: 17px 20px 15px;
    color:#979797;
    width:100%;
    font-size:14px;
    margin-top: 19px;
    line-height: 1.1;
}
textarea {
    width: 100%;
    min-height: 135px;
    padding: 15px 20px;
    color: #989898;
    font-size:14px;
    margin-bottom: 24px;
    border: none;
}

#submit,
.field_range input 
{
    margin-bottom: 0px
}
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;
}

canvas, img {
    image-rendering: optimizeQuality;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: bicubic;
}
::selection {
  background: #feab70; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #feab70; /* Gecko Browsers */
}
select:active, select:hover {
  outline-color: #feab70;
}
/* 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;
}
a:focus{
    outline: none;
    color: #1b3e9c;
    text-decoration:none;
}
a.purple-button:focus{
    outline: none;
    color: #fff;
    text-decoration:none;
}
/*~~~~~~~~~~  FONTS  ~~~~~~~~~~*/
h2{
    font-family: 'Raleway-Light', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color:#333333;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
h3{
    font-family: 'Raleway-Light', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color:#333333;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
h4{
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color:#1b3e9c;
    margin: 6px 0px 0px 0px;
    display: block;
}
h5{
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color:#1b3e9c;
    margin: 6px 0px 0px 0px;
    display: block;
}
h6{
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#333333;
    margin: 6px 0px 0px 0px;
    display: block;
}
p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color:#333333;
    line-height: 1.5;
    margin-bottom: 17px;
}
.small{
    font-size: 70%;
}

/*~~~~~~~~~~  BUTTONS  ~~~~~~~~~~*/
a.button-link{
    display: inline-block;
}
a.button-link,
.purple-button{
    border: 0;
    background: #1b3e9c;
    background-image: url(images/button-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 15px 49px 14px 49px;
    line-height: 1;
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 16px;
    color:#fff;
    line-height: 25px;
    -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;
}
a.button-link:hover,
.purple-button:hover{
    color:#fff;
    cursor: pointer;
    background-color: #4d6499 !important;
}
.white-button{
    border: 0;
    background: #fff;
    background-image: url(images/button-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 15px 49px 14px 49px;
    line-height: 1;
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 16px;
    color:#000000;
    -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;
}
.white-button:hover{
    background-color: #4d6499;
    color:#fff;
}
#tinymce .editor_ui_top{
  border-top: 1px dashed gray;
}
#tinymce .editor_ui_right{
  border-right: 1px dashed gray;
}
#tinymce .editor_ui_left{
  border-left: 1px dashed gray;
}
#tinymce .clearfix{
  border-bottom: 1px dashed gray;
}