@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: PT_Serif-Regular;
    src: url(../fonts/PT_Serif-Regular.ttf);
}

@font-face {
    font-family: PT_Serif-Bold;
    src: url(../fonts/PT_Serif-Bold.ttf);
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Poppins-Regular', sans-serif;
    color: #515151;
}

a {
    color: #515151;
}

a:hover {
    /* ?? */
}

img {
    border: 0;
    outline: 0;
}

.dotted_bottom_link {
    border-bottom: 1px dotted #969696;
    text-decoration: none;
}

.header_text {
    font-size: 2.81rem;
    color: #515151;
    font-family: 'PT_Serif-Bold', serif;
}

.header_text_2 {
    font-size: 1.81rem;
    color: #515151;
    font-family: 'PT_Serif-Bold', serif;
}

.center_text {
    text-align: center;
}

.yellow_sep {
    background: #fcc42a;
    height: 3px;
    width: 60%;
    border: none;
    margin: 20px 0;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

#header_contents {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 35px;
    display: flex;
    flex-direction: row;
}

.header_logo {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_logo img {
    width: 147px;
    height: 55px;
    top: 35px;
}

.header_nav {
    margin-left: auto;
    margin-right: .3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
}

.header_nav ul {
    list-style-type: none;
}

.header_nav ul li {
    float: left;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 1.15rem;
    margin-right: 24px;
}

.header_nav ul li a:link, .header_nav ul li a:visited {
    text-transform: Uppercase;
    text-decoration: none;
    color: rgb(81, 81, 81);
}

.header_nav ul li a:hover {
    color: rgb(81, 81, 81);
}

.header_search_menu {
    margin-right: 0em;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 3;
}

#search {
    background: url('../images/search.png');
    background-size: 58px;
    background-repeat: no-repeat;
    background-position: 0px -61px;
    width: 58px;
    height: 45px;
    cursor: pointer;
}

#menu {
    background: url('../images/menu.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 58px;
    height: 45px;
    cursor: pointer;
}

#menu_flyout {
    background: #515151;
    padding-top: 68px;
    height: 100vh;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

#menu_flyout ul {
    margin-bottom: 100px;
}

.top_flyout a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
}

.bottom_flyout a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}

#mid_stripe {
    height: 295px;
    background-color: #e3e3e3/*#fcc42a*/
    ;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    margin-top: 95px;
}

#container {
    background: #fff;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 178px;
    box-sizing: border-box;
    padding: 50px 85px 150px 85px;
    z-index: 6;
    min-height: 100%;
    margin-bottom: -137px;
}

#container_content_top {
/*  display: flex;
    flex-wrap: nowrap; */
    align-items: center;
    margin-top: 1rem;
}

#container_content_top_left {
    width: 100%;
    padding-right: 2rem;
    font-size: .8rem;
}

#container_content_top_right {
    width: 30%
}

#resources {
    display: flex;
    width: 100%;
    margin: 35px 0 50px 0;
}

.resource {
    width: 33%;
    font-size: 1.1rem;
}

.resource a {
    text-decoration: none;
}

.resource a:hover {
    /*background-position: 50% 1.35em;
    background-image: linear-gradient(to right, #fcc42a 100%, #fcc42a 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;*/
}

div.resource:nth-child(2) {
    margin-left: 80px;
}
#citrix_icon {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
#outlook_icon {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

#portal_icon {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 14px;
}

#emergency_icon {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 15px;
}

#citrix {
    width: 95px;
}

#respective_links a {
    line-height: 1.5rem;
}

#statuses {
    background: #fff;
    color: #515151;
    padding: 0px 20px 0px 30px;
    font-size: .8rem;
    box-shadow: inset 10px 0px 0px #fcc42a;
}

#status_header {
    font-size: .9rem;
    text-transform: uppercase
}

.maincitrixlink {
    text-decoration: none;
    color: #3a90ec;
    font-size: 24px;
}

.offices {
    width: 100%;
    margin: 20px 0 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.office {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 1rem;
    width: 287px;
    justify-content: center;
    padding-right: 23px;
    margin-bottom: 40px;    
}
.officelink {
    color: #515151;
    font-family: 'Poppins-Medium', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

a.officelink:hover {
    /*background-position: 50% 1.35em;
    background-image: linear-gradient(to right, #fcc42a 100%, #fcc42a 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;*/
}

.officedetails {
    margin-top: .5rem;
    font-size: .8rem;
}

#plump, footer {
    height: 137px;
}

footer {
    display: flex;
    flex-direction: row;
    background: #515151;
    position: static;
    height: 137px;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 70px;
    padding-top: 35px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

#disclaimer {
    font-size: .8rem;
    width: 33%;
}

#lex {
    display: block;
    font-size: 1.1rem;
    font-family: 'Poppins-SemiBold', sans-serif;
    margin-top: 10px;
}

#signup_footer {
    text-align: right;
    width: 53%;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 1.1rem;
    padding-top: 12px;
    z-index: 0;
}

#arrow {
    margin-left: 1rem;
    height: 30px;
    position: relative;
    top: 10px;
    z-index: -1;
}

#social_media {
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 20px;
}

#x {
    height: 25px;
    padding-right: 15px;
}

#linkedin {
    height: 30px;
    padding-right: 20px;
}

#facebook {
    height: 30px;
}

@media screen and (max-width:1440px) {
    #resources {
        display: flex;
        width: 100%;
        margin: 20px 0 50px 0;
    }
    .resource {
        width: 33%;
        font-size: .9rem;
    }
    div.resource:nth-child(2) {
        margin-left: 45px;
    }
    #outlook_icon {
        height: 22px;
    }
    #portal_icon {
        height: 22px;
    }
    #emergency_icon {
        height: 22px;
    }
    .offices .office {
        width: 275px;
    }
    #signup_footer {
        width: 43%;
    }
}

@media screen and (max-width:1024px) {
    .offices .office {
        width: 255px;
    }
    #header_contents {
        justify-content: space-between;
        padding: 20px;
    }
    .header_logo img {
        width: 60%;
    }
    #container_content_top {
        display: initial;
    }    
    #container_content_top_left {
        width: 100%;
    }
    #resources {
        flex-direction: column;
    }
    .resource a {
        font-size: 1.5rem;
    }
    .resource img {
        display: none;
    }
    .resource {
        width: 100%;
        margin-bottom: 20px;
    }
    div.resource:nth-child(2) {
        margin-left: 0px!important;
    }
    #container_content_top_right {
        width: 100%;
        padding-bottom: 60px;
    }
    #container {
        margin-bottom: -20px;
    }
    footer {
        flex-direction: column;
        height: 300px;
        padding: 20px;
    }
    #disclaimer {
        width: 100%;
    }
    #signup_footer {
        width: 100%;
    }
    #social_media {
        width: 90%;
        margin: 20px auto;
        padding-left: 0;
    }
}

@media screen and (max-width:795px) {
    .header_nav ul li {
        font-size: .8rem;
    }
    .header_logo img {
        width: 60%;
    }
}

@media screen and (max-width:650px) {
    .header_nav {
        display: none;
    }
    #container {
        padding: 20px;
    }
    #container_content_top {
        flex-wrap: wrap;
    }
    #container_content_top_left {
        width: 100%;
    }
    .resource {
        font-size: 2rem;
    }
}