.mobile{
    display:inline-block;
}
.desktop{
    display:none !important;
}

.siteContainer {
    width: 80%;
    margin: 0 10%;
}

.divider {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    clear: both;
}

.inOffice a {
    color: #FFFFFF !important;
}

.outOffice a {
    color: #e81100 !important;
}

#divTicker {
    background-color: rgba(249, 254, 186, 0.75);
    position: fixed;
    color: #e81100;
    z-index: 1000;
    text-align: center;
    padding: 0.5%;
    width: 100%;
    display:none;
    font-size:1.275em;
    font-weight:bold;
}

#menuOverlay {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

html{
    position:relative;
    margin:0;
    min-height:100%;
    background-color:#FFFFFF;
}
body {
    background: top center no-repeat #FFFFFF;
    font-family: 'roboto-regular', Verdana,Helvetica,Arial,sans-serif;
    width: 100%;
    height: 100%;
}
header {
    background-color: rgba(0,0,0,0.85);
    color: #FFFFFF;
    height: 100px;
    width: 100%;
}
h1 {
    font-family: 'BB', 'Times New Roman', Times, serif;
}

h2 {
    font-family: 'BB', 'Times New Roman', Times, serif;
    font-size: 1.75em;
    margin-top:8%;
    text-align: left;
}

h3 {
    font-family: 'BB', 'Times New Roman', Times, serif;
    font-size: 1.25em;
    margin-bottom: 0.5%;
    padding-bottom: 0;
}

h6 {
    font-family: 'BB', 'Times New Roman', Times, serif;
    font-size: 1.4286em;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: rgba(4,27,77,1);
    }
footer {
    background-color: #000000;
    border-bottom: 1px solid #000000;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

p {
    margin-bottom: 3%;
}

ul {
    font-size: 1.275em;
    margin-top: -2.5%;
}
#divLogo {
    margin-top: -25px;
    position: absolute;
    top: 102px;
}

#divAction {
    width: 80%;
    margin: 0 10%;
    margin-bottom: 4%;
    position: relative;
}

#divCallout {
    background-color: #5B5B5B;
    font-family: 'BB', 'Times New Roman', Times, serif;
    font-size: 2em;
    margin: 0;
    padding-top: 1%;
    text-align: center;
}

    #divCallout input[type=button] {
        background: rgb(1,62,197);
        background: linear-gradient(180deg, rgba(1,62,197,1) 0%, rgba(4,27,77,1) 100%);
        border: none;
        border-radius: 25px;
        color: #FFFFFF;
        font-family: 'BB', 'Times New Roman', Times, serif;
        font-size: 0.75em;
        margin: 1%;
        padding: 1% 2% 1% 2%;
        text-align: center;
    }

        #divCallout input[type=button]:hover {
            background: rgb(4,27,77);
            background: linear-gradient(180deg, rgba(4,27,77,1) 0%, rgba(1,62,197,1) 100%);
        }

#divContent {
    background-color: #FFFFFF;
    border-radius: 75% / 30%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    padding-top: 7%;
    margin-bottom: 5%;
    -webkit-box-shadow: 0 -5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0 -5px 5px 0px rgba(0,0,0,0.5);
}

#divButtons {
    width: 60%;
    height: 175px;
    padding: 0 3%;
    margin-bottom: 4%;
    margin-right:auto;
    margin-left:auto;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

#divLeft {
    z-index: 10;
    height: 160px;
}

#divRight {
    left: 94%;
    /*top:14.5%;*/
    z-index: 10;
    height: 160px;
}

#divFooter {
    font-size: 0.875em;
    margin: 0;
    margin-top: 1%;
}

    #divFooter a {
        color: #FFFFFF;
        font-weight: normal;
    }

        #divFooter a:hover {
            text-decoration: underline;
        }


#divFootCol1 {
    margin-left: 0;
}

#divFootCol3 {
    margin-right: 0;
}

#divCopyright {
    text-align: center;
    margin-bottom: 1%;
}

.actContent {
    text-align: right;
    font-size: 2em;
    display: none;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.hidden {
    display: none;
}

.actContent input[type=button] {
    background: rgb(1,62,197);
    background: linear-gradient(180deg, rgba(1,62,197,1) 0%, rgba(4,27,77,1) 100%);
    border: none;
    border-radius: 25px;
    color: #FFFFFF;
    font-family: 'BB', 'Times New Roman', Times, serif;
    font-size: 0.75em;
    margin: 1% 41%;
    padding: 1% 2% 1% 2%;
    text-align: center;
}

    .actContent input[type=button]:hover {
        background: rgb(4,27,77);
        background: linear-gradient(180deg, rgba(4,27,77,1) 0%, rgba(1,62,197,1) 100%);
    }

.actionButton {
    background-color: rgba(4,27,77,1);
    border: 5px solid #0041d1;
    border-radius: 35%;
    width: 38%;
    height: 100%;
    margin: 0 3.5%;
    display: block;
    padding: 2.1%;
    cursor: pointer;
    position: relative;
    transition: text-shadow 0.25s linear;
    left: 0;
    z-index: 2;
}

.moveLeft {
    animation-name: moveLeft;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.moveRight {
    animation-name: moveRight;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes moveLeft {
    from {
        left: 0%
    }

    to {
        left: -36.2%
    }
}

@keyframes moveRight {
    from {
        left: -36.2%
    }

    to {
        left: 0
    }
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 0.5s;
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.actionButton:hover {
    text-shadow: 3px 3px 25px #FFFFFF;
}

.actionButton h3 {
    font-size: 2em;
    font-weight: bold;
    font-family: 'BB', 'Times New Roman', Times, serif;
    color: #FFFFFF;
    margin: 0;
}

    .actionButton h3.solutions {
        font-weight: initial;
        text-align: right;
        text-transform: lowercase;
        font-family: 'roboto-regular', Verdana,Helvetica,Arial,sans-serif;
        letter-spacing: 5px;
    }

.buttonControl {
    display: inline-block;
    color: #FFFFFF;
    background-color: rgba(230,220,220, 0.5);
    border-radius: 15px;
    width: 5%;
    position: absolute;
    font-size: 4em;
    font-weight: bold;
    padding: 3% 0 0 0;
    text-align: center;
    margin-top: 0.5%;
    cursor: pointer;
}

.footCol {
    display: inline-block;
    margin: 0 1.75% 1% 1.75%;
    width: 30.5%;
    vertical-align: top;
}

#navMobile{
    display:none;
    background-color:rgba(0,0,0,0.85);
    color:#FFFFFF;
    position:absolute;
    z-index:100;
    width:75%;
    height:100%;
    padding:5%;
    top:0;
    left:25%;
}
    #navMobile a {
        color:#FFFFFF;
    }
    #navMobile a:visited{
        color:#F0F0F0;
    }

/* MEDIA LEVEL */
@media (max-width: 1023px) {
  html {
    font-size: 14px;
    overflow-x:hidden;
  }
  h2{
      font-size:2em;
  }
  header{
      margin-bottom:15%;
  }
    #divHamburger{
        padding-top:3%;
        height:25px;
        width:25px;
        float:right;
        cursor:pointer;
    }
        #divHamburger img {
            width: 25px;
            height: 25px;
        }
    #divLogo {
        top: 98px;
    }
    #divAction {
        min-height: 200px;
    }
    .actContent input[type=button] {
        font-size:1em;
    }
    #divButtons {
        max-height: auto;
        display: block;
        flex-wrap: wrap;
        overflow: unset;
        width:100%;
    }

    #divContent {
        border-radius: 95% / 20%;
        min-height: 500px;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        padding-bottom:5%;
        margin-bottom:0;
    }
    .actionButton {
        background-position: center center;
        border: 2px solid #0041d1;
        float:left;
        max-height:75px;
        margin-bottom:3%;
        padding-top:6%;
    }
    .actionButton h3 {
        font-size:1em;
    }

        .actionButton h3.solutions {
            font-size:0.725em;
            letter-spacing:2px;
        }

    .actContent {
        text-align: right;
        font-size: 1.275em;
        display: none;
    }
    #divFootCol1 {
        margin-left: 1%;
    }
    .footCol {
        display: inline-block;
        margin: 0 2% 1% 2%;
        width: 29.5%;
        vertical-align: top;
    }
}
@media (min-width: 1024px) {
    .mobile{
        display:none;
    }
    .desktop{
        display:inline-block !important;
    }
    /* TAG LEVEL */
    html {
        font-size: 16px;
    }

    nav {
        float: right;
        position: relative;
        width: 62.83%;
        text-align: center;
    }

        nav a {
            color: #FFFFFF;
            font-size: 1.5em;
            font-weight: bold;
            display: inline-block;
            width: 28%;
            margin: 0 2% 0 2%;
        }

            nav a:hover {
                color: #0041d1;
                text-decoration: none;
            }

    /* IDs */

    #divContact {
        padding: 0.5% 0;
        width: 100%;
    }

    #divAddress {
        float: left;
        font-size: 0.875em;
    }

    #divSupport {
        float: right;
        font-size: 1.25em;
        text-align: right;
    }

    #divAction {
        min-height: 325px;
    }

    #divAdjust {
        position: relative;
        top: -75px;
    }

    #divMapContainer {
        font-size: 0.7143em;
    }

    #divMap {
        background-color: #FFFFFF;
        border-radius: 20px;
        height: 325px;
        transition: width linear 1s, height linear 1s;
        width: 275px;
    }

    /* CLASSes */


    .menu {
        background-color: rgba(0,0,0,0.75);
        display: none;
        font-size: 1em;
        font-weight: normal;
        margin-top: 5.8%;
        margin-left: -100%;
        position: absolute;
        text-align: left !important;
        width: 100%;
        z-index: 100;
    }

        .menu a {
            color: #FFFFFF;
            font-size: 1em;
            font-weight: normal;
            display: inline;
            width: auto;
            margin: 0;
        }

        .menu ul {
            list-style-type: none;
            column-count: 3;
            column-gap: 25px;
            column-rule: 1px dotted #333333;
            padding: 0;
            margin: 0;
            margin: 2.5%;
        }

        .menu li {
            padding: 10%;
        }

            .menu li:hover {
                background-color: #FFFFFF;
                border-radius: 5px;
                color: #0041d1;
                cursor: pointer;
            }

                .menu li:hover a {
                    color: #0041d1;
                }




}