html,
body,
button,
input,
select,
textarea {
    color: #222;
    /*font-family: futura-pt, sans-serif;*/
}
html,
body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
a,
a:hover,
a:focus {
    text-decoration: underline;
    color: #017ac3;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
p{
    margin: 0px 0 20px;
}
p.intro {
    margin-bottom: 30px;
}
ul{
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6{
    margin: 20px 0 10px;
}
.large_btn,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: #004f87;
    font-weight: 400;
    text-decoration: none;
}
h1{
    font-size: 30px;
    margin-top: 0;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4,
.intro{
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}
#listings .dropdown-menu a,
.large_btn,
.btn,
.ccms_form_element .btn {
    display: inline-block;
    padding: 5px 25px;
    border: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #888;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.ccms_form_element .btn {
    padding: 5px 25px !important;
    border: 0 !important;
}
.large_btn{
    background: #fff;
    color: #017ac3;
    border: solid 1px #017ac3;
    border-radius: 4px;
    height: 38px;
    min-width: 150px;
    line-height: 34px;
    margin-right: 15px;
    padding: 0;
    font-size: 16px;
}
#listings .dropdown-menu a:hover,
#listings .dropdown-menu a:focus,
.large_btn:hover,
.large_btn:focus,
.btn:hover,
.btn:focus,
.ccms_form_element .btn:hover,
.ccms_form_element .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #666;
}
.mod-articles-category-readmore{
    /* fake for news & events */
}
.item-image{
   /* fake for news & events */
}
.large_btn:hover{
    background-color: #017ac3;
}
.ul_list_2col{
    color: #004f87;
    margin-left: 0;
    padding: 0;
}
.ul_list_2col:before,
.ul_list_2col:after{
  content: " ";
  display: table;
}
.ul_list_2col:after{
  clear: both;
}
.ul_list_2col li{
    width: 50%;
    float: left;
    font-size: 16px;
    padding-left: 1.2em;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.ul_list_2col li:before{
    content: '\f0da';
    font-family: fontAwesome;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
    color: #004f87;
    position: absolute;
    top: 0;
    left: auto;
    font-style: normal;
}
.ul_list_2col li a{
   color: #004f87;
   text-decoration: none;
}
.ul_list_2col li a:hover{
    text-decoration: underline;
}

@media (max-width: 767px) {
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 21px;
    }
    h3{
        font-size: 18px;
    }
    .ul_list_2col li{
        width: 100%;
        float: none;
    }
}
