/*Header Styles*/

@font-face {
    font-family: ArcLanding;
    src: url(/sites/default/files/GT-America-Standard-Regular.woff);
}

@font-face {
    font-family: ArcLandingMedium;
    src: url(/sites/default/files/GT-America-Standard-Medium.woff);
}

@font-face {
    font-family: ArcLandingBold;
    src: url(/sites/default/files/GT-America-Standard-Bold.woff);
}

.navbar {
    margin-bottom: 0;
}

.navbar .logo {
    padding-right: 0;
    padding-left: 0;
}


@media screen and (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-nav {
    float: right;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        margin-top: 0;
    }
    .smk_accordion{
        width: 100% !important;
    }

}

@media only screen and (max-width: 500px) {
    .navbar-nav {
        float: left;
    }
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-collapse {
    max-width: 1100px;
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 769px) {
    .navbar-collapse.in {
        overflow-y: visible !important;
    }
}

ul.menu.nav.navbar-nav a:hover {
    color: white;
}

.logo img {
    /* width: 60px;
  height: auto;
  margin-top: -10px; */
}

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

.nav>li {
    display: block;
    position: relative;
}

.navbar-nav>li>a {
    color: #606c76;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

ul.menu.nav a {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    ul.menu.nav {
        display: block;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    ul.menu.nav li {
        float: none;
        text-align: center;
    }
}

header#navbar {
    z-index: 30;
    height: 72px !important;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #EDEDED;
}

header#navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}

header#navbar .container .navbar-collapse {
    float: right;
}

.navbar-header {
    float: right;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background: #58CAF4;
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        background: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: 0;
    }
}


/* Account menu*/

#utilityNav {
    margin-top: 10px !important;
    float: right;
}

#utilityNav li {
    display: block;
    float: left;
    list-style: none;
    text-decoration: none;
    margin: 0;
}

#utilityNav li a.menu-links {
    margin: 0;
    display: block;
    /* font-size: 13px; */
    font-size: 18px;
    line-height: 25px;
    padding: 15px 20px;
    /* text-transform: uppercase; */
    font-weight: normal;
}

#utilityNav li span.user-info {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 20px;
    font-weight: bold;
}

#utilityNav #account-nav a {
    padding: 11px 25px 10px 7px;
}

#utilityNav #account-nav.opened a .drop-arrow {
    margin-top: -4px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#utilityNav #account-nav {
    position: relative;
    z-index: 5;
    border: 1px solid #ccc;
    border-width: 0;
    /*margin: 0 0 0 18px;*/
    background: none;
}

#utilityNav #account-nav .drop-arrow {
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #999;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}

#utilityNav #account-nav ul.dropdown-menu-login {
    width: 440px;
    padding: 0;
    margin-top: 53px;
}

@media (max-width: 769px) {
    /* #utilityNav #account-nav ul.dropdown-menu-login {
    width: 345px !important;
  } */
}

#utilityNav #account-nav #load-menu {
    float: left;
    margin: 0;
    display: block;
    font-size: 13px;
    line-height: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}

#utilityNav #account-nav #load-menu:hover,
#utilityNav #account-nav #load-menu:focus {
    background-color: transparent !important;
}

.dropdown-menu-login a {
    padding: 0px !important;
    color: #0084c8 !important;
    text-decoration: none !important;
    /*font-weight:bold !important;*/
    font-size: 12px !important;
    text-transform: none !important;
}

#user-login-block-form-fields div.form-item-name, #user-login-block-form-fields div.form-item-pass {
    clear: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.create_account_link {
    float: none !important;
    display: inline !important;
}

#account-menu-target ul {
    top: -1050%;
    opacity: 0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 10;
    width: 265px;
    position: absolute;
    right: 0;
    margin-top: -1px;
    padding: 5px 0;
    background: #fafafa;
    border: 1px solid #CCC;
    border-top-color: #aaa;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
}

#account-menu-target .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
}

#account-menu-target ul {
    top: 100%;
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    display: block;
    left: auto;
    margin-right: -1px;
}

.page-user-login .alert-danger a {
    display: none;
}

.dropdown-menu-login .panel {
    border-radius: 0px;
    border-color: transparent;
}

#block-system-main #user-login .policy-wrapper-2 {
    margin-bottom: -10px !important;
}

#block-system-main #user-login .panel-body,
#account-menu-target #user-login .panel-body {
    padding-bottom: 10px !important;
}

#block-system-main #user-login #policy-error-user-login {
    margin-top: 57px !important;
}

#block-system-main #user-login #edit-submit {
    /* top: 35px; */
}


/*Content Styles*/

html {
    font-family: ArcLanding !important;
}

body {
    font-size: 2.28em;
    background: white;
    font-family: ArcLanding !important;
    padding-top: 0;
    color: #28323B;
}

a {
    color: #0084c8;
    font-weight: bold;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1.8em;
}

h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 1.2;
}

@media only screen and (max-width: 500px) {
    h2 {
        font-size: 1.5em;
    }
}

h3 {
    padding-top: 20px;
}

hr {
    margin-top: 50px;
    margin-bottom: 60px;
    border-width: 1px 0 0;
    border-color: #b2b2b2;
    opacity: 0.8;
}

.page-header {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 15px;
    margin: 0 0 40px 0;
}

.clear {
    display: block;
    float: none;
    clear: both;
}

.center {
    text-align: center;
    padding-top: 30px;
    font-size: 22px;
    line-height: 2;
}

iframe {
    max-width: 100%;
}


/* Icons and graphics */

.icons {
    vertical-align: top;
    display: inline-block;
    max-width: 30%;
    min-width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .icons {
        max-width: 100%;
        float: none;
        display: block;
    }
}

img.icon {
    float: none;
    margin-right: 0;
    padding-top: 20px;
    margin-bottom: -20px;
    max-width: 90px;
}

img.icon:hover {
    opacity: .8;
}

p.icon {
    font-size: 15px;
}

h3.icon {
    font-size: 15px;
    margin-bottom: -2px;
    margin-top: 0;
}

.icon-row {
    text-align: center;
    padding-bottom: 10px;
}


/* Messaging */

.alert.alert-block.alert-danger {
    font-size: 14px;
}

.block-system #user-login {
    margin-top: 20px;
}


/** Maintenance page css change starts: YA 3/31/18 **/

.maintenance-page.in-maintenance #page {
    text-align: center;
    margin-top: 40px;
}


/** Maintenance page css change ends: YA 3/31/18 **/


/* Containers */

.content-container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-container {
    width: 100%;
}
.main-container .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}


/* Agreement Styles */

ol li ol {
    color: #868686;
}


/* Animation Scroll Styles */

.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}

.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}


/* Desktop/Mobile */

@media only screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }
}


/*Footer Styles*/


.footer_block-1 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.footer_block-2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}

.footer {
    width: 100%;
    padding: 0;
    border-top: 1px solid #EDEDED;
}

.footer p {
    color: white;
}

.footer a {
    color: #28323B;
    font-weight: normal;
}

.nav>li>a:hover,
.nav>li>a:focus {}

.region-footer {
    margin: 0 auto;
}

.leaf>a {
    color: #fff;
}

ul.menu.nav {
    display: inline-block;
}

ul.menu.nav li {
    float: left;
}

.block-menu {
    text-align: left;
}

#copyright {
    font-family: ArcLanding;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0px;
}

section#block-block-3 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 25px 0px;
    background-color: #FAFAFA;
    color: #28323B;
}

section#block-block-4, .footer #block-block-6 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 60px 100px;
}

img.social-icon {
    display: inline-block;
    /*float: left;*/
    width: 20px;
    margin-right: -14px;
}

img.social-icon:hover {
    opacity: .8;
}

@media only screen and (max-width: 907px) {
    .events_grid{
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    img.social-icon {
        float: none;
    }
}

.footer-row img{
    width: 84px;
}

.footer-address,
.footer-subscribe,
.footer-social {
    float: left;
    width: 28%;
    margin-left: 15px;
    margin-right: 15px;
}

#arc-terms-wrapper {
    display: inline;
}

#arc-terms-wrapper a {
    font-weight: normal;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .footer-address,
    .footer-subscribe,
    .footer-social {
        float: none;
        width: 100%;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
}

footer h4 {
    margin-bottom: 20px;
}

footer p {
    font-size: .8em;
}

@media only screen and (max-width: 767px) {
    footer ul.menu.nav li {
        background-color: transparent;
    }
}

.light-gray-bg {
    background: #A0ACBB;
    color: white;
    padding-bottom: 60px;
    padding-top: 20px;
    text-align: center;
}

.light-gray-bg p {
    color: white;
}

.lighter-gray-bg {
    background: #C0C1C2;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}

.lighter-gray-bg a {
    font-weight: normal;
    font-size: .8em;
}

.dark-gray-bg {
    background: #396079;
    color: white;
    padding-bottom: 60px;
    padding-top: 20px;
    text-align: center;
}

.dark-gray-bg p {
    color: white;
}

.dark-gray-bg h2 {
    font-size: 2em;
}

.left-title {
    width: 40%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .left-title {
        width: 100%;
        float: none;
    }
}

.right-content {
    text-align: left;
    width: 60%;
    float: left;
    line-height: 1.4;
    font-size: .8em;
}

.right-content p {
    margin: 0 0 1em;
}

@media only screen and (max-width: 768px) {
    .right-content {
        text-align: center;
        width: 100%;
        float: none;
    }
}


/*Homepage Styles*/

img.arc-devices {
    /* margin-top: -230px; */
    max-width: 100%;
}

@media screen and (max-height: 500px) {
    img.arc-devices {
        /* margin-top: -20px; */
    }
}

.home-text {
    text-align: center;
    color: #707070;
}

h2.home-text {
    /*max-width: 750px;*/
    margin: 0 auto;
    font-size: 4em;
    color: white;
    padding-top: 65px;
}

@media screen and (max-width: 864px) {
    h2.home-text {
        font-size: 3em;
    }
}

@media only screen and (max-width: 500px) {
    h2.home-text {
        font-size: 2em;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 500px) {
    h3.home-text {
        font-size: 1em;
    }
}

.feature-icon {
    max-height: 50px;
}

.data-performance {
    padding-top: 30px;
}

.right-text h2 {
    text-align: center;
}

.right-text h3 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.right-text p {
    font-size: .8em;
    margin-left: 20px;
}

.icon-box-basic {
    position: relative;
    margin: 25px 0;
    padding-left: 55px;
    min-height: 40px;
    overflow: hidden;
}

.icon-box-basic img {
    max-width: 30px;
    position: absolute;
    left: 0;
    margin-right: 10px;
}

img.platform-icons {
    float: left;
    margin-right: 10px;
    max-width: 50px;
}

img.image-left {
    float: left;
    max-width: 650px;
    margin-left: -60px;
    margin-top: -30px;
}

@media screen and (max-width: 864px) {
    img.image-left {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: -80px;
    }
}

.center-text {
    text-align: center;
}

img.arc-video {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    img.arc-video {
        display: block;
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    img.arc-video {
        display: block;
        clear: both;
    }
}


/* Resources Page Styles */

#banner-resources .bannertext {
    margin-top: 5%;
}

.resources a {
    font-weight: normal;
    color: #868686;
}

.resources a:hover {
    color: #333;
    text-decoration: underline;
}

.resources p {
    margin: 0;
}

.resources .col-xs-5 {
    margin-bottom: 40px;
}

h2.resource-text {
    margin: 0 auto;
    font-size: 3.5em;
    color: white;
    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 864px) {
    h2.resource-text {
        font-size: 3em;
    }
}

@media only screen and (max-width: 767px) {
    h2.resource-text {
        font-size: 2em;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 500px) {
    h2.resource-text {
        font-size: 2em;
        padding-top: 40px;
        margin-top: 40px;
    }
}


/*About Page Styles*/

#banner-about .bannertext {
    margin-top: 5%;
}

.text-right-arc {
    margin-top: -20px;
}

@media screen and (max-width: 956px) {
    .text-right-arc {
        text-align: center;
        margin-top: 20px;
    }
}

.video-left {
    float: left;
    max-width: 650px;
    margin-right: 40px;
}

@media screen and (max-width: 956px) {
    .video-left {
        float: none;
        margin: auto;
        display: block;
        max-width: 100%;
    }
}


/* Carousel styles */

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    height: 100%;
    max-width: none;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(22, 22, 24, 0.8);
    text-align: left;
}

.carousel-caption p {
    color: white;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 30%;
    }
}

.carousel-indicators {
    bottom: 0;
}

.item {
    position: absolute;
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
    content: none;
}

div#productCarousel {
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 968px) {
    div#productCarousel {
        max-width: 100%;
        margin: auto;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .building-carousel>.item>img,
    .carousel-inner>.item>a>img {
        height: 500px;
    }
}


/* Modal styles */

.modal-content li {
    font-size: .8em;
    color: #868686;
}

.modal-content p {
    margin: 0 0 .8em;
}

h4.modal-title {
    font-size: 1.5em;
    text-align: center;
}


/* Button styles */

.btn-lg,
.btn-sm {
    border-radius: 20px;
}

.btn-info {
    color: #fff;
    background-color: #58CAF4;
    border-color: #58CAF4;
}

.btn-info:hover {
    background-color: #58CAF4;
    border-color: #58CAF4;
    opacity: .8;
}

.btn {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

button a,
.btn a {
    color: white;
}

button a:hover,
.btn a:hover {
    text-decoration: none;
}

#user-login-form .btn-default {
    color: #fff;
    background-color: #83cbae;
    border-color: #83cbae;
}

#user-login-form .btn-default:hover {
    background-color: #83cbae;
    border-color: #83cbae;
    opacity: .8;
}

#user-login-form .btn {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#user-login-form button a,
#user-login-form .btn a {
    color: white;
}

#user-login-form button a:hover,
#user-login-form .btn a:hover,
a#login-box-trigger-lg {
    text-decoration: none;
}


/*Label*/

#user-login-form label {
    font-size: 15px;
}

.dropdown-menu-login #user-login-form label {
    font-size: 13px;
    color: #555;
}


/* Button Animation */

.btn-arrow span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    margin-right: 5px;
}

.btn-arrow span:after {
    content: '\00a0';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-arrow:hover span {
    padding-right: 15px;
}

.btn-arrow:hover span:after {
    opacity: 1;
    right: 0;
}

.btn.btn-info {
    min-width: 200px;
}

@media only screen and (max-width: 500px) {
    .btn.btn-info {
        min-width: 200px;
    }
}

.btn.btn-info.btn-lg.feature {
    margin-left: 20px;
    margin-right: 20px;
}


/*Grid*/

li.views-fluid-grid-item {
    border: none;
    background-color: transparent;
}

ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
    height: auto;
    padding-bottom: 40px;
}

@media only screen and (max-width: 500px) {
    li.views-fluid-grid-inline.views-fluid-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}

.view-id-articles {
    background-color: transparent;
}

.view-id-articles span.field-content {
    font-size: 14px;
    font-weight: normal;
}

.view-id-articles a {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

span.field-content {
    font-size: 14px;
}

.field-item.even>img {
    height: auto;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

div.views-fluid-grid {
    margin: 0 auto;
    max-width: 850px;
}

.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-2-list {
    -webkit-columns: 200px 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 200px 2;
    /* Firefox */
    columns: 200px 2;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .col-2-list {
        -webkit-columns: 1;
        /* Chrome, Safari, Opera */
        -moz-columns: 1;
        /* Firefox */
        columns: 1;
    }
}


/* Video grid styles */

img.arc-video {
    max-width: 230px;
    width: 100%;
}


/* Other Grids */

.col-xs-2 {
    text-align: center;
    font-size: .8em;
    width: auto;
    vertical-align: text-bottom;
    margin-left: 4%;
    margin-right: 4%;
    font-weight: bold;
    display: inline-block;
    float: none;
    margin-top: 20px;
}

.col-xs-2 img {
    max-width: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .col-xs-2 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.row {
    margin-bottom: 20px;
}

.col-xs-5 {
    width: 50%;
    text-align: center;
}

.col-xs-5 h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .col-xs-5 {
        width: 100%;
    }
}

.col-xs-2 img:hover {
    opacity: .6;
}

.col-xs-5 img:hover,
img.platform-icons:hover {
    opacity: .3;
}

@media only screen and (max-width: 500px) {
    /*.col-xs-4 {
        width: 100%;
    }*/
}


/* Homepage Grids */

.homepage-article-grid span.field-content {
    font-size: 15px;
    font-weight: 400;
}

.homepage-article-grid .views-field.views-field-title a {
    font-size: 14px;
    font-weight: 400;
}


/*Banner*/

.bannertext {
    text-align: center;
    margin: 0 auto;
    padding-top: 5%;
    max-width: 800px;
}

.bannertext h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    font-size: 45px;
}

.bannertext p {
    font-size: 20px;
    color: white;
    max-width: 470px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .bannertext p {
        font-size: 20px;
    }
}

.bannertext hr {
    color: white;
    opacity: 1;
    height: 2px;
    max-width: 250px;
}

@media only screen and (max-width: 992px) {
    .bannertext {
        padding-top: 8%;
    }

    header#navbar{
        height: 76px;
    }
}

@media only screen and (max-width: 768px) {
    .bannertext {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 500px) {
    .bannertext {
        padding-top: 20px;
    }
}

.bannerimage {
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 20px;
    min-height: 50vh;
}

@media only screen and (max-width: 768px) {
    .bannerimage {
        background-size: cover;
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 500px) {
    .bannerimage {
        background-size: cover;
        background-attachment: scroll;
    }
}

#banner-home,
#banner-about {
    min-height: 100vh;
}

#banner-resources {
    min-height: 50vh;
}

@media only screen and (max-width: 500px) {
    #banner-about,
    #banner-resources {
        min-height: 400px;
    }
}

.field.field-name-field-feature-banner {
    margin-top: 0px !important;
}


/* Tabs to Accordion Styles */

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    max-width: 1100px;
    margin: auto;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    line-height: 31px;
    color: gray;
    overflow: hidden;
    position: relative;
    width: 19%;
    font-size: .8em;
    line-height: 1.2;
}

ul.tabs lihover {
    opacity: .7;
}

ul.tabs img {
    opacity: .5;
}

ul.tabs li.active {
    color: #544d4d;
    opacity: 1;
    display: block;
    font-weight: bold;
}

ul.tabs li.active img {
    opacity: 1;
}

.tab_container {
    border-top: none;
    clear: both;
    text-align: left;
    width: 100%;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.tab_content h3 {
    padding-top: 0;
}

.tab_drawer_heading {
    display: none;
}

.title-card {
  padding: 0px 0px 56px 113px;
  background-color: #FAFAFA;
  overflow: hidden;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid white;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@media screen and (max-width: 768px) {
    h3.tab_drawer_heading {
        text-align: center;
    }
}

.tabs img {
    max-width: 50px;
    margin-bottom: 10px;
}

.tabs img:hover {
    opacity: .6;
}

@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .d_active {
        background-color: #666;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    div#tabs-to-accordion {
        padding-bottom: 40px;
    }
}


/* Accordion Styles */

.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    width: 80%;
}

.smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    border-top: 1px solid #EDEDED;
    overflow: hidden;
}


.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    padding: 18px;
    /*font-size: 18px;*/
    display: block;
    cursor: pointer;
    /*font-weight: bold;*/
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    background: url(/sites/default/files/arrow_down.svg) no-repeat;
    transition: transform .35s ease;
    transform: rotateZ(0deg);
}


/* General Accordion Styles */

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
    display: block;
}

.smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
    background: url(/sites/default/files/arrow_down.svg) no-repeat;
    transform: rotateZ(-180deg);
    transition: transform .35s ease;
    right: 15px !important;
    margin-top: -14px !important;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-right: 40px;
    padding-left: 0px;
}


/*Print Styles*/

@media print {
    .bannerimage {
        display: none;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
}


/* Media queries */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #account-nav ul.dropdown-menu-login {
        width: 300px !important;
    }
    #account-menu-target ul {
        right: -25px !important;
    }
    #navbar .form-type-checkbox.form-item-field-policy-accept.form-item.checkbox {
        top: 285px !important;
    }
    .page-user-login .main-container {
        width: 90% !important;
        padding-top: 17% !important;
    }
    /*#block-system-main .form-type-checkbox.form-item-field-policy-accept.form-item.checkbox{
      position: absolute !important;
      left: auto !important;
      top: auto !important;
    }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /*#block-system-main .form-type-checkbox.form-item-field-policy-accept.form-item.checkbox{
      position: absolute !important;
      left: 16px !important;
    }*/
}


/* Articles listing styles */

.view-articles {
    margin: 0 10%;
    font-size: 16px;
    color: #28323B;
    font-family: ArcLanding;
}

.view-articles .views-field-field-art-feature-image {
    margin: 5px 0px;
}

.art-grid .article-grid {
    margin-bottom: 0.75em;
    border: 1px solid #dddddd;
    height: 430px;
}

.art-grid .article-sub-header {
    color: #68737D;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 8px;
}

.art-grid .grid-bottom {
    text-align: left;
    padding-top: 10px;
    text-align: left;
    padding: 2% 7%;
}

.art-grid .article-sub-header-2 {
    margin-top: 10px;
}

.art-grid .article-sub-header-3 {
    box-sizing: border-box;
    bottom: 20px;
    position: absolute;
}

.art-grid .article-sub-header-2 a {
    font-weight: bold;
    font-family: ArcLandingMedium !important;
    color: #28323B;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 22px;
}

.art-grid .article-sub-header-3 .author_name_article {
    color: #28323B;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.art-grid .article-sub-header-3 .date_article {
    color: #707479;
    font-size: 15px;
    line-height: 24px;
}

.art-grid .article-grid .img-responsive {
    height: 180px;
    width: 100%;
}

.learn_more_article .title p {
    line-height: 22px;
    font-size: 20px;
    color: #28323B;
}

.learn_more_article .desc a {
    line-height: 22px;
    font-size: 20px;
    color: #28323B;
    font-weight: bold;
    font-family: ArcLanding;
}

.view-articles #userLogin-form,
.node-article-new #userLogin-form {
    top: -51px;
}

.view-articles #edit-field-policy-accept {
    margin-top: 4px !important;
}


/* Articles details page styles */

.article-new .content {
    /*margin: 0 10%;*/
    color: #28323B;
    font-family: ArcLanding;
}

.article-new .content p,
.about-wrapper p,
.about-wrapper p a {
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.article-new .content p {
    padding-bottom: 30px !important;
}

.article-new .content h3,
.about-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;
}

.article-new .content .field-name-field-authored-by {
    font-size: 20px;
}

.article-new .content .field-name-field-published-on {
    font-size: 20px;
}

.article-new .content a,
.about-wrapper a,
.about-wrapper p a {
    color: #1775D2;
    cursor: pointer;
    font-weight: normal;
}

.article-new .content li,
.about-wrapper li,
article.page li{
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;
    margin-bottom: 12px;
}
.article_new-cust-class .content li p{
  margin: 0;
  padding: 0 !important;
}

.about-wrapper .content-container {
    padding-top: 60px;
}

.article-new table,
.article-new td,
.article-new th {
    border: 1px solid #28323B;
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;
    margin-bottom: 12px;
}

.article-new table {
    border-collapse: collapse;
    width: 100%;
}

.article-new th,
.article-new td {
    height: 50px;
    padding: 1% 1%;
}

.article-new h2 {
    font-family: ArcLandingBold;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.about_main_container p {
    padding-bottom: 30px !important;
}

.article-new #userLogin-form p {
    padding-bottom: 0px !important;
    line-height: inherit !important;
}

.article-new .border_box {
    border: 1px solid #28323B;
    padding: 0px 30px;
}

.article-new .innovate_icon {
    background: url(/sites/default/files/innovate_clear_background.png) no-repeat center;
    height: 150px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.article-new .school_project_list {
    background: url(/sites/default/files/school_project_list.png) no-repeat center;
    height: 200px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.article-new .school_energy_graph_1 {
    background: url(/sites/default/files/school_energy_graph_1.png) no-repeat center;
    height: 400px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.article-new .school_energy_graph_2 {
    background: url(/sites/default/files/school_energy_graph_2.png) no-repeat center;
    height: 400px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.article-new .school_smartphone_image {
    background: url(/sites/default/files/school_smartphone_image.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}

.article-new .school_whitefish {
    background: url(/sites/default/files/school_whitefish.jpg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
    height: 700px;
}


/*CSS for nav header*/

#edit-field-policy-accept {
    /*margin-top: 11px !important;*/
    cursor: pointer;
}

.header {
    width: 100%;
}

.arc-logo {
    width: 84px;
    height: 53px;
    margin: 10px;
    margin-left: 0px;
}

.inline {
    display: inline-block;
}

.login-container{
    margin-left: auto;
    order: 2;
}

.main-header-content{
    display: flex;
}

.header-items {
    cursor: pointer;
    font-size: 18px;
    line-height: 72px;
    padding: 0px 0px 0px 40px;
    display: inherit;
    width: 100%;
}

.get-started{
    margin-left: 32px;
}

.space-left-right {
    display: flex;
    justify-content: space-between;
}

#header_dropdown li {
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    margin-bottom: 0px;
}

#header_dropdown {
    left: 0px;
    border: none;
    padding-bottom: 0px;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.mr36 {
    margin-right: 36px;
}

.nav-item a:hover,
.nav-item:hover,
.hidden_anchor a:hover,
nav-item :hover {
    
}

a {
    color: #1775D2;
    font-weight: bold;
    cursor: pointer;
}

body {
    color: #28323B;
    font-family: ArcLanding;
}

.title-card .right img {
    width: 100%;
}

.title-card .left {
    padding-top: 70px;
}

.title-card .left.heading-only {
    padding-top: 136px;
}

.title-card {
    padding: 0px 0px 56px 113px;
    background-color: #FAFAFA;
    overflow: hidden;
    padding-bottom: 0px;
}

.btn-primary,
p.submit input {
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border: none;
    background-color: #1775D2;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0px 20px;
    font-family: ArcLanding !important;
}

.heading1 {
    color: #28323B;
    margin-bottom: 24px;
    font-family: ArcLandingMedium !important;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
}

.heading2 {
    color: #28323B;
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
}

.heading3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.learn-card{
    padding: 60px 100px;
}

.faq-card {
    padding: 60px 113px;
}

.flex {
    display: flex;
}

.mr15 {
    margin-right: 15px;
}

.center-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px;
}

article .desc {
    padding: 12px 25px;
    border: 1px solid #DDDDDD;
    width: 100%;
    height: 187px;
    position: relative;
}

/*article img {
    width: 100%;
    height: 164px;
}*/

article p img{
  max-width: 100%;
}

article .source {
    color: #1775D2;
    font-size: 16px;
    font-weight: 500;
    line-height: 6px;
}

article .title {
    font-size: 20px;
    font-weight: 900;
    line-height: 23px;
    margin-top: 5px;
}

article .author {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 1px;
}

article .date {
    color: #707479;
    font-size: 14px;
    line-height: 24px;
}

.article_footer {
    position: absolute;
    bottom: 0px;
}

article {
    /*margin-bottom: 15px;*/
}

.arc-info-card,
.arc-video-card, .arc-main-card {
    padding: 60px 100px;
}

.arc-info-card img, .arc-main-card img {
    width: 90%;
}

.arc-info-card .image, .arc-main-card .image {
    height: 600px;
    padding: 50px 80px;
    background-color: #FAFAFA;
    overflow: hidden;
}

.info-heading1 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
}

.info-heading2 {
    margin-bottom: 15px;
    color: #28323B;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
}

.info-heading3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    color: #28323B;
    margin-bottom: 16px;
}

.info-heading3-bold {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    color: #28323B;
    margin-bottom: 16px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
}

.info-heading5 {
    color: #28323B;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}

.info-heading6{
    color: #707479;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
}

.info-heading7{
    color: #28323B;
    font-family: ArcLanding; 
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    padding-bottom: 30px;
}

.info-list li, .info-list{
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.pt70 {
    padding-top: 70px;
}

.arc-video-card {
    background-color: #FAFAFA;
}

.arc-video-card iframe {
    height: 288px;
    width: 100%;
}

.mt3 {
    margin-top: 3px !important;
}
.mt23 {
    margin-top: 23px;
}
.mt30 {
    margin-top: 30px !important;
}
.mt50 {
    margin-top: 50px !important;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb36 {
    margin-bottom: 36px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}

.partner-card {
    padding: 63px 0px;
}

.explore-arc-card {
    background-color: #FAFAFA;
    text-align: center;
    padding: 80px 0px;
}

.inverted-color {
    color: white;
}

.partner {
    text-align: center;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.demo_label {
    font-size: 18px;
}

input#edit-name, input#edit-pass{
    box-sizing: border-box !important;
    height: 40px !important;
    background-color: #FFFFFF !important;
    color: #3D474F !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    font-family: ArcLanding !important;
    width: 100% !important;
}

input {
    border: 2px solid #CACFD5;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 16px;
    padding: 15px 30px 17px 16px;
}

#submitForm {
    height: 49px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #1775D2;
    border: none;
    margin-left: 15px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
    padding: 0px 20px;
}

.dropdown-menu {
    left: initial;
}

.show_600 {
    display: block;
}

.hide_600 {
    display: none;
}

#submitDemoForm select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/sites/default/files/arrow_down.svg) 98% no-repeat;
}

#userLogin-form {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 30%;
    display: none;
}

.solutions_arrow_icon, .resources_arrow_icon, .why_arc_arrow_icon {
    padding-left: 2px;
    transition: transform .35s ease;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.solutions_content {
    padding: 110px 80px 0px 80px;
}

.gsa_content {
    padding: 80px 80px 0px 80px;
}

.info-heading4 a:hover,
.info-heading4 a:hover {
    color: #1775D2 !important;
    text-decoration: none;
}

.info-heading4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24.8px;
}

.not-active {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    opacity: 0.6;
}

.response_message {
    display: inline-block;
    padding-left: 14px;
    font-size: 18px;
    color: green;
}

#demo_error {
    color: #EF4C00 !important;
}

#demo_success {
    color: #50AE54 !important;
}

.in-maintenance #logo img {
    width: 400px;
}

h1.page-header {
    margin: 0 10%;
    margin-top: 30px;
    padding-bottom: 50px;
    font-family: ArcLandingMedium !important;
    font-weight: bold;
}

h2.main_articles_header {
    text-align: left;
    margin-bottom: 40px;
}

.top254 {
    top: 254px !important;
}
.top255 {
    top: 255px !important;
}
.top264 {
    top: 264px !important;
}
.top268 {
    top: 268px !important;
}

@media screen and (max-width: 1040px) {
    .art-grid .article-sub-header-2 a {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .grid_controller .card{
        width: 100%;
        text-align: center;
    }
    .footer_block-1, .footer_block-2{
        padding-top: 50px;
    }
    .footer{
        text-align: center;
    }
    .learn-card,
    .arc-info-card, .arc-main-card,
    .arc-video-card, .partner-card, .explore-arc-card, section#block-block-4, .footer #block-block-6 {
        padding: 20px 0px;
    }
    .faq-card{
        padding: 20px 20px;
    }
    section#block-block-3 {
        padding: 25px 0px;
    }
    .title-card{
        padding: 0px 0px 35px 0px;
    }
    .header {
        padding: 0px 15px;
    }
    .title-card .left {
        padding-top: 0px;
    }
    .show_600 {
        display: none;
    }
    .hide_600 {
        display: block;
    }
    .arc-logo {
        margin: 15px 0px;
        margin-left: 0px;
    }
    #userLogin-form {
        width: 100%;
    }
    .header-nav-div {
        font-size: 13px;
    }
    #utilityNav {
        margin-right: 15px;
    }
    .solutions_content, .gsa_content {
        padding: 20px 20px 0px 20px;
    }
    .art-grid .article-sub-header-3 {
        bottom: 5px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 992px) {
    .header {
        padding: 0px 2px !important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 501px) {
    .footer_block-1, .footer_block-2{
        padding-top: 50px;
    }
    .footer{
        text-align: center;
    }
    .title-card .left {
        padding-top: 0px;
    }
    
    .learn-card,
    .faq-card,
    .arc-info-card, .arc-main-card,
    .arc-video-card, .partner-card, .explore-arc-card, section#block-block-4, .footer #block-block-6 {
        padding: 36px 56px;
    }
    section#block-block-3 {
        padding: 25px 56px;
    }
    .title-card{
        padding: 0px 56px 36px 56px;
    }
    .header {
        padding: 0px 56px;
    }
    .pt70 {
        padding-top: 25px;
    }
    .show_600 {
        display: none;
    }
    .hide_600 {
        display: block;
    }
    .arc-video-card .col-md-6 {
        margin-bottom: 40px;
    }
    #userLogin-form {
        width: 50%;
    }
}

@media screen and (max-width: 750px) and (min-width: 501px) {
    #userLogin-form {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    #userLogin-form {
        width: 40%;
    }
}

@media screen and (max-width: 768px) and (min-width: 501px) {
    .grid_controller,
    .view-articles .view-content {
        padding: 0px 10%;
    }
}

@media screen and (max-width: 1200px){
    .copyright-legal {
        padding-bottom: 25px;
    }
    .arc-essentials-card-container, .arc-cert-card-container{
        width: 100% !important;
    }
}

@media screen and (min-width:1001px) {
    .arc-info-card {
        display: flex;
        align-items: center;
    }
    .arc-info-card .solutions_content, .arc-info-card .gsa_content{
        padding: 0px 80px;
    }
}

@media screen and (min-width:990px) {
    .flexible-grid-height {
        height: 440px !important;
    }
    .flexible-grid-height-2 {
        height: 400px !important;
    }
}
@media screen and (min-width:1154px) {
    .flexible-grid-height {
        height: 370px !important;
    }
    .flexible-grid-height-2 {
        height: 330px !important;
    }
}
@media screen and (min-width:1281px) {
    .flexible-grid-height {
        height: 350px !important;
    }
    .flexible-grid-height-2 {
        height: 330px !important;
    }
}
@media screen and (min-width:1450px) {
    .flexible-grid-height {
        height: 320px !important;
    }
    .flexible-grid-height-2 {
        height: 310px !important;
    }
}
@media screen and (min-width:2000px) {
    .flexible-grid-height {
        height: 290px !important;
    }
    .flexible-grid-height-2 {
        height: 290px !important;
    }
}


/*Fontface css*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ArcLanding;
    font-style: normal;
    font-weight: 700;
}

strong {
    font-family: ArcLanding;
    font-style: normal;
    font-weight: 700;
}

body {
    font-family: ArcLanding;
    font-style: normal;
    font-weight: 400;
}


.no-text-decoration:hover, .no-text-decoration:focus{
    text-decoration: none !important;
}
.fs-italic{
    font-style: italic;
}
.h180{
    height: 180px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.mb13{
    margin-bottom: 13px !important;
}
.mb16{
    margin-bottom: 16px !important;
}
.mb25{
    margin-bottom: 25px !important;
}
.mbn20{
    margin-bottom: -20px;
}
.mbn2{
    margin-bottom: -2px !important;
}
.pb0{
    padding-bottom: 0px !important;
}
.p25{
    padding: 25px !important;
}
.pt10{
    padding-top: 10px !important;
}
.pt15{
    padding-top: 15px !important;
}
.pt20{
    padding-top: 20px !important;
}
.pt25{
    padding-top: 25px !important;
}
.pt35{
    padding-top: 35px !important;
}
.pt45{
    padding-top: 45px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb12 {
    padding-bottom: 12px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb16 {
    padding-bottom: 16px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb22 {
    padding-bottom: 22px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30{
    padding-bottom: 30px !important;
}
.pb35{
    padding-bottom: 35px !important;
}
.pb40{
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pl0{
    padding-left: 0px !important;
}
.pl12{
    padding-left: 12px !important;
}
.pl25{
    padding-left: 25px !important;
}
.pl60{
    padding-left: 60px !important;
}
.pr0{
    padding-right: 0px !important;
}
.w40{
    width: 40px !important;
}
.fw-bold{
    font-family: ArcLandingMedium !important;
    font-weight: bold;
}
.fw-medium{
    font-family: ArcLandingMedium !important;
}
.w30p{
    width: 30% !important;
}
.w70p{
    width: 70% !important;
}
.w95p{
    width: 95% !important;
}
.w100p{
    width: 100% !important;
}
.margin-center{
    margin: 0px auto;
}
.fs14{
    font-size: 14px !important;
}
.fs15{
    font-size: 15px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs18{
    font-size: 18px !important;
}
.fs20{
    font-size: 20px !important;
}
.fs22{
    font-size: 22px !important;
}
.fs24{
    font-size: 24px !important;
}
.fs28{
    font-size: 28px !important;
}
.ls0{
    letter-spacing: 0 !important;
}
.lh22{
    line-height: 22px !important;
}
.lh24{
    line-height: 24px !important;
}
.lh26{
    line-height: 26px !important;
}
.lh28{
    line-height: 28px !important;
}
.lh32{
    line-height: 32px !important;
}
.cursor-pointer{
    cursor: pointer;
}
.arc_for_all_icon, .arc_premium_icon, .arc_certificate_icon {
    width: 56px;
}

.title-card .arc_for_all_icon, .title-card .arc_premium_icon, .title-card .arc_certificate_icon {
    width: 40px;
}

.align-center{
    text-align: center !important;
}
.align-left{
    text-align: left !important;
}
.align-right{
    text-align: right !important;
}
.display-none{
    display: none;
}
.grid_controller .card{
    padding-top: 40px;
    width: 90%;
}
.arc_partners_landing_page{
    width: 85%;
    margin: 0px auto;
}
.color-white{
    color: white !important;
}
.color-light-grey{
    color: #68737D !important;
}
.color-link-blue{
    color: #1775D2;
}
.inline-flex{
    display: inline-flex;
}
.grey-bg{
    background-color: #fafafa;
}
.eee-bg{
    background-color: #eee;
}
.white-bg{
    background-color: #ffffff;
}
.blue-bg{
    background-color: #1CA7DC;
}
.arc-essentials-card{
    padding: 32px;
    border: 1px solid #DDDDDD;
}
.arc-essentials-card-container{
    width: 75%;
    margin: auto;
}
.arc-cert-card-container{
    width: 45%;
    margin: auto;
}
.header-items .dropdown-menu li:hover, header-items .dropdown-menu li:focus{
    text-decoration: none;
    background-color: #f5f5f5;
}
.header-items .dropdown-menu li
{
  padding: 10px 0px;
}
.about-list li, .about-list{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
}
.about-how-arc{
    border: 1px solid #D8DCDE;
    font-size: 18px;
}
.info-list ul{
    padding-left: 0px !important;
}
.info-list li{
    background: url(/sites/default/files/ic-check-24px.svg) no-repeat 0 4px;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
}
.partners-grid{
    border: 1px solid #DDDDDD;
    min-height: 340px;
    margin-bottom: 40px;
}
.partners-img-container{
    height: 55px;
    display: block;
    width: 100%;
    /*overflow: hidden;*/
}
.use_case_label{
    color: #000000;
    font-family: ArcLandingMedium;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}
.use_case_img{
    height: 58px;
    width: 55px;
}
.use_case_row{
    padding-bottom: 20px !important;
}
.customers-img-container{
    height: 88px;
}
.customers-img-1{
    margin-left: -30px;
    width: 227px;
}
.customers-img-2{
    width: 206px;
    margin-left: -48px;
}
.customers-img-3 {
    width: 264px;
    margin-left: -2px;
}
.customers-img-4{
    margin-left: -18px;
    width: 200px;
    margin-top: -50px;
}
.customers-img-5{
    margin-left: -6px;
    width: 200px;
    margin-top: -28px;
}
.customers-img-6{
    margin-left: -18px;
    width: 260px;
    margin-top: -40px;
}
.customers-img-7 {
    margin-left: -3px;
    width: 200px;
    margin-top: -22px;
}
.user_experiences_img{
    height: 48px;
    width: 46px;
}
.experiences_container_tab{
    border-bottom: 2px solid #EDEDED;
}
.experiences_container_tab .active{
    border-bottom: 3px solid #28323B;
}
.view-articles .view-content {
    margin-left: -15px;
    margin-right: -15px;
}
.accordion_faq h2{
    color: #28323B;
    font-family: ArcLandingMedium;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
}
.acc_head {
    color: #28323B !important;
    font-family: ArcLanding !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
}
.acc_content p{
    color: #28323B !important;
    font-family: ArcLanding !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    line-height: 28px !important;
}
.events_grid{
    border-top: 1px solid #EDEDED;
    width: 90%;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;
}
.events_grid ul {
    margin-top: 10px;
}
.events_grid li {
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;
    margin-bottom: 12px;
}
.event_register_btn{
    box-sizing: border-box;
    height: 36px;
    width: 95px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    color: #1775D2;
}

.event_register_btn:hover {
    color: white;
    background: #1775D2;
}
.training-grid{
    box-sizing: border-box;
    min-height: 361px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}
.training-grid-container{
    padding: 16px 25px;
}
.best-practice-grid{
    box-sizing: border-box;
    min-height: 400px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}
.best-practice-bottom-grid{
    position: absolute;
    bottom: 60px;
}
.header-icon-container{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.dropdown-menu>li>a, .mobile_tag>a{
    color: #28323B !important;
    font-weight: normal !important;
}
.mobile-resource-container{
    line-height: 35px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.title-card .show_600 {
    padding-right: 0px !important;
}
.gsa_header2{
    font-weight: normal;
    font-family: ArcLanding !important;
    font-size: 20px;
}
.node-article-new .field-name-field-art-feature-image img{
    width: 100%;
}
.about-table table, .about-table th, .about-table td {
  border: 1px solid black;
}
.about-table th, .about-table td {
  padding: 15px;
}
.quote_start:before {
    content: "\201C";
    font-family: Garamond, Palatino, Roman, "Times New Roman", serif;
    font-size: 36pt;
    position: relative;
    top: 19px;
    padding-right:7px;
}

.quote_end:after {
    content: "\201D";
    font-family: Garamond, Palatino, Roman, "Times New Roman", serif;
    font-size: 36pt;
    position: relative;
    top: 19px;
    padding-left:7px;
}
.border-top{
    border-top: 1px solid #EDEDED;
}
.border-bottom{
    border-bottom: 1px solid #EDEDED;
}

.flexible-grid-height {
    height: 345px;
}
.flexible-grid-height-2 {
    height: 345px;
}
.guide-row {
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 18px;
}
.guide-child-row{
    right: 0;
    position: absolute;
    top: 25%;
    font-size: 18px;
}
.img-box-shadow{
    box-shadow: 20px 0px 0px 30px #f9f9f9;
}
.w200{
    width: 200px !important;
}
#tag-grid-item a{
    font-size: 1.4em;
    color: #28323B;
}
#tag-grid-item img{
    width: 100% !important;
}
#tag-grid-item .views-field-title{
    text-align: left;
    min-height: 58px;
}
#tag-grid-item .views-field-field-published-on, #tag-grid-item .views-field-field-authored-by {
    text-align: left;
    color: #444;
    font-size: 15px;
    line-height: f24px;
    padding-top: 4px;
}
#tag-grid-item li.views-fluid-grid-item{
    margin: 10px !important;
}

field.field--name-field-images.field--type-image.field--label-above .field--label {
    display: none;
}
