/* General */

/* From site.css */
.playbook-detail {
    margin-left:50px !important;
    margin-right:50px !important;
}
html .nav-menu .menu-item a

#mag_publishedPlaybooksTab::after {display:none!important;content:none!important}
.nav .nav-tabs {display:none!important;content:none!important}
#mag_publishedPlaybooksTab::before {display:none!important;content:none!important}
.nav .nav-tabs {display:none!important;content:none!important}
#mag_publishedPlaybooksTab {display:none!important;content:none!important}
.nav .nav-tabs::before {display:none!important;content:none!important}
.nav .nav-tabs::before {display:none!important;content:none!important}
.mag-tab-underline ul {display:none!important;}

.post-body {margin-bottom: 20px !important;}

.authorName a {font-size: x-large !important;}

.blog-widget-header-first h4 {display:none !important;}

html {
    /* Font Family */
    --montserrat: 'Montserrat', sans-serif;
    --open-sans: 'Open Sans', sans-serif;
    --roboto: 'Roboto', sans-serif;
    /* Font Sizes */
    --font-size-cont: 15px;
    --font-size-nav: 14px;
    /* Font Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
    /* Line Height */
    --lh-normal: 26px;
    /* Colors */
    --green: #76AC22;
    --black: #333333;
    --gray: #777777;
    --white: #FFFFFF;
    --sidebar-black: #414141;
    /* Home Header Font */
    --home-header-fs: 45px;
    /* Inner Header Font */
    --inner-header-fs: 34px;
    /* Transitions */
    --transition-normal: all .3s linear;
}

::selection {
    background: #76AC22;
    color: #FFF;
}

html,
body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--roboto);
}

.siteBody a, .siteBody .btn {
    text-decoration: none;
    border: none !important;
}

a,
p,
li,
summary {
    font-family: var(--open-sans);
    font-size: var(--font-size-cont);
    font-weight: var(--font-regular);
    line-height: var(--lh-normal);
    color: var(--gray);
}

.main-wrapper {}

.section {
    margin-top: -1px;
    margin-bottom: 0;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

/*.center {*/
/*    text-align: center;*/
/*}*/

.roboto {
    font-family: var(--roboto);
}

.no-padding {
    padding: 0;
}

.no-padd-left {
    padding-left: 0;
}

.no-padd-right {
    padding-right: 0;
}

.green-btn {
    background: var(--green);
}

.white-btn {
    background: var(--white);
}


/* Focus/Hover Highligth */

a:focus,
button:focus,
input:focus,
details>summary:focus {
    outline: none;
}


/* Header */
#top-row {
    max-width: 1440px;
    margin: 0 auto;
}
#top-row .col-sm-12 {
    padding: 0;
}
/*.header .container {*/
/*    padding: 0;*/
/*    margin: 0 auto;*/
/*    max-width: 1440px;*/
/*    width: 100%;*/
/*}*/

/*.navbar-content {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 17px 0;*/
/*}*/

/*.navbar {*/
/*    min-height: auto;*/
/*    margin-bottom: 0;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*}*/

/*.navbar-header,*/
/*.navbar-brand {*/
/*    float: none;*/
/*}*/

/*.navbar-brand {*/
/*    display: block;*/
/*    height: 100%;*/
/*    padding: 0;*/
/*    font-size: inherit;*/
/*    line-height: 1;*/
/*    margin: 0 !important;*/
/*}*/

/*.nav-menu {*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/

/*.nav-menu .menu {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    list-style: none;*/
/*    margin: 0 0 0 auto;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    float: none !important;*/
/*}*/
/*.nav-menu .menu[visible='False'] {*/
/*    display: none;*/
/*}*/
/*.nav-menu .menu-item {*/
/*    margin: 0 10px;*/
/*}*/
/*.nav-menu .menu-item:first-child {*/
/*    margin-left: 0;*/
/*}*/
/*.nav-menu .menu-item:last-child {*/
/*    margin-right: 0;*/
/*}*/

html .nav-menu .menu-item a {
    font-family: var(--roboto);
    font-size: var(--font-size-nav);
    font-weight: var(--font-medium);
    color: var(--black);
    background: transparent;
    padding: 0;
    width: max-content;
    transition: var(--transition-normal);
}

html .nav-menu .current a,
.nav-menu .menu-item a:hover {
    color: var(--green);
}


/* Content */
html .columns.no-mb {
    margin: 0;
}

.two-cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section .img-col {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.gray-bg {
    background: #EDEFF1 !important;
}

.green-bg {
    background: var(--green) !important;
}

.home-header,
.inner-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.home-header *,
.inner-header * {
    color: var(--white);
    margin: 0 !important;
}

.siteBody #flexbox-container {
    max-width: 1670px;   } 
    
 .public   .siteBody #flexbox-container {
    max-width: 1670px !important;    
}

/* Home Header/Banner */

.homeCustomStyle .inner-header {
    display: none !important;
}

.home-header::before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(28, 28, 28, 0.87) 35%, rgba(84, 84, 84, 0) 100%);
    opacity: .75;
    width: 100%;
    height: 100%;
    position: absolute;     
    left: 0;
    top: 0;
}

.home-header {
    min-height: 610px !important;
}

.home-header .container {
    position: relative;
    z-index: 2;
}

.home-header .title {
    font-size: var(--home-header-fs);
    font-weight: var(--font-bold);
    line-height: 1.3;
}

.home-header p {
    font-size: 18px;
    margin: 25px 0 45px !important;
}

.home-header .btn,
.rewards-section .btn {
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 1;
    background: var(--green);
    border-radius: 5px;
    padding: 14px 10px;
    min-width: 145px;
    transition: var(--transition-normal);
}


.home-header .btn:hover,
.rewards-section .btn,
.getting-govlaw-section *:not(.btn),
.btn-default.theme-button:hover {
    color: var(--white);
}

/* Home Slider for Unregistered Users (Guests)*/
#slider[data-rolename="Guest"] {}

.home-header .text-content {
    max-width: 85%;
}

/* Home Slider for Administrators */
#slider[data-rolename="Administrator"] {}

/* Home */

.home .announcements-section {
    padding: 30px 0 10px;
}

.home .cards-section .row {
    max-width: 1385px;
    justify-content: center;
}

html .home .cards-section .row .column {
    padding: 0;
    width: 100%;
}

.home .cards-row {
    justify-content: center;
}

.home .cards-row .card {
    flex-basis: 31%;
}

.home .cards-row .card:nth-child(2) {
    margin: 0 30px;
}

.home .cards-section .card-body {
    padding: 30px 35px 30px;
}

.home .cards-row .card-body .card-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.home .cards-row .card-body .card-text {
    font-size: 16px;
    margin: 0 0 13px;
}

.home .card-body .read-more {
    font-size: 13px;
    text-transform: uppercase;
}

.home .card-body .read-more::after {
    display: none;
}

.rewards-section {
    padding: 145px 0 0;
    margin-bottom: 0;
}

.rewards-section .row {
    max-width: 1710px;
    margin: 0 auto;
}

.rewards-section .first {
    padding: 0 0 10.3% 17%;
    z-index: 1;
}

.rewards-section .title {
    font-size: 50px;
    font-weight: var(--font-bold);
    margin: 0 0 85px;
    color: #000;
    width: max-content;
}

.rewards-section .img-col {
    margin-top: 25px;
    background-image: url('../../Images/Once/home/GovLawConnect-Home-Rewards-Status-Level.jpg');
}

.rewards .reward:nth-child(2) {
    margin: 40px 0;
}

.reward {
    display: flex;
    align-items: flex-start;
}

.reward p {
    margin: 0 0 0 20px;
}

.rewards-section .btn {
    font-size: 14px;
    padding: 15px 10px;
    margin-top: 55px;
}

#getting-started-discussion {margin-top: 5vh;}

.getting-govlaw-section .img-col {
    background-image: url('../../Images/Once/home/GovLawConnect-Home-Getting-Started-resized-400px.jpg');
}

/* Reducing getting-govlaw-section height */
.getting-govlaw-section .img-col img {
    max-height: 400px;
}
.getting-govlaw-section .column:not(.img-col) {
    padding: 90px 200px;
}

.getting-govlaw-section .title {
    font-size: 34px;
    font-weight: var(--font-bold);
    color: var(--white);
    margin-top: 0;
}

.getting-govlaw-section p {
    font-size: 16px;
    margin: 35px 0 40px;
}

.getting-govlaw-section .btn,
.getting-section .btn {
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--green);
    min-width: 157px;
    padding: 15px 10px;
    border: none;
    transition: var(--transition-normal);
}

.recent-section {
    padding: 145px 0 120px;
}

.home .recent-section .row {
    max-width: 1115px;
}

.recent-section .have-subheading,
.resources-section .have-subheading {
    font-size: 32px;
    font-weight: var(--font-medium);
    color: var(--black);
    margin: 0 0 12px;
}

.recent-section .subheading {
    font-weight: var(--font-light);
    margin: 0 0 65px;
}

.home .recent-section .cards-row .card {
    flex-basis: 30%;
}

.home .recent-section .card:not(:last-child) {
    margin-bottom: 30px;
}

.home .recent-section .cards-row .card:nth-child(2) {
    margin: 0 50px;
}

.recent-section .card,
html .recent-section .card-body {
    background: #F3F6F6 !important;
}

.home .recent-section .card-body {
    padding: 0 45px 40px;
}

.recent-section .cards-row .card-body .card-title {
    font-size: 22px;
    margin: 0 0 15px;
}

.recent-section .cards-row .card-body .card-text {
    display: block;
    font-style: italic;
    margin: 0;
}

.getting-section {
    padding: 85px 0
}

.getting-section .row {
    max-width: 1415px;
    margin: 0 auto;
}

.getting-section .column {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}

.getting-section .title {
    font-size: 48px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--white);
    margin: 0;
}

.resources-section {
    padding: 100px 0 50px;
}

.resources-section .subheading {
    margin-bottom: 60px;
}

.resources-section .card {
    border: 1px solid #D9D9D9;
    padding: 10px;
}

.home .resources-section .card-body {
    padding: 30px 35px 15px;
}

.home .resources-section .cards-row .card-body .card-title {
    font-size: 22px;
    margin: 0 0 2px;
}

.home .resources-section .cards-row .card-body .card-text {
    font-size: 15px;
    margin: 15px 0;
}

.resources-section .res-socials ul li:nth-child(2) {
    margin: 0 10px;
}

.resources-section .card .job-title {
    font-family: var(--open-sans);
    font-size: 14px;
    font-style: italic;
    color: var(--green);
    line-height: 1;
}

.res-socials path,
.res-socials a:hover path,
.res-socials ellipse,
.res-socials a:hover ellipse,
.categories li a:hover {
    transition: var(--transition-normal);
}

.res-socials .fb-icon a:hover path,
.res-socials .tw-icon a:hover path,
.res-socials a:hover ellipse {
    fill: var(--green);
}


/* Inner Header/Banner */

.inner-header {
    background-image: url('../../Images/Once/general/images/GovLawConnect-Inner-Header.jpg');
    min-height: 140px;
}

.inner-header .title {
    font-size: var(--inner-header-fs);
    font-weight: var(--font-regular);
    line-height: 1;
    margin: 0;
}


/* Page 1 */

.get-started .img-col.img-page1 {
    background-image: url('../../Images/Once/page1/GovLawConnect-Legal-Mation-Brings-All-Into.jpg');
}

.v-align-middle {
    display: flex;
    align-items: center;
}

.half-container h1.title-page {
    font-size: 45px;
    font-weight: var(--font-bold);
    line-height: 1.3;
}

.btn-default.theme-button {
    background: #76AC22;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    margin-top: 40px;
}

.half-content p {
    color: #333333;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

.half-container h2.title-page {
    font-size: 34px;
    font-family: 'Roboto';
    line-height: 1.3;
}

.half-content.content-r-content p {
    color: #777777;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 22px;
}

.center-content {
    text-align: center !important;
}

.simple-imgcenter {
    align-items: center;
    display: flex;
    justify-content: center;
}

.section-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-container.first-section {
    padding-top: 0px;
}

.section-container.last-section {
    padding-bottom: 80px;
}

.get-started .first {
    padding: 80px 100px;
}

.v-align-middle.first {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.v-align-middle.second {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-list {
    list-style: none;
    padding: 0px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 34px;
}

.icon-list li {
    padding: 0px 48px 0px 0px;
    color: #76AC22;
    font-weight: 700;
    font-size: 11px;
}

.icon-list li .fa {
    font-size: 14px;
    margin-right: 2px;
}

.section-container .v-align-middle.second .half-content,
.section-container .v-align-middle.first .half-content {
    max-width: 600px;
}


/* End Page 1 */


/*  Page 2 */

.section-container.pag2-section1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-container.pag2-section2 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    border-radius: 5px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .46);
}

.get-started .img-col.bg-img1-pag2 {
    background-image: url('../../Images/Once/page2/GovLawConnect-USA-Flag.jpg');
}

.get-started .img-col.bg-img2-pag2 {
    background-image: url('../../Images/Once/page2/GovLawConnect-Table-Discuss.jpg');
}

/*.modal-header {*/
/*    border: none;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 5px;*/
/*    padding: 0;*/
/*    z-index: 5;*/
/*}*/

.modal-header .close:hover * {
    color: #000 !important;
    transition: var(--transition-normal);
}

.green-modal {
    background: var(--green) !important;
    border: none;
}

.green-modal .modal-body {
    text-align: center;
}

.green-modal .modal-header .close,
.login-modal .modal-header .close {
    opacity: 1;
    font-size: 32px;
    font-weight: 100;
    color: var(--white);
    margin: 0;
    text-shadow: none;
}

.green-modal .modal-body {
    position: relative;
    padding: 35px 55px 55px;
}

.subscribe-title {
    font-size: 25px;
    font-weight: var(--font-medium);
    line-height: 1.2;
    color: var(--white);
    margin: 25px auto;
}

.subscribe-mail-field,
.subscribe-mail-field::placeholder {
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--green);
    opacity: 1;
    text-align: center;
}

.subscribe-mail-field {
    background-image: url(../../Images/Once/general/icons/mail-input.svg);
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: 33% 50%;
    border-radius: 5px;
    padding: 23px 10px;
    box-shadow: none;
    border: none;
}

.subscribe-mail-field:focus {
    background-image: none;
}

.btn-subscribe-form {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--white);
    width: 100%;
    background: #000;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 10px;
    transition: var(--transition-normal);
}

.btn-subscribe-form:hover {
    opacity: 1;
    background: var(--white);
    color: #000;
    transition: var(--transition-normal);
}


/* End Page 2 */


/* Log In Modal */
/*
.login-modal {
    max-width: 430px;
    border: none;
}

.login-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    position: relative;
    right: 0;
    top: 0;
    border-bottom: 1px solid #F0F2F7;
}

.login-modal .modal-header .close {
    font-size: inherit;
}

.login-modal .modal-header .close,
.login-modal .modal-title * {
    color: var(--green);
}

.login-modal .modal-title * {
    font-size: 11px;
    font-weight: var(--font-bold);
    line-height: 1;
    margin: 0;
}

.login-modal .modal-body {
    padding: 25px 40px 35px;
}

.login-modal .form .form-group:first-child {
    margin-bottom: 10px;
}

.login-modal .form input:not([type="submit"]) {
    opacity: 1;
    font-size: 13px;
    font-weight: var(--font-regular);
    line-height: 1;
    padding: 15px 30px 15px 60px;
    background-color: #F0F2F7 !important;
    background-repeat: no-repeat;
    background-position: 3.5% 50%;
    border: 1px solid #E3E8F0;
}

.login-modal .form input[type="email"] {
    background-image: url(../Images/Once/general/icons/login/email.svg);
    background-size: 18px 12px;
}

.login-modal .form input[type="password"] {
    font-size: 32px;
    color: var(--green);
    background-image: url(../Images/Once/general/icons/login/pass.svg);
    background-size: 18px 21px;
}

.login-modal .form .form-footer {
    margin-top: 35px;
}

.login-modal .form input[type="submit"] {
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 1;
    padding: 15px 10px;
    background: #000;
    min-width: 154px;
    margin: 0 auto;
    transition: var(--transition-normal);
}

.login-modal .form input[type="submit"]:hover {
    opacity: 1;
    background: var(--green);
    transition: var(--transition-normal);
}

.login-modal .separator {
    position: relative;
    max-width: 200px;
    margin: 35px auto;
}

.login-modal .separator::after {
    content: 'OR';
    font-family: var(--roboto);
    font-size: 11px;
    font-weight: var(--font-bold);
    line-height: 1;
    background: #FFF;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-modal .sep {
    border-color: #F0F2F7;
}

.login-modal .socials ul {
    justify-content: center;
}

.login-modal .socials li:nth-child(2) {
    margin: 0 35px;
}

.login-modal .socials a {
    display: block;
}

.subscribe-mail-field {
    background-image: url(../Images/Once/general/icons/mail-input.svg);
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: 33% 50%;
    border-radius: 5px;
    padding: 23px 10px;
    box-shadow: none;
    border: none;
}
*/

/* Get Started */

.get-started-section {
    padding: 0;
}

.get-started .img-col {
    background-image: url('../../Images/Once/blog/GovLawConnect-Blog-Detailed-table.jpg');
}

.only-mob {
    opacity: 0;
}

details>summary::-webkit-details-marker {
    display: none;
}

.accordion details {
    margin-bottom: 15px;
}

details[open] summary~* {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px;
    }
    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.accordion summary {
    color: var(--black);
    padding: 8px 35px;
    border: 1px solid #E3E8F0;
    position: relative;
}

.accordion details:hover {
    cursor: pointer;
}

details[open] summary~*,
.accordion details,
.accordion details[open],
.accordion details:hover summary,
.accordion details[open] summary {
    transition: all .4s linear;
}

.accordion details[open] {
    margin-bottom: 0;
}

.accordion details:hover summary,
.accordion details[open] summary {
    color: #4E99D5;
}

details>summary::before,
details>summary::after {
    content: '';
    background: #4E99D5;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 25px;
    transition: var(--transition-normal);
}

details>summary::before {
    transform: rotate(90deg);
}

details[open]>summary::before {
    transform: none;
    transition: var(--transition-normal);
}

.accordion-content {
    padding: 30px 35px 25px;
}

.accordion ul,
.list {
    list-style: none;
    padding-left: 0;
}

ul.list li,
ul.accordion li {
    line-height: 1.6;
    position: relative;
    margin-left: 60px;
}

ul.accordion li::before,
ul.list li::before {
    content: '';
    background: url('../../Images/Once/general/icons/list-item.svg') no-repeat;
    background-size: contain;
    width: 7.2px;
    height: 7.2px;
    position: absolute;
    top: 8.5px;
    left: -13px;
}

.accordion ul ul {
    margin: 5px 0 5px 35px;
}

.accordion ul ul li::before,
.sub-list li::before {
    background: url('../../Images/Once/general/icons/sub-list-item.svg') no-repeat;
}


/* Contact */

.contact-section .first {
    padding: 50px 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .img-col {
    background-image: url('../../Images/Once/contact/GovLawConnect-Contact.jpg');
}

.form-signup fieldset,
.form-contact fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form label {
    font-size: 11px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--green);
    padding: 0 0 0 15px;
    width: max-content;
}

.form ::placeholder,
.form input:not([type="submit"]),
.form textarea,
.form select {
    font-size: 13px;
    font-family: var(--roboto);
    font-weight: var(--font-regular);
    line-height: 1.4;
    color: var(--black);
}

.form input:not([type="submit"]),
.form textarea,
.form select {
    padding: 10px 15px;
    height: 46px;
    border: 1px solid #E3E8F0;
    border-radius: 0;
    background-color: #FCFCFC !important;
    box-shadow: none;
}

.form select {
    background-image: url('../../Images/Once/general/icons/select.svg');
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 95% 50%;
}

.form select,
.form input[type="date"] {
    appearance: none;
}

.form input:not([type="submit"]):focus,
.form textarea:focus,
.form select:focus {
    border-color: var(--green);
}

.form textarea {
    height: 190px;
    resize: none;
}

.form .checkbox-inline {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    font-family: var(--open-sans);
    font-size: var(--font-size-cont);
    font-weight: var(--font-regular);
    line-height: 1;
    color: var(--gray);
    width: 100%;
    padding: 0;
}

.form .checkbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid var(--green);
    border-radius: 5px;
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.checkmark svg {
    opacity: 0;
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.checkbox-inline input:checked~.checkmark {
    background-color: var(--green);
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1);
}


/* Show the checkmark when checked */

.checkbox-inline input:checked~.checkmark svg {
    opacity: 1;
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.form .form-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.form input[type="submit"] {
    font-size: 14px;
    font-weight: var(--font-bold);
    line-height: 1;
    min-width: 236px;
    padding: 16px 10px;
    border: none;
    border-radius: 5px;
    background: var(--green);
    transition: var(--transition-normal);
}

.form input[type="submit"]:hover,
.home-header .btn:hover,
.rewards-section .btn:hover,
.white-btn:hover,
.btn-default.theme-button:hover {
    background: var(--black);
    color: var(--white);
    transition: var(--transition-normal);
}


/* Sign Up */

.signup-section .form-col {
    padding: 80px 0 95px;
}

.signup-section .form {
    max-width: 625px;
    margin: 0 auto;
}

.form-signup .dropdowns {
    margin-top: 30px;
}

.signup-section .sep {
    margin-top: 5px;
    width: 100%;
    background: rgba(65, 65, 65, .24);
}

.signup-section .form .form-footer {
    margin-top: 15px;
}


/* Blog */

.entries-container {
    max-width: 1470px;
    width: 1435px;
    padding-top: 90px;
    padding-bottom: 25px;
}

.single-entry-grid {
    padding: 0px;
}

.entry-container {
    padding: 20px 20px 45px 20px
}

.single-entry-grid.first {
    margin-left: 0px !important;
}

.single-entry-grid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-title {
    font-size: 22px;
}

.entry-abstract {
    margin-bottom: 25px;
}

.single-entry-container {
    background: white;
    padding: 0px;
}

.single-entry-grid .img-responsive {
    width: 100%;
}

.entry-read-more {
    color: #76AC22;
    border-bottom: 1px solid #76AC22;
    padding-bottom: 8px;
}

.entry-read-more:hover {
    text-decoration: none;
    border-color: var(--black);
}


/* Single Blog */

.pagination {
    margin-top: 70px !important;
}

.blog-pagination {
    text-align: center;
}

.bullet-pagination li a {
    background: #4E99D5;
    padding: 6px 6px;
    border-radius: 100% !important;
    margin-right: 10px;
}

.bullet-pagination li a,
.bullet-pagination li a:hover {
    transition: var(--transition-normal);
}

.bullet-pagination li a:hover {
    background: var(--green);
}

.single-post .img-col.entry-bg {
    background-image: url(../../Images/Once/blog/GovLawConnect-Blog-Detailed.jpg);
}

.entry-sub-title {
    line-height: 1.3;
    color: var(--gray);
}


/* News */

.news-section {
    padding: 70px 0 110px;
}

.cards-section .row {
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.cards-section .row .column:not(.side-col) {
    width: 72%;
}

.cards-section .card:not(:last-child) {
    margin-bottom: 20px;
}

.card .img-link {
    display: block;
}

.cards-section .card-body {
    background: var(--white) !important;
    padding: 45px 40px 40px;
}

.card-body time {
    font-size: 14px;
    font-weight: var(--font-regular);
    line-height: 1;
    color: #8C8B8B;
}

.card-body .card-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: var(--font-medium);
    margin: 5px 0 10px;
}

.card-body .card-text {
    margin: 0 0 35px;
}

.card-body .read-more {
    font-size: 16px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--green);
    text-decoration: none;
    position: relative;
    transition: var(--transition-normal);
}

.card-body .read-more::after {
    content: '';
    background: var(--green);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 28px;
    transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.card-body .read-more:hover::after {
    background: var(--black);
    transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.sidebar * {
    font-family: var(--roboto);
}

.side-col {
    max-width: 385px;
    margin-right: 2.5%;
}

.sidebar .input-group {
    display: flex;
    align-items: center;
}

.sidebar .form input::placeholder,
.sidebar .form input[type="search"],
.sidebar .form input[type="date"],
.sidebar .form select {
    font-size: 18px;
    font-weight: var(--font-medium);
    color: var(--sidebar-black);
}

.sidebar .form input[type="search"],
.sidebar .form input[type="date"],
.sidebar .form select {
    background: var(--white) !important;
    padding: 17px 25px;
    height: 100%;
    border: none;
}

.sidebar .form input[type="submit"]:not(.submit-cat) {
    position: absolute;
    right: 0;
    min-width: max-content;
    opacity: 0;
    padding: 0;
    height: 56px;
    z-index: -1;
}

.sidebar .input-group-append {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    height: 56px;
    padding: 0 20px;
}

.sidebar path,
.sidebar .input-group-append:hover path {
    transition: var(--transition-normal);
}

.sidebar .input-group-append:hover {
    cursor: pointer;
}

.sidebar .input-group-append:hover path {
    fill: var(--green);
}

.sidebar .categories {
    margin: 40px 0 0 25px;
}

.sidebar .title {
    font-size: 17px;
    font-weight: var(--font-bold);
    line-height: 1;
    color: var(--sidebar-black);
}

.sidebar .categories ul {
    margin-top: 20px;
}

.sidebar .categories li {
    margin-left: 30px;
    width: max-content;
}

.sidebar .categories li a {
    font-size: 16px;
    line-height: 1.7;
    color: var(--sidebar-black);
    transition: var(--transition-normal);
}

.sidebar .categories li:hover::before {
    filter: invert(56%) sepia(81%) saturate(424%) hue-rotate(42deg) brightness(93%) contrast(87%);
}

.sidebar .categories li a:hover {
    text-decoration: none;
    color: var(--green);
}


/* Announcements */

.announcements-section {
    padding: 70px 0 120px;
}

.cards-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cards-row .card {
    flex-basis: 32%;
}

.cards-row .card:nth-child(2) {
    margin: 0 20px;
}

.cards-row .cards-section .card-body {
    padding: 25px 40px 35px;
}

.cards-row .card-body .card-title {
    margin: 10px 0 2px;
}

.cards-row .card-body .card-text {
    margin: 0 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* Events */

.events-section {
    padding: 75px 0 150px;
}

.sidebar-events .categories {
    margin: 40px 0 0;
}

.sidebar-events .title {
    margin-bottom: 15px;
}

.sidebar-events .form select,
.sidebar-events .form input[type="date"] {
    height: 56px;
}

.sidebar-events .form select,
.sidebar-events .form input[type="date"] {
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}

.sidebar-events .form select {
    background-image: url(../../Images/Once/general/icons/side-select.svg) !important;
    background-size: 17px 10px;
}

.sidebar-events .form input[type="date"] {
    margin-top: 25px;
    background-image: url(../../Images/Once/general/icons/datepicker.svg) !important;
    background-size: 16px 18px;
}

.sidebar-events .footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.sidebar-events .form .submit-cat {
    color: var(--white);
}

.sidebar-events .sort-by {
    margin-top: 55px;
}

.sidebar-events .sort-by ul {
    margin-top: 30px;
}

.sidebar-events .sort-by li {
    margin: 0 0 5px 25px;
}

.sidebar-events .list li::before {
    background: transparent;
    width: 9px;
    height: 9px;
    border: 1px solid var(--sidebar-black);
    border-radius: 100%;
    top: 10px;
}

.sidebar-events .list li a {
    font-size: 18px;
}

.sidebar-events [type="date"]::-webkit-inner-spin-button,
.sidebar-events [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* Footer */

.inner-footer {
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.footer .row {
    margin: 0;
}

.footer .column {
    padding: 0;
}

.footer .column:nth-child(2) {
    margin-left: 5px;
}

.footer .column:not(:first-child) {
    width: max-content;
}

.footer .column:last-child {
   /* margin-left: 9%;*/
    position: relative;
  /*  top: 25px;*/
}

.footer ul,
.res-socials ul,
.login-modal .socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer a {
    text-decoration: none;
}

.footer-logo {
    position: relative;
    top: 5px;
}

.footer-logo a {
    display: block;
    width: max-content;
    margin: 0;
}

.footer-logo img {
    
}

.footer-links {
    display: flex;
    align-items: flex-start;
}

.footer-links ul {
    margin-right: 40px;
}

.footer-links li {
    width: max-content;
    padding-bottom: 5px;
}

.footer-links a {
    font-family: var(--montserrat);
    font-weight: var(--font-bold);
    color: var(--green);
    transition: var(--transition-normal);
}

.footer-links a:hover,
.card-body .read-more:hover {
    color: var(--black);
    transition: var(--transition-normal);
}

.footer-social ul,
.res-socials ul,
.login-modal .socials ul {
    display: flex;
    align-items: center;
}

.footer-social li {
    width: 35px;
    height: 35px;
    margin: 0 10px;
}

.footer-social a,
.res-socials a,
.login-modal .socials a {
    color: transparent;
}

.res-socials span,
.footer-social span,
.login-modal .socials span {
    display: none;
}

.login-modal .socials path,
.login-modal .socials a:hover path,
.login-modal .socials ellipse,
.login-modal .socials a:hover ellipse,
.footer-social path,
.footer-social a:hover path,
.footer-social ellipse,
.footer-social a:hover ellipse,
.categories li a:hover {
    transition: var(--transition-normal);
}

.footer-social .fb-icon a:hover path,
.footer-social .tw-icon a:hover path,
.footer-social a:hover ellipse,
.login-modal .socials a:hover path,
.login-modal .socials .gp-icon a:hover circle,
.login-modal .socials a:hover ellipse {
    fill: var(--black);
}

.login-modal .socials li:not(.fb-icon) a:hover path {
    fill: var(--white);
}


/* Socket */

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--green);
    padding: 20px 0;
    margin-top: 25px;
}

.inner-cr span {
    margin: 0 3px;
}

.copyright * {
    font-family: var(--montserrat);
    color: #8C8B8B;
    text-transform: uppercase;
    transition: var(--transition-normal);
}

.copyright a:hover {
    color: var(--green);
    transition: var(--transition-normal);
}


/* Media Queries */
@media (min-width: 1921px) {
    .siteBody {
        margin: 0 auto;
        max-width: 1440px;
    }
    .home .siteBody {
        max-width: 100% !important;
    }
    
    .public    .siteBody {
        margin: 0 auto;
        max-width: 1440px !important;
    }
    .public .home .siteBody {
        max-width: 100% !important;
    }
}
@media (max-width: 1700px) {
    /*.header .container {*/
    /*    margin: 0;*/
    /*    padding: 0 40px;*/
    /*}*/
    #top-row {
        padding: 0 40px;
    }
    .nav-menu .menu {
        margin: 0;
    }
    .get-started .first,
    .get-started .second {
        padding: 70px 80px;
    }
    .contact-section .first {
        padding: 70px 60px;
    }
    .cards-section .row {
        max-width: 95vw;
    }
    .cards-row .card {
        flex-basis: 31.5%;
    }
    .rewards-section .first {
        padding: 0 0 10.3% 10%;
    }
    .rewards-section .img-col {
        background-position: 50% 100%;
    }
    .getting-govlaw-section .column:not(.img-col) {
        padding: 100px 90px;
    }
    .home .cards-section:not(.recent-section) .row {
        max-width: 95vw;
    }
    .nav-menu .menu-item {
        margin: 0 7px;
    }
}

@media (max-width: 1439px) {
    .get-started .first,
    .get-started .second {
        padding: 70px;
    }
    .news-section .card-body {
        padding: 40px 30px 35px;
    }
    .announcements-section .card-body {
        padding: 30px 30px 45px;
    }
    .half-container .title-page {
        margin: 0;
    }
    .half-container h1.title-page {
        font-size: 36px;
    }
    .half-container h2.title-page {
        font-size: 32px;
    }
    .getting-govlaw-section .column:not(.img-col) {
        padding: 70px;
    }
    .home-header .text-content {
        max-width: 85%;
    }
}

@media (max-width: 1365px) {
    .accordion-content {
        padding: 25px 30px 20px;
    }
    .getting-govlaw-section .column:not(.img-col) {
        padding: 70px 50px;
    }
    .rewards-section .first {
        padding: 0 0 8% 8%;
    }
    .home .recent-section .cards-row .card:nth-child(2) {
        margin: 0 30px;
    }
    .nav-menu .menu-item {
        margin: 0 5px;
    }
    html .nav-menu .menu-item a {
        font-size: 13px;
    }
}

@media (max-width: 1250px) {
    .two-cols.reverse-cols {
        flex-flow: column-reverse;
    }
    .section-container .v-align-middle.second .half-content,
    .section-container .v-align-middle.first .half-content {
        max-width: initial;
    }
    /*.navbar-toggle {*/
    /*    display: block;*/
    /*    margin: 0;*/
    /*    position: absolute;*/
    /*    right: 50px;*/
    /*    top: 50%;*/
    /*    z-index: 100;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    /*.navbar-toggle .icon-bar {*/
    /*    height: 2px;*/
    /*    width: 25px;*/
    /*    background: var(--green);*/
    /*}*/
    .two-cols .first {
        padding: 70px 50px;
        width: 100%;
    }
    .section .img-col,
    .getting-govlaw-section .column:not(.img-col) {
        width: 100%;
    }
    .inner-footer {
        padding: 50px 40px 0;
    }
    .footer .column {
        width: max-content;
    }
    .footer .column:not(:first-child) {
        margin-left: 11%;
    }
    .footer .column:nth-child(2) {
        position: relative;
        left: 45px;
    }
    .two-cols,
    .getting-govlaw-section .title {
        margin: 0;
    }
    /*.navbar-header {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    justify-content: flex-end;*/
    /*}*/
    /*html .navbar-collapse.collapse {*/
    /*    display: block !important;*/
    /*    background: #FFF;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: -100%;*/
    /*    opacity: 0;*/
    /*    height: 100vh !important;*/
    /*    width: 350px;*/
    /*    z-index: 99;*/
    /*    transition: all .5s linear;*/
    /*}*/
    /*.nav-menu .menu {*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    justify-content: flex-start;*/
    /*    height: 100%;*/
    /*    padding-top: 150px;*/
    /*}*/
    /*html .navbar-collapse.collapse.menu-opened {*/
    /*    opacity: 1;*/
    /*    right: 0;*/
    /*}*/
    /*.nav-menu .menu-item {*/
    /*    margin: 15px 0;*/
    /*}*/
    /*html .nav-menu .menu-item a {*/
    /*    font-size: 22px;*/
    /*}*/
    /*.navbar-toggle .icon-bar,*/
    /*.navbar-toggle .icon-bar+.icon-bar,*/
    /*.navbar-toggle[aria-expanded="true"] .icon-bar {*/
    /*    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1);*/
    /*}*/
    /*.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {*/
    /*    display: none;*/
    /*}*/
    /*.navbar-toggle[aria-expanded="true"] .icon-bar+.icon-bar {*/
    /*    margin-top: 0;*/
    /*}*/
    /*.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {*/
    /*    transform: rotate(45deg);*/
    /*}*/
    /*.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {*/
    /*    transform: rotate(-45deg);*/
    /*    position: relative;*/
    /*    bottom: 2px;*/
    /*}*/
    .signup-section .form-col {
        padding: 70px 0 80px;
    }
    .news-section,
    .announcements-section {
        padding: 70px 0 90px;
    }
    .side-col {
        margin-right: 0;
    }
    .cards-row .card {
        flex-basis: 31%;
    }
    .entries-container {
        width: initial;
    }
    .announcements-section .card-body {
        padding: 20px 25px 35px;
    }
    .rewards-section {
        padding: 0;
    }
    .rewards-section .row {
        flex-direction: column-reverse;
    }
    .rewards-section .first {
        padding: 50px;
    }
    .rewards-section .title {
        font-size: 45px;
        margin: 0 0 35px;
        width: 100%;
    }
    .rewards-section .btn {
        margin-top: 40px;
    }
    .getting-govlaw-section p {
        margin: 25px 0 30px;
    }
    .recent-section {
        padding: 70px 0 50px;
    }
    .recent-section .subheading,
    .resources-section .subheading {
        margin: 0 0 35px;
    }
    .getting-section {
        padding: 50px 0;
    }
    .getting-section .title {
        font-size: 35px;
    }
    .resources-section {
        padding: 70px 0 40px;
    }
    .home .cards-row .card:nth-child(2) {
        margin: 0 20px;
    }
    .getting-govlaw-section .img-col {
        background-position: right;
    }
}

@media (max-width: 989px) {
    /*.header .container {*/
    /*    padding: 0 25px;*/
    /*}*/
    .inner-footer {
        padding: 50px 25px 0;
    }
    /*.navbar-toggle {*/
    /*    right: 25px;*/
    /*}*/
    .two-cols .first {
        padding: 50px;
    }
    .signup-section .form-col {
        padding: 50px 50px 60px;
    }
    .signup-section .form {
        max-width: 100%;
    }
    .footer .column {
        width: 100%;
    }
    .footer-logo a {
        width: 100%;
        max-width: 195px;
        margin: 0 auto;
    }
    .footer-logo img {
        width: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .footer .column:not(:first-child) {
        margin-left: 0;
        top: 0;
        left: 0;
        width: 100%;
    }
    .footer-links {
        align-items: center;
        flex-direction: column;
        margin: 40px 0 30px;
    }
    .footer-links ul {
        margin-right: 0;
    }
    .footer-links li {
        width: 100%;
        text-align: center;
    }
    .footer-links,
    .footer-social ul {
        justify-content: center;
    }
    .copyright {
        padding: 20px 0;
        margin-top: 30px;
    }
    .copyright * {
        font-size: 15px;
        line-height: 2;
        text-align: center;
    }
    .copyright a {
        display: block;
    }
    .inner-cr span {
        display: none;
    }
    .form-contact .form-group {
        flex-basis: 33%;
    }
    .form-signup .form-group,
    .form-contact .text-group {
        flex-basis: 100%;
    }
    .form-signup .form-group {
        padding: 0;
    }
    .two-inputs {
        width: 100%;
    }
    .form-signup .dropdowns {
        margin-top: 0;
    }
    .news-section,
    .announcements-section {
        padding: 70px 0 80px;
    }
    .news-section .card img {
        height: 120px;
    }
    .cards-section .card img {
        object-fit: cover;
    }
    .cards-row .card,
    .home .cards-row .card {
        flex-basis: 100%;
        margin: 0 auto 20px !important;
    }
    .home .cards-section .card-body {
        padding: 25px;
    }
    .cards-row .card:last-child {
        margin-bottom: 0 !important;
    }
    .side-col {
        padding-left: 0;
    }
    .cards-section .row .column:not(.side-col) {
        padding-right: 0;
    }
    html .pagination {
        margin: 35px auto 20px !important;
    }
    .entries-container {
        padding: 40px 50px 25px;
    }
    .home-header {
        min-height: 480px !important;
    }
    #slider[data-rolename="Guest"] .home-header .container {
        padding: 30px;
    }
    
    .home-header .title {
        font-size: 40px;
    }
    #slider[data-rolename="Guest"] .title+br {
        display: none;
    }
    .home-header .text-content {
        max-width: 100%;
    }
    .home-header p {
        font-size: 15px;
        line-height: 1.7;
        margin: 15px 0 25px !important;
    }
    .home .announcements-section {
        padding: 40px 0;
    }
    .rewards-section {
        padding: 25px 0 0;
    }
    .rewards-section .img-col {
        margin-top: 0;
    }
    .rewards-section .title {
        font-size: 38px;
        margin: 0 0 30px;
    }
    .getting-govlaw-section .column:not(.img-col) {
        padding: 50px !important;
        max-width: 100% !important;
    }
    .recent-section {
        padding: 50px 30px 40px;
    }
    .recent-section .have-subheading,
    .resources-section .have-subheading {
        font-size: 30px;
        margin: 0 0 5px;
    }
    .getting-section .title {
        font-size: 30px;
    }
    .home .recent-section .card-body {
        padding: 0 20px 25px;
    }
    .recent-section .cards-row .card-body .card-title {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .recent-section .cards-row .card-body .card-text {
        font-size: 15px;
        line-height: 1.6;
    }
    .resources-section {
        padding: 50px 0 40px;
    }
    .recent-section .subheading,
    .resources-section .subheading {
        margin: 0 0 25px;
    }
    .resources-section .card img {
        height: 360px;
    }
    /*html .siteBody {*/
    /*    padding: 0;*/
    /*}*/
        html .public .siteBody {
        padding: 0 !important;
    }
}

@media (max-width: 992px) {
    .entries-container {
        width: 970px;
    }
}

@media (max-width: 768px) {
    .entries-container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    #top-row .col-sm-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .entries-container {
        width: initial;
        padding: 25px;
    }
    .two-cols.reverse-cols {
        flex-flow: column-reverse;
    }
    .half-container h1.title-page,
    .half-container h2.title-page {
        font-size: 24px;
        margin-top: 0;
    }
    .section-container {
        padding-bottom: 20px;
    }
    /*.navbar-brand {*/
    /*    max-width: 70%;*/
    /*}*/
    /*.navbar-brand img {*/
    /*    width: 100%;*/
    /*}*/
    .inner-header .title {
        font-size: 26px;
        line-height: 1.5;
    }
    .section .row .column:not(.img-col):not(.form-col) {
        padding: 0;
        max-width: 85%;
    }
    html .get-started .two-cols .first {
        padding: 40px 0 30px !important;
    }
    html .contact .two-cols .form-col {
        padding: 35px 25px 45px !important;
    }
    html .two-cols.reverse-cols .first {
        max-width: 100% !important;
        padding: 35px 25px 25px !important;
    }
    .signup-section .form-col {
        padding: 35px 40px 50px;
    }
    .cards-section .row {
        max-width: 100%;
    }
    .news-section,
    .announcements-section {
        padding: 40px 0 45px;
    }
    .accordion summary {
        font-size: 14px;
        padding: 8px 30px 8px 15px;
    }
    .accordion-content {
        padding: 20px;
    }
    .accordion li {
        margin-left: 25px;
    }
    .accordion ul ul {
        margin: 5px 0 5px 25px;
    }
    .copyright * {
        font-size: 13px;
    }
    .footer-links {
        margin: 35px 0 25px;
    }
    .footer-logo a {
        width: 60%;
    }
    /*.navbar-toggle {*/
    /*    right: 20px;*/
    /*}*/
    details>summary::before,
    details>summary::after {
        right: 15px;
    }
    /*.nav-menu .menu {*/
    /*    padding-top: 100px;*/
    /*}*/
    .form-contact .form-group {
        flex-basis: 100%;
        padding: 0;
    }
    .form input[type="submit"] {
        min-width: 100%;
    }
    .side-col,
    .sidebar,
    .card-body .card-text br,
    .half-container h1.title-page br,
    .home-header .title br,
    .reward br {
        display: none;
    }
    .cards-section .row .column:not(.side-col) {
        width: 100%;
        margin: 0 auto;
    }
    .cards-section .card img {
        height: 230px;
    }
    .cards-section .card-body {
        padding: 20px 20px 30px;
    }
    .card-body .card-title,
    .home .cards-row .card-body .card-title {
        font-size: 20px;
    }
    .card-body .card-text {
        margin: 0 0 25px;
    }
    .card-body .card-text,
    .home .cards-row .card-body .card-text {
        font-size: 14px;
    }
    .card-body .read-more {
        font-size: 15px;
    }
    .section-container.last-section {
        padding-bottom: 30px;
    }
    html .single-post.section-container.last-section {
        padding: 0 0 5px !important;
    }
    .single-post .v-align-middle.second {
        padding: 25px 0 0 !important;
    }
    .single-post .icon-list {
        margin: 15px 0;
    }
    .single-post .entry-sub-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .btn-default.theme-button {
        margin-top: 15px;
    }
    html .pag2-section1 .two-cols.reverse-cols .first {
        padding: 35px 25px 45px !important;
    }
    html .pag2-section2 .second {
        padding: 35px 0 0 !important;
    }
    .half-container h1.title-page {
        line-height: 1.5;
    }
    .half-content p {
        font-size: 17px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .modal-content {
        max-width: 80vw;
    }
    .green-modal .modal-body {
        padding: 30px 20px;
    }
    .login-modal .modal-body {
        padding: 20px;
    }
    .login-modal .form input:not([type="submit"]) {
        padding: 15px 20px 15px 40px;
    }
    .login-modal .form .form-footer {
        margin-top: 25px;
    }
    .login-modal .separator {
        margin: 30px auto;
    }
    .subscribe-title {
        font-size: 22px;
        margin: 20px auto;
    }
    .subscribe-mail-field {
        background-image: none;
    }
    .home-header {
        min-height: 400px !important;
    }
    .home-header .title {
        font-size: 26px;
    }
    .home-header p {
        font-size: 16px;
        line-height: 1.5;
        margin: 10px 0 20px !important;
    }
    .home .cards-section:not(.recent-section) .row {
        max-width: 100vw;
    }
    .rewards-section .first {
        padding: 30px 25px 50px !important;
        max-width: 100% !important;
    }
    .getting-govlaw-section .column:not(.img-col) {
        padding: 30px 25px 40px !important;
    }
    .rewards-section .title,
    .getting-govlaw-section .title {
        font-size: 32px;
        line-height: 1.4;
    }
    .rewards-section .title {
        text-align: center;
    }
    .reward {
        align-items: center;
        flex-direction: column;
    }
    .reward p {
        margin: 15px auto 0;
        text-align: center;
    }
    .rewards .reward:nth-child(2) {
        margin: 25px 0;
    }
    .rewards-section .btn {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .getting-govlaw-section p {
        margin: 10px 0 25px;
    }
    .recent-section {
        padding: 40px 0 50px;
    }
    .home .recent-section .cards-row .card {
        flex-basis: 100%;
    }
    .recent-section .card img {
        height: 100%;
    }
    .recent-section .cards-row:last-child {
        margin-top: 20px;
    }
    .getting-section {
        padding: 30px 0 40px;
    }
    .getting-section .column {
        justify-content: center;
        flex-direction: column;
        max-width: 100% !important;
    }
    .getting-section .btn {
        margin-top: 20px;
    }
    .home-header .container {
        padding: 0 25px;
    }
    .recent-section .have-subheading,
    .resources-section .have-subheading,
    .getting-section .title {
        font-size: 28px;
    }
    .getting-section .title,
    .reward p {
        line-height: 1.5;
    }
    .home .resources-section .card-body {
        padding: 20px 10px 15px;
    }
    .resources-section {
        padding: 45px 0 10px;
    }
    .home .announcements-section .card-body {
        padding: 20px 20px 30px;
    }
    .recent-section .subheading,
    .resources-section .subheading {
        margin: 0 0 20px;
    }
}

@media (max-width: 360px) {
    .inner-header .title {
        font-size: 24px;
    }
    .copyright * {
        font-size: 11px;
    }
    .rewards-section .title,
    .getting-govlaw-section .title {
        font-size: 30px;
    }
}