/********** Link Styles **********/

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

    a:link, a:visited {
        color: #1686b9;
        text-decoration: none;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    a:hover, a:active {
        color: #0d4e6b;
        text-decoration: underline;
    }

    /********** Layout Styles **********/
    #main-content {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
    }

    h1 {
        font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 27px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    h1.headline-landing {
        font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 26px;
        font-weight: normal;
        margin: 0 0 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    h1.headline-teaser {
        font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 45px;
        font-weight: normal;
        margin: 0 0 5px 0;
        text-align: center;
        color: #fff;
    }

    h1.headline-border {
        font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 27px;
        font-weight: normal;
        margin: 0 0 35px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #eee;
    }

    h2 {
        font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        font-weight: normal;
        margin: 0 0 8px 0;
    }

    h3 {
        font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 23px;
        font-weight: normal;
        margin: 0 0 7px 0;
    }

    h4 {
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 23px;
        font-weight: normal;
        margin: 0 0 6px 0;
    }

    .headline-separator {
        width: 100px;
        height: 1px;
        background: #71bdd3;
        margin: 0 auto 12px;

    }

    .bold {
        font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    b {
        font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .white {
        color: #fff;
    }

    .italic {
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        font-style: italic;
    }

    .centered {
        text-align: center;
        width: 100%;
    }

    p {
        margin: 0 0 20px 0;
        padding: 0;
    }

    a.anchor {
        float: left;
        margin: 0 5px 0 0;
    }

    .content-box-teaser {
        background: #1686b9;
        padding: 30px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
    }

    .teaser-text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
    }

    .teaser-text-bold {
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
    }

    .box-green {
        display: block;
        width: 180px;
        height: 180px;
        background: #e3f4e4;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        cursor: pointer;
    }

    .box-green:hover {
        background: #f8f8f8;
    }

    .box-green-content {
        padding: 65px;
        text-align: center;
    }

    .button-blue-big {
        background: #2aa0c8;
        border-radius: 50px;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button-blue-big:hover {
        background: #2792b6;
    }

    .button-yellow-big {
        background: #e9b12b;
        border-radius: 50px;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button-yellow-big:hover {
        background: #daa629;
    }

    .button-blue {
        background: #2aa0c8;
        border-radius: 50px;
        color: #ffffff;
        font-size: 16px;
        font-size: 1rem;
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        padding: 6px 13px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button-blue:hover {
        background: #2792b6;
    }

    .button-yellow {
        background: #e9b12b;
        border-radius: 50px;
        color: #ffffff;
        font-size: 16px;
        font-size: 1rem;
        font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
        padding: 6px 13px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .button-yellow:hover {
        background: #daa629;
    }

    ul {
        padding: 0;
        margin: 15px 0 15px 25px;
    }

    ul li ul {
        padding: 0;
        margin: 10px 0 10px 20px;
    }

    ul li ul li {
        padding: 0;
        list-style-type: disc;
    }

    ul.green-arrows {
        list-style-type: none;
        padding: 0;
        margin: 15px 0 15px 10px;
    }

    ul.blue-arrows {
        list-style-type: none;
        padding: 0;
        margin: 15px 0 15px 10px;
    }

    i.green {
        color: #1ac315;
        padding: 0 8px 0 0;
    }

    i.blue {
        color: #3493b3;
        padding: 0 8px 0 0;
    }

    i.arrow {
        padding: 0 5px 0 0;
        font-size: 11px;
    }

    i.arrow-page {
        padding: 0 0px 0 0;
    }

    .flip {
        transform: scaleX(-1);
    }

    ul.link-list {
        list-style-type: none;
        padding: 0;
        margin: 20px 0;
    }

    ul.link-list li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        line-height: 30px;
    }

    .pagination-container {
        width: 100%;

    }

    ul.pagination {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    ul.pagination li {
        float: left;
        margin: 0 5px 0 0;

    }

    ul.pagination li.last {
        float: left;
        margin: 0 0px 0 0;

    }

    ul.pagination li.current {
        background: #fff;
        border: 1px solid #fff;
        display: block;
        padding: 3px 8px;
    }

    ul.pagination li.dots {
        background: none repeat scroll 0 0 white;
        border: 1px solid white;
        display: block;
        font-style: italic;
        padding: 3px 0;
    }

    ul.pagination a {
        background: #f8f8f8;
        border: 1px solid #cccccc;
        border-radius: 2px;
        color: #555555;
        cursor: pointer;
        display: block;
        margin: 0;
        min-width: 20px;
        min-height: 20px;
        padding: 3px 3px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    ul.pagination a:hover {
        background: #eaeaea;
    }

    pre {
        box-sizing: border-box;
        width: 100%;
        white-space: normal;
        padding: 5px;
        background: #f8f8f8;
        border: 1px solid #ddd;
    }

    blockquote {

        padding: 0 0 0 7px;
        border-left: 3px solid #e0e0e0;
        font-style: italic;
    }

    i.blockquote {
        font-size: 18px;
        color: #e0e0e0;
        padding: 0 6px 0 0px;
    }

    ul.prev-arrow {
        font-size: 12px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    ul.prev-arrow li {
        float: left;
        margin: 0 7px 0 0;
        cursor: pointer;
    }

    ul.prev-arrow a {
        background: #f8f8f8;
        border: 1px solid #cccccc;
        border-radius: 2px;
        color: #555555;
        cursor: pointer;
        margin: 0;
        padding: 3px 6px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    ul.prev-arrow a:hover {
        background: #eaeaea;
    }

    ul.next-arrow {
        font-size: 12px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right;
    }

    ul.next-arrow li {
        float: left;
        margin: 0 0 0 7px;
        cursor: pointer;
    }

    ul.next-arrow a {
        background: #f8f8f8;
        border: 1px solid #cccccc;
        border-radius: 2px;
        color: #555555;
        cursor: pointer;
        margin: 0;
        padding: 3px 6px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    ul.next-arrow a:hover {
        background: #eaeaea;
    }

    code {
        font-family: Monaco, "MonacoRegular", "Courier New", monospace !important;
    }

    hr {

        border: 0;
        height: 0;
        border-top: 1px solid #eee;
        margin: 35px 0;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
    }

    table thead th {
        text-align: left;
        border-bottom: 2px solid #eee;
        padding: 10px 10px;

    }

    table tr {
        border-bottom: 1px solid #eee;
    }

    table tr td {
        padding: 10px 10px;
    }

    #blue-menu-solid {
        background: #086680;
        color: #fff;
        text-align: right;
        height: 55px;
    }

    #blue-menu-solid ul {
        list-style-type: none;
    }

    #blue-menu-solid ul li {
        display: inline;
        margin: 0 30px 0 0;
        font-size: 16px;
        cursor: pointer;
    }

    #blue-menu-solid ul li:hover {
        color: #feb941;
    }

    #blue-menu-solid-dropnavi {
        background: #0B7492;
        color: #fff;
    }

    #blue-menu-solid-dropnavi ul {
        list-style-type: none;
        margin: 0;
    }

    #blue-menu-solid-dropnavi ul li {
        padding: 10px;
    }

    #toggle {
        float: right;
        margin: 20px;

    }

    .toggle1 {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;

        margin: 0 0 5px 0;
    }

    .toggle2 {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;

        margin: 0 0 5px 0;
    }

    .toggle3 {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;

        margin: 0 0 5px 0;
    }

    #green-menu-solid {
        background: #2a8555;
        color: #fff;
        text-align: right;
        height: 55px;
    }

    #green-menu-solid ul {
        list-style-type: none;
    }

    #green-menu-solid ul li {
        display: inline;
        margin: 0 30px 0 0;
        font-size: 16px;
        cursor: pointer;
    }

    #green-menu-solid ul li:hover {
        color: #feb941;
    }

    #green-menu-solid-dropnavi {
        background: #389564;
        color: #fff;
    }

    #green-menu-solid-dropnavi ul {
        list-style-type: none;
        margin: 0;
    }

    #green-menu-solid-dropnavi ul li {
        padding: 10px;
    }

}