/*****

Gobal

*****/

body {
    padding: 0 !important;
}

.txt-center,
.txtcenter,
.text-center{
    text-align: center !important;
}

.text-italic{
	font-style: italic;
}

.marginless {
    margin: 0;
}
.section-title-red {
    border-bottom: 3px solid #e31936;
    padding-bottom: 10px;
}
.text-white {
    color: white;
}

.hidden {
    display: none !important;
}

#wpcomm .wc-cta-button:hover {
    color: #333 !important;
}

#st_gdpr_iframe {
    display: none;
}

/*****

Entertainment Benefits Comfort Pages

*****/

.ebg-bg-img img{
    width: 100%;
    height: auto;
    margin-top: -97px;
}
.ebg-total-savings{
    float: left;
    background: #3ac0db;
    padding: 20px;
    border-radius: 0 0 20px 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 100;
}
.ebg-total-savings h3{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.ebg-total-savings span{
    font-weight: bold;
    font-size: 28px;
}
.ebg-save-now{
    padding: 30px 0;
    background: #00529b;
    color: #fff;
    overflow: hidden;
}
.ebg-save-now p{
   text-align: right;
   margin-bottom: 0;
   font-weight: bold;
}
.ebg-button-area{
   text-align: center;
}
.ebg-button-area .btn-default,
.ebg-members-only .ebg-save-now .btn-default{
   font-weight: bold;
   color: #00529b;
   margin: 10px;
}
.ebg-other-offers{
   margin: 30px 0;
   overflow: hidden;
}
.ebg-other-offers .panel-heading{
   height: 60px;
}
.ebg-sub-logos{
    padding: 40px 0;
}
@media (min-width: 0px) and (max-width: 767px) {

    .ebg-save-now p{
        text-align: center;
        margin-bottom: 20px;
    }
    .ebg-total-savings{
        float: none;
        border-radius: 0;
    }
    .ebg-other-offers-item{
        padding: 0;
    }
    .ebg-button-area .btn-default{
       margin: 10px;
    }
    .ebg-bg-img img{
        margin-top: 0;
    }
    .ebg-main .join-amac a.join-box .year{
        font-size: 38px;
    }
    .ebg-main .join-amac a.join-box .value{
        font-size: 45px;
    }
    .ebg-main .join-amac a.join-box .join-box-button{
        right: 9%;
    }

}
@media (min-width: 0px) and (max-width: 1199px) {

    .ebg-other-offers .panel-heading{
       height: auto;
    }

}
@media (min-width: 618px) and (max-width: 767px) {

    .ebg-other-offers-item .btn-blue{
        margin: 0 50px;
    }

}
@media (min-width: 992px) and (max-width: 1047px) {

    .ebg-main .join-amac a.join-box .value{
        font-size: 37px;
    }
    .ebg-main .join-amac a.join-box .join-box-button{
        bottom: 20px;
    }

}

/*****

Life Insurance Pages

*****/

.life-quote-item{
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 20px;
}
.post .life-quote-item h4{
    margin-top: 0;
}
.life-quote-item p{
    margin: 0 !important;
    padding: 0;
}
.life-quote-item-last{
    border: 0;
    padding-bottom: 0;
}
.life-header{
    background: url('https://amac.us/images/life-insurance-banner-lg-min.jpg');
    height: 356px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
#sb-site .life-header h3{
    margin: 30px;
    font-weight: normal;
}
.life-header span{
    font-size: 36px;
    margin: 30px 0;
    font-weight: bold;
    display: block;
}
.life-header a{
    margin-top: 77px;
    margin-left: 30px;
}

/***** Life Tile Flip *****/

/* entire container, keeps perspective */
.life-ins .flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
.life-ins .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.life-ins .flip-container, .front, .back {
    width: 100%;
    height: 350px;
    float: left;
}
.life-ins .flip-container{
    margin-bottom: 30px;
}
.life-ins .front{
    padding-top: 75px;
    background: #eee;
}
.life-ins .front p,
.life-ins .front h3,
.life-ins .back p,
.life-ins .back h3{
    text-align: center;
    padding: 20px;
    margin: 0;
}
.lost-income,
.pay-debt,
.final-911,
.kid-edu{
    position: relative;
}
.lost-income:after,
.pay-debt:after,
.final-911:after,
.kid-edu:after{
    content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.lost-income:after{
    background: url('/web/20171019094322im_/https://amac.us/images/pile-money-amac-min.jpg');
}
.pay-debt:after{
    background: url('/web/20171019094322im_/https://amac.us/images/pay-debt-amac-min.jpg');
}
.final-911:after{
    background: url('/web/20171019094322im_/https://amac.us/images/broken-piggy-bank-amac-min.jpg');
}
.kid-edu:after{
    background: url('/web/20171019094322im_/https://amac.us/images/graduation-amac-min.jpg');
}

@media (min-width: 0px) and (max-width: 1500px) {
    .life-ins .front p,
    .life-ins .back p{
        font-size: 11px;
    }
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    border: 1px solid #e2e2e2;
}

@media (min-width: 0px) and (max-width: 767px) {

    .life-header{
        background: url('/web/20171019094322im_/https://amac.us/images/life-insurance-banner-sm-min.jpg') top right no-repeat;
        height: 100%;
        margin: 75px auto;
        overflow: visible;
    }
    #sb-site .life-header h3{
       color: #063b86;
       position: relative;
       text-align: center;
    }
    .life-header span{
        font-size: 20px;
        margin: 20px 0;
    }

}

.group-life-header{
    background: url('/web/20171019094322im_/https://amac.us/images/group-life-banner-lg-min.jpg');
    height: 356px;
    overflow: hidden;
    margin-bottom: 20px;
}
.group-life-header-content{
    float: right;
    width: 50%;
}
.group-life-header-content p,
.group-life-header-content h3{
    text-align: center;
}
.group-life-menu-wrap{
    background: #eee;
    overflow: hidden;
}
.group-life-menu ul{
    background: #eee;
}
.group-life-menu .nav-tabs>li{
    float: none;
    text-align: right;
}
.group-life-menu .tab-content{
    border: none;
    border-radius: none;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
}
.group-life-menu .tab-content h3{
    text-align: left !important;
}
.group-life-menu .red{
    color: red;
}
.group-life-menu .col-sm-3,
.group-life-menu .col-sm-9{
    padding-left: 0;
    padding-right: 0;
}

/*****

Auto & Home Insurance Page

*****/

#trv_zip_box,
#trv_lob_box{
    margin: 10px 0;
}
.trv_btn{
    margin: 20px 0;
}

/*****

Post/Single

*****/

.single .post li{
    line-height: 35px;
    margin-bottom: 10px;
}
.fluid-width-video-wrapper{
    margin: 20px 0;
}



/*****

AMAC Map

*****/
.map-form-wrap{
    margin-bottom: 0;
}
.add-biz{
    background: #0849a5;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.add-biz p{
    margin: 0 0 10px 0;
}
.btn-white{
    background: #fff;
    color: #0849a5;
}

/*****

Benefits Page

*****/
.featured-benefits h4{
    text-align: center;
}
.featured-benefit-desktop,
.featured-benefit-mobile{
    margin: auto;
}
.featured-benefit-desktop{
    max-width: 970px;
}
.featured-benefit-mobile{
    max-width: 728px;
}
.featured-benefit-desktop img,
.featured-benefit-mobile img{
    max-width: 100%
}

/*****

Games Styles

*****/

/* --- Shared styles --- */

.game .modal-dialog {
    margin-top: 100px;
    width: 550px;

}

.game #helpModal .modal-dialog {
    top: -130px;
}

.game .modal-content {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 35px;
    font-style: italic;
    text-align: center;
    border: none;
    padding: 15px;
}

.game .modal-body {
    padding: 25px;
}

.game .modal-footer {
    text-align: center;
    border: none;
    padding: 0 0 15px;
}

.game .modal-footer button {
    font-size: 30px;
    background-color: #ce313c;
}

body.modal-open .game article .quiz-section,
body.modal-open .game article .row{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.game .share-icons svg {
	width: 65px;
    height: 65px;
    margin: 30px 0;
    overflow: visible;
}

.game .share-link {
    margin: 0 20px;
}

.game .share-link:hover svg {
    animation: social 1s ease-in-out;
}

@keyframes social {
    25% { transform: rotate(30deg); }
    50% { transform: rotate(-20deg); }
    75% { transform: rotate(10deg); }
}

/* --- Quiz Styles --- */

.quiz-wrapper #adModal {
    position: absolute;
}

.quiz-wrapper #adModal .nf-form-content {
    font-size: .7em;
}

.quiz-wrapper #adModal input {
    color: #333;
}

.quiz-wrapper #adModal input[type="button"] {
    background-color: #ce313c;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
}

.quiz-wrapper #adModal .nf-error-msg {
    color: white;
}

.quiz-wrapper #adModal nf-errors {
    display: none;
}

.quiz-wrapper #adModal .skip-to-results {
    color: #3166B1;
    font-size: .6em;
    cursor: pointer;
}

.quiz-wrapper #adModal .red-link {
    color: #ce313c;
}

.quiz-section {
    background-color: #484D54;
    position: relative;
    max-width: 900px;
    height: 600px;
    margin: 25px auto;
    border-radius: 10px;
    padding: 2em;
    color: #fff;
    text-align: center;
    background-size: cover !important;
    box-shadow: 0px 10px 20px black;
}

.quiz-section .quiz-title {
    font-size: 3em;
    margin: 0 0 .5em;
}

.quiz-section .questions-list {
    list-style: none;
    padding-left: 0;
}

.quiz-section .question-number {
    width: 330px;
    margin: 5px auto 5px -32px;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #ce313c;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff;
    border-left: none;
    text-align: center;
    line-height: 1;
}

.quiz-section .question p {
    font-size: 1.3em !important;
}

.quiz-section .choices-row {
    display: flex;
    flex-wrap: wrap;
}

.quiz-section .choices-list {
    display: flex;
}

.quiz-section .choices-list input {
    display: none;
}

.quiz-section .choices-list label {
    margin-bottom: 30px;
    display: block;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    color: #444;
    border: 2px solid #fff;
}

.quiz-section .choices-list label:hover, .quiz-section label.selected {
    background-color: #7d7d7d;
    color: #fff;
}

section.post .quiz-section .choices-list label p {
    margin: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.quiz-section .select-warning {
    display: inline-block;
    background-color: #ce313c;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 0 15px;
}

.quiz-section .quiz-btn {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding: 15px;
    background-image: linear-gradient(#4fdfaa, #2dac7e);
    width: 180px;
    margin: 15px auto;
    border: none;
    line-height: 1;
    font-size: 16px;
}

.quiz-section .quiz-btn:hover {
    background-color: #238c66;
    color: #fff;
}

.quiz-section .show-answer div {
    text-align: left;
    width: 85%;
    margin: 15px auto;
    padding: 10px;
}

.quiz-section .correct-answer {
    background-color: rgba(47,148,121,.75);
    border-left: 5px solid #2dac7e;
}

.quiz-section .incorrect-answer {
    background-color: rgba(167,56,72,.75);
    border-left: 5px solid #ce313c;
}

.quiz-results {
    height: auto;
}

.quiz-results .final-score {
    font-size: 55px;
}

.quiz-results .quiz-share {
    display: flex;
    justify-content: center;
}
.quiz-results .quiz-share .quiz-btn {
    margin: 15px;
}

.quiz-results svg {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.quiz-results .quiz-share svg path {
    fill: #fff;
}

.quiz-results .fb-share:hover #fb-circ-fill {
    fill: #4883ff;
}

.quiz-results .google-share:hover #google-circ {
    fill: #de473c;
}

.quiz-results .twitter-share:hover #twitter-circ-fill {
    fill: #1da1f2;
}

.quiz-results .mail-share:hover #mail-circ {
    fill: #ff9e39;
}

.quiz-results .card {
    width: 90%;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 5px;
}

.quiz-results .card h2, .quiz-results .card h3 {
    margin: 0;
}

.quiz-results .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #444;
    padding: 10px;
}

.quiz-results #check-circle-icon {
    fill: #2dac7e;
}

.quiz-results #x-circle-icon {
    fill: #ce313c;
}

.quiz-results .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
    background-color: #999;
}

.quiz-results .card .final-score-choice {
    text-align: left;
    width: 85%;
    margin: 15px auto;
    padding: 10px;
}

@media (max-width: 767px) {
    .quiz-section {
        height: auto;
    }

    .single-quizzes .modal-dialog {
        width: 97%;
        margin: 0 auto;
    }
}

/*****

Word Jumble Style

*****/

.jumble-post {
    padding: 50px 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.jumble-post .row {
	background-color: #eee;
	padding: 30px 25px 50px;
    border-radius: 20px;
    background-size: cover !important;
    color: #fff;
    box-shadow: 0px 10px 20px black
}

.jumble-post .jumble-title {
    text-align: center;
    font-size: 56px;
    margin: 0 auto 20px;
}

.jumble-post .words-list {
	list-style: none;
	padding: 0;
}

.jumble-post .word-input-group {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 10px 15px -6px black;
	transition: all .5s ease-in-out;
}

.jumble-post .word-input-group.correct-answer {
	background-color: #2dac7e;
}

.jumble-post .word-input-group.wrong-answer {
	background-color: #ce313c;
}

.jumble-post .letters-row {
    display: flex;
}

.jumble-post .final-jumble.jumbled-letters {
    height: 44px;
}

.jumble-post .letter-used {
    font-size: 20px;
    color: rgba(255,255,255,0.6);
    text-decoration: line-through;
    float: right;
}

.jumble-post .jumbled-letters, .final-jumble {
	padding: 5px;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.jumble-post .outer-input {
	height: 55px;
	width: 55px;
	font-size: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
    display: inline-block;

}

/* All of the following is necessary for mobile to display correctly */
.jumble-post .letter-input {
	height: 100%;
	width: 100%;
	border: none;
	text-align: center;
	font-family: sans-serif;
	outline: none !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: transparent !important;
    text-shadow: 0 0 0 #000;
    -webkit-appearance: none;
    border-radius: 0;
}

.jumble-post .inner-circle {
	border: 1px solid #ddd;
    border-radius: 50%;
}

.jumble-post .letter-input::selection {
	background: transparent;
}

.jumble-post button.check-word {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.jumble-post .open>.dropdown-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.jumble-post .dropdown-item {
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

.jumble-post .dropdown-item:hover {
	background-color: #ddd;
}

.jumble-post .selected-input {
	background-color: rgba(96, 181, 247, .4);
}

.jumble-post .selected-word-group {
    background-color: gold;
}

.jumble-post .final-input-group {
	margin-bottom: 10px;
}

.jumble-post #check-answer {
	font-weight: bold;
	font-size: 20;
	padding: 15px;
}

.jumble-post hr {
	border-top: 1px solid #aaa !important;
}

.jumble-post .game-tools {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jumble-post .game-tools .timer-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
    font-weight: bold;
}

.jumble-post .game-tools button {
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #ce313c;
    font-weight: bold;
}

.jumble-post .game-tools .help-button {
    margin-right: 20px;
}

.jumble-post .game-tools .glyphicon {
    font-size: 20px;
    margin: auto 0 auto 3px;
}

.jumble-post .game-tools .pause-btn {
    padding: 10px;
    margin: 0 15px;
}

.jumble-post .game-stats-wrapper {
    background-color: rgba(0,0,0,.8);
    color: white;
    border-radius: 10px;
}

.jumble-post #puzzle-finished {
	text-align: center;
	margin-bottom: 50px;
}

.jumble-post #puzzle-finished .answer-title {
    font-size: 60px;
    margin-top: 0;
    text-shadow: 1px 2px #333745;
}

.jumble-post #puzzle-finished .answer-header {
    margin-bottom: 35px;
}

.jumble-post #puzzle-finished .answer-header p {
    font-size: 22px;
    color: #77AEEF;
    font-weight: bold;
    text-shadow: 1px 2px #333745;
}

.jumble-post #puzzle-finished .answer-header .glyphicon {
    font-size: 18px;
    color: #f0545e;
}

.jumble-post #puzzle-finished .answer-header .game-stats {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.jumble-post #puzzle-finished .answer-header .game-stats h4 {
    margin-top: 15px;
    font-size: 28px;
    line-height: .8;
    text-shadow: 1px 2px #333745;
}

.jumble-post #puzzle-finished .answer-header .game-stats p {
    font-size: 18px;
    color: #fff;
}

.jumble-post #puzzle-finished .answer-header .game-stats p strong {
    color: #77AEEF;
}

.jumble-post #puzzle-finished .answer-header .stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.jumble-post #puzzle-finished .answer-header .stats-section {
    width: 50%;
}

.jumble-post #puzzle-finished .answer-header hr {
    border-top: none !important;
}

.jumble-post #puzzle-finished .share-icons {
    display: flex;
    flex-direction: column;
}

.jumble-post #puzzle-finished .game-share-heading {
    margin: 0;
}

.jumble-post #puzzle-finished .share-link svg,
.jumble-post #puzzle-finished .share-link path {
    fill: #fff;
}

.jumble-post #puzzle-finished #facebook-circ-fill-icon:hover path {
	fill: #3b5998
}

.jumble-post #puzzle-finished #twitter-circ-fill-icon:hover path {
	fill: #1da1f2;
}

.jumble-post #puzzle-finished #google-icon:hover path {
	fill: #dd4b39;
}

.jumble-post #puzzle-finished #mail-icon:hover path {
	fill: #C1000A;
}

.jumble-post #puzzle-finished .game-btn {
    background-color: #ce313c;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    margin: 10px !important;
    border-radius: 5px;
}

.single-word_jumbles .modal {
    position: absolute;
}

.jumble-wrapper #helpModal ul li {
    font-size: 18px;
    margin: 20px 0;
    text-align: left;
}

.game #wrongModal .modal-content {
    font-size: 1.5em;
}

.game #wrongModal .modal-footer button {
    font-size: 1em;
}

/* IE styles */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .jumble-wrapper .modal-dialog {
       margin-top: 25vh;
    }

    body.modal-open .jumble-post {
        opacity: 0;
    }

    .jumble-post .word-input-group {
        padding-bottom: 0;
    }

    .jumble-post .final-input-group {
        padding: 10px !important;
    }
 }

/*---  Media queries ---*/

@media screen and (max-width: 1045px) {
    .jumble-post {
        padding: 50px 30px;
    }

    .jumble-post .outer-input {
        height: 50px;
        width: 50px;
    }

    .jumble-post #puzzle-finished .answer-header .game-stats {
        width: 90%;
    }
}

@media screen and (max-width: 990px) {
    .jumble-post .row {
        display: flex;
        flex-direction: column;
    }

    .jumble-post .game-stats-wrapper {
        margin-top: 25px;
        border-top: 1px solid rgba(0,0,0,0.3);
        padding-top: 25px;
    }

    .jumble-post .game-stats h4 {
        margin-top: 0;
    }

    .jumble-post .game-stats .stats-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .jumble-post .game-stats .stats-section {
        width: 50%;
        padding: 15px;
    }

    .jumble-post .game-stats .stats-section p {
        font-size: 14px;
    }

    .jumble-post .game-stats .stats-section .timer-wrapper {
        width: 65%;
    }

    .jumble-post .game-tools {
        margin-bottom: 30px;
        justify-content: center;
    }

    .jumble-post .game-tools #dropdownMenuButton {
        font-size: 20px;
        padding: 5px 10px;
        font-weight: bold;
    }

    .jumble-post .row > hr {
        display: none;
    }

    .jumble-post #puzzle-finished .answer-title {
        font-size: 50px;
    }

}

@media screen and (max-width: 767px) {
    .jumble-wrapper .modal-dialog {
        width: 95%;

    }

    .jumble-post .row {
        padding: 50px 0;
    }

    .jumble-post #puzzle-finished .answer-header .stats-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .jumble-post #puzzle-finished .answer-header .stats-section {
        width: 100%;
    }
}

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

    .single-word_jumbles #livechat-compact-container {
        display: none;
    }

    .jumble-post .outer-input {
        width: 40px;
        height: 40px;
        line-height: .75;
    }

    .jumble-post .outer-input input {
        font-size: 32px;
    }

    .jumble-post #puzzle-finished .share-icons svg {
        height: 50px;
        width: 50px;
    }

    .jumble-post #puzzle-finished .game-share-icons a {
        margin: 0 10px;
    }

    .jumble-post #puzzle-finished .answer-title {
        font-size: 40px;
    }

    .jumble-post #puzzle-finished .answer-header .glyphicon {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .jumble-post {
        padding: 50px 20px;
    }

    .jumble-post .outer-input {
        height: 25px;
        width: 25px;
    }

    .jumble-post .outer-input input {
        font-size: 18px;
    }

    .jumble-post .game-stats .stats-section {
        width: 100%;
        padding: 5px;
    }

    .jumble-post .game-tools .help-button,
    .jumble-post .game-tools .pause-btn {
        margin-right: 7px;
    }

    .jumble-post .game-stats hr {
        margin: 0 !important;
    }

    .jumble-post #puzzle-finished .answer-title {
        font-size: 32px;
    }

    .jumble-post #puzzle-finished .share-icons svg {
        height: 40px;
        width: 40px;
    }
}

/*****

Find Your Rep page

******/

.rep-search-content #amac-footer {
	margin-top: 0;
}

.rep-search-content {
	background: linear-gradient(rgba(46,49,56,0.7),rgba(46,49,56,0.7)), url("/wp-content/uploads/2018/08/us-capitol-min.jpg") no-repeat 70%;
	background-size: cover;
}

.rep-search-content .title {
	color: #fff;
	text-align: center;
	font-size: 55px;
	text-shadow: 2px 2px #333745;
	font-family: inherit;
}

.rep-search-content .address-suggestions {
    background-color: #fff;
    width: 65%;
    position: absolute;
    left: 0;
    right: 0;
    margin: -49px auto;
    z-index: 100;
    list-style: none;
    padding: 0;
}

.rep-search-content .suggestion-item {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer
}

.rep-search-content .suggestion-item:hover {
    background-color: rgba(51,51,51,0.1);
}


.rep-search-content .results {
	padding: 100px 0;
}

.rep-search-content .red {
	color: #bd2125;
}

.rep-search-content .search-results {
	background-color: rgba(255,255,255,0.5);
	width: 90%;
	padding: 0;
	transition: all .5s ease-in-out;
	border-radius: 2px;
	opacity: 0;
}

.rep-search-content .results-list {
	display: flex;
	flex-wrap: wrap;
}

#rep-search-form,
.alert-danger {
	display: flex;
	margin: 50px auto;
	width: 65%;
}

#rep-search-form .btn {
	font-size: 22px;
	border-radius: 0;
}

.rep-search-content .lds-ripple {
    position: absolute;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    z-index: 10000;
}

.rep-search-content .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	margin-top: -40px;
	margin-bottom: 25px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.rep-search-content .alert-danger.fade {
	opacity: 0;
}

.rep-search-content #address-input {
	flex-grow: 1;
	padding: 5px;
	border-radius: 0;
}

.rep-search-content .searched-for {
	margin: 15px;
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
}

.rep-search-content .office-select {
	display: none;
}

.rep-search-content .results-left {
	padding: 0;
	background-color: #fff;
	box-shadow: 5px 0px 16px -6px black;
}

.rep-search-content .office-header {
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: 1px solid rgba(100,100,100,0.1);
	cursor: pointer;
	height: 72px;
}

.rep-search-content .office-header:hover {
	background-color: rgba(6, 59, 134, 0.4);
	color: #fff;
}

.rep-search-content .office-header.active {
	background-color: #063b86;
	border-right: none;
	color: #fff;
}

.rep-search-content .office-header::after {
	content: ' ';
    position: absolute;
    margin-right: -36px;
    border-width: 36px;
    border-style: solid;
    border-color: #063b86 transparent transparent transparent;
    transform: rotate(-90deg);
	opacity: 0;
	transition: margin-right .15s ease-in-out;
}

.rep-search-content .office-header.active::after {
	position: relative;
    margin-right: -72px;
	opacity: 1;
}

.rep-search-content .results-right {
	padding-left: 35px;
}

.rep-search-content .office-title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

.rep-search-content .results-list .official-item.hid {
	opacity: 0;
	position: absolute;
	z-index: 0;
}

.rep-search-content .results-list .official-item {
	box-shadow: 0px 4px 11px 0px black;
	padding: 15px;
	min-height: 230px;
	margin: 30px 1%;
	width: 48%;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-radius: 4px;
}

.rep-search-content .card-title {
	margin-top: 0;
	font-size: 24px;
	border-bottom: 1px solid lightgrey;
	padding-bottom: 10px;
}

.rep-search-content .official-card {
	display: flex;
}

.rep-search-content .official-card .image-wrapper {
	text-align: center;
}

.rep-search-content .official-card img {
	width: 100%;
}

.rep-search-content .card-block {
	font-size: .65em;
	word-wrap: break-word;
	padding: 0 15px;
	flex: 1;
	min-width: 50px;
}

.rep-search-content .card-block p {
	margin: 0;
}

.rep-search-content .card .contact-info {
	margin: 15px 0;
}

.rep-search-content .card .contact-key {
	font-weight: bold;
}

.rep-search-content .card-text {
	display: flex;
	justify-content: space-between;
}

.rep-search-content .official-item a {
	word-wrap: break-word;
	width: 70%;
	text-align: right;
}

/* IE styles */



@media screen and (max-width: 990px) {
	.rep-search-content .office-title {
		font-size: 13px;
	}

	.rep-search-content .official-card {
		display: block;
	}

	.rep-search-content .official-card .image-wrapper {
		margin-bottom: 10px;
	}

	.rep-search-content .card-title {
		text-align: center;
	}
}

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

	#rep-search-form,
	.alert-danger {
		width: 80%;
	}

	.rep-search-content .results-right {
		padding-left: 15px;
	}

	.rep-search-content .results-left {
		display: none;
	}

	.rep-search-content .office-select {
		display: block;
		margin: 25px 0;
		text-align: center;
		opacity: 0;
	}

	.rep-search-content .office-select #offices-list {
		width: 90%;
		font-size: 16px;
		padding: 8px;
	}
}

@media screen and (max-width: 510px) {
	#rep-search-form,
	.alert-danger {
		flex-direction: column;
		width: 90%;
	}

	#rep-search-form input {
		width: 100%;
	}

	#rep-search-form .btn {
		margin: 10px 0 0 0;
		width: 100%;
	}

	.rep-search-content .official-item {
		width: 100% !important;
	}

	.rep-search-content .title {
		font-size: 36px;
	}

	.rep-search-content #address-input {
		font-size: 16px;
	}
}

.rep-search-content .officials-list.open {
	overflow: visible;
}


/*****

Advertise Page

*****/

.advertise-img-one {
    background-image: url(/web/20171019094322im_/https://amac.us/wp-content/themes/AMACv8/img/woman-magazine-advertise-min.jpg);
}

/*****

Misc Styles

*****/
.tweet-embed{
    max-width: 500px;
    margin: auto;
}

aside.sidebar .ajdg_grpwidgets {
    margin: 35px 0;
}

/*****

Bootstrap Overrise

*****/
@media (min-width: 520px){
    .visible-mobile{
        display: none;
    }
}
@media (max-width: 520px){
    .visible-mobile{
        display: block;
    }
    .hidden-mobile{
        display: none !important;
    }
}


/*****

mccain petition

*****/

.petition-form{
    width: 550px;
    margin: 40px auto;
    background: #105599;
    padding: 20px;
    box-shadow: 0 0 30px #999;
}

.petition-form iframe{
    width: 100%;
    border: none;
    margin: auto;
    background: #fff;
    padding: 20px;
    height: 480px;
}

/*****

Social Securiry Advisor Page

*****/

.ssa .page-banner{
    background: url('https://amac.us/wp-content/themes/AMACv8/img/ssa/ss-benefit-banner-blank-lg-min.jpg');
    width: 100%;
    padding: 5px 0 5px 30px;
    margin-top: 30px;
}

.ssa h1{
    border-left: 4px solid #e11e37;
    padding-left: 15px;
    color: #063b86;
    font-weight: bold;
    text-shadow:
         1px  1px 0 #fff,
        -1px -1px 0 #fff,
         1px -1px 0 #fff,
        -1px  1px 0 #fff,
         1px  1px 0 #fff;
}

.ssa h1 span{
    font-size: 1.5em;
}

.ssa .content-items{
    overflow: hidden;
}

.ssa .panel{
    box-shadow: 0 0 15px #c5c5c5;
    border: none;
}

.ssa .panel-heading h3{
    margin: 0;
    text-align: center;
}

.ssa .mission{
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #e2e2e2;
    padding: 15px;
}

.ssa .mission h3{
    color: #063b86;
    border-bottom: 2px solid #e11e37;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.ssa .articles h2{
    border-bottom: 4px solid #e11e37;
    padding: 15px 0 5px 0;
    margin-top: 30px;
}

.ssa .articles .post{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dotted #e2e2e2;
    margin: 30px 0;
}

.ssa .articles .post img{
    float: left;
    width: 120px;
    margin: 0 15px 0 0;
}

.ssa .articles .post h3{
    margin-top: 0;
}

.ssa .articles .post h3 a{
    color: #444;
}

.ssa .articles .post p.date{
    margin-bottom: 0;
}

@media (max-width: 767px){
        .ssa .page-banner{
        background: url('/web/20171019094322im_/https://amac.us/wp-content/themes/AMACv8/img/ssa/ss-benefit-banner-blank-sm-min.jpg');
    }
}

/*****

AMAC Chapter President Cards Form Page

*****/

.amac-cards .amac-logo img{
  margin: auto;
}

.amac-cards{
  margin-top: 50px !important;
  padding: 0 15px;
  font-family: 'Play';
}

.amac-cards img{
    display: block;
}

.amac-cards p{
  font-family: 'Play';
}

.amac-cards h2,
.amac-cards h3{
  padding: 0 !important;
  font-family: 'Alegreya Sans';
}

.amac-cards-form{
  max-width: 700px;
  margin: auto;
  padding: 30px;
  border-radius: 11px;
  background: #eee;
  box-shadow: 0 0 25px #ababab;
  border: 1px solid #e2e2e2;
}

.amac-cards input,
.amac-cards select,
.amac-cards textarea{
  border: 1px solid #999;
  padding: 5px;
  border-radius: 3px;
}

.nf-form-fields-required{
  display: none;
}

.btn-red{
  background: red;
  color: #fff;
}

.btn-red:hover{
  background: #ff5656;
  color: #fff;
}

img.amac-card-img{
  margin: auto;
  margin-bottom: 50px;
  box-shadow: 0 0 15px #000;
}

.nf-form-cont .col-sm-6{
    clear: none;
    margin: 0;
    padding: 0 0 25px 15px;
    width: 50%;
    float: left;
}

.nf-form-cont .first-col{
  padding: 0 15px 25px 0;
}

@media (max-width: 767px) {

  .nf-form-cont .col-sm-6{
    padding: 0 0 25px 0;
  }
}

@media (max-width: 465px) {

  .amac-cards-form{
    padding: 15px;
    box-shadow: none;
    border: none;
  }

  .amac-cards h2,
  .amac-cards h3{
    text-align: center;
  }

  .amac-cards h2{
    font-size: 1.8em;
  }
  .amac-cards h3{
    font-size: 1.5em;
  }

}

.confirm h2{
    padding: 0 !important;
}

.confirm a.wufoo-submit{
    font-weight: bold;
    text-decoration: none;
    color: red;
}

.confirm a.wufoo-submit:hover{
    text-decoration: underline;
    color: #ff4848;
}

/*********************************************
**** Travel Page *****************************
***********************************************/

#travel #amac-travel {
    background: url("/wp-content/uploads/2017/08/travel-banner-min.jpg");
    background-size: cover;
}
#travel .tab-content {
    padding: 0;
    border: 0;
}
#travel img {
    width: 100%;
}
#travel h3 {
    margin-top: 30px;
    margin-bottom: 0;
    background: #3cabdf;
    color: white;
    padding: 4px 3px;
    font-size: 1.1em;
}
#travel ul#tabs li {
    width: 25%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#travel ul#tabs li a {
    padding: 2px 0 4px 0;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 100;
    background: #d7d7d7;
    color: #00529b;
    text-decoration: none;
}
#travel ul#tabs li a:focus {
    outline: none;
}
#travel ul#tabs li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00529b;
    border-width: 20px 40px 0 40px;
    margin-left: -40px;
}
#travel ul#tabs li.active a {
    background: #00529b;
    color: white;
}
#travel .tab-pane a {
    text-decoration: none;
}
#travel .article-grid:nth-child(4){
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
}

#travel .btn.btn-blue{
	margin-top: 15px;
}

#travel .tab-content>.tab-pane {
    opacity: 0;
}
#travel .tab-content>.active {
    opacity: 1;
    -moz-animation: display-none-transition 1s both;
    -o-animation: display-none-transition 1s both;
    -webkit-animation: display-none-transition 1s both;
    animation: display-none-transition 1s both;
}

#travel .btn-travel,
.fancybox-wrap .btn-travel{
  background:#009ad6;
  color:white;
}

#travel .gray-back,
.fancybox-wrap .gray-back{
  background:#e2e2e2;
}

#travel .subscribe-wrapper{
  padding:10px 0 20px 0;
}

#travel .subscribe-wrapper h2{
  margin: 10px 0;
  background:none;
  color:#009ad6;
}

.fancybox-wrap  .modal-content{
  padding:0;
  max-width:360px;
}

.fancybox-wrap .modal-body h4{
  margin-top:10px;
  color:#009ad6;
}
/* key frames used to animate display-none-transition */
@-webkit-keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}
@keyframes display-none-transition {
    0% {
        opacity: 0;
    }
}
@media only screen and (max-width: 991px) {
    #travel .main-article a img {
        position: relative;
        left: 0;
        width: 33.33%;
        padding-right: 20px;
        margin-bottom: 20px;
        vertical-align: top;
    }
    #travel .main-article .post-details {
        width: 65%;
        display: inline-block;
    }
    #travel .main-article .post-details h2 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 28px;
    }
    #travel .article-grid:first-child {
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
    }
		#travel .article-grid:nth-child(4){
			padding-top: 0;
		}
}
@media only screen and (max-width: 767px) {
    #travel ul#tabs li a {
        font-size: 2.5vw;
    }
    #travel ul#tabs li.active a:after {
        border-width: 3vw 6vw 0 6vw;
        margin-left: -6vw;
    }
    #travel #amac-travel {
        background-position: center;
    }
    #travel .grid-img {
        float: left;
        width: 50%;
    }
    #travel .main-article a img {
        width: 50%;
    }
    #travel .main-article .post-details {
        width: 49%;
    }
}
@media only screen and (max-width: 480px) {
    #travel .col-xs-6 {
        width: 100%;
    }
    #travel .grid-img {
        float: unset;
        width: 100%;
    }
    #travel .main-article a img {
        width: 100%;
        padding-right: 0;
    }
    #travel .main-article .post-details {
        width: 100%;
    }
    #travel ul#tabs li a:before {
        font-family: "Fontawesome";
        display: block;
        font-size: 8vw;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #travel ul#tabs li:nth-of-type(1) a:before {
        content: "\f236";
    }
    #travel ul#tabs li:nth-of-type(2) a:before {
        content: "\f1b9";
    }
    #travel ul#tabs li:nth-of-type(3) a:before {
        content: "\f21a";
    }
    #travel ul#tabs li:nth-of-type(4) a:before {
        content: "\f072";
    }
    #travel ul#tabs li.active a:after {
        border-width: 3vw 6vw 0 6vw;
        margin-left: -6vw;
    }

    #travel .tab-pane h3:after{
			font-family: 'FontAwesome';
			content: "\f105";
			position: absolute;
			right: 30px;
			top: 55%;
			background: rgba(25,172,206, .7);
			padding: .5vw 2.5vw .5vw 3vw;
			border-radius: 50px;
			font-size:7vw;
		}

}

@media (max-width: 380px) {
    	#travel .tab-pane h3:after{
    		top:60%;
    	}
}

/*********************************
*** Total Poll *******************
*********************************/
.poll-widget .totalpoll-poll-container{
  padding: 15px;
  -webkit-box-shadow: 0 0 20px #aaa;
  box-shadow: 0 0 20px #aaa;
  border-top: 3px solid #fb0018;
  margin-top:30px;
}

.totalpoll-choice-votes-bar {
  height:20px;
  background:#063b86 !important

}

.post .poll .totalpoll-question{
  margin-top:1em !important;
  margin-bottom:.5em !important;
}

.totalpoll-poll-container .totalpoll-buttons{
  font-weight: bold;
  margin: 2em auto !important;
  display: flex;
  justify-content: center;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button{
  padding: .5em 1em !important;
  font-size:1.2em !important;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button+.totalpoll-button{
  margin-left: .3em !important;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-vote{
  background: red !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-results{
  background-color: #063b86 !important;
  color: white !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
}


.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-archive,
.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-back{
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    text-decoration: none !important;
    font-weight: 300 !important;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button:hover{
  opacity: .7 !important;
}

.poll-image{
  object-fit: cover;
  object-position:center center;
  height: 15vw;
  width: 100%;
  margin-top: 1em;
}

.single-poll-page .poll-image{
  height:auto;
}

.polls-archive .totalpoll-question{
  display:none;
}

.polls-archive h1.page-title{
  margin-bottom: 40px !important;
}

.polls-archive h2{
  margin-top: 10px;
}
.polls-archive h2 a{
  color:#333;
}

.polls-archive .post-meta{
  color:#333;
}

.totalpoll-poll-container .totalpoll-choices{
  margin:2em auto !important;
}

.widget_latest-totalpoll .totalpoll-poll-container .totalpoll-buttons .totalpoll-button{
  margin-left: .3vw !important;
}

.polls-archive .poll-archive-single-poll{
  width: 100%;
  padding: 15px;
  margin: 0 0 15px;
  box-sizing: border-box;
  background-color: #dedede;
  border-bottom: 10px solid #fb0018;
}
.total-results .number{
  text-align: center;
}

.poll .page-title{
  font-size:35px;
}

.single-poll-page{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px #aaa;
  box-shadow: 0 0 20px #aaa;
  border-top: 3px solid #fb0018;
  margin-bottom: 40px;
  margin-top: 40px;
}

.widget_totalpoll .comments a{
  text-decoration: none !important;
}

/***** DAILY NEWS PAGE *****/
/****************************/
.daily-news-header{
	background: url('/wp-content/uploads/2017/09/daily-news-bkgd-blue-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.daily-news-header .img-wrapper{
	padding: 30px;
}

.daily-news-header .daily-news-heading{
	padding: 0 1vw 0 5vw;
	margin: auto;
}

.daily-news-header .daily-news-heading h1{
	font-size:3vw;
	margin-top: 0;
}
.daily-news-header .daily-news-heading h3{
	font-size:2vw;
	margin-bottom: 0;
}
.daily-news-header .daily-news-heading p{
	font-size: 1.4vw;
}

.daily-news .panel{
	height:200px;
}

.daily-news .panel-title{
	font-size: 14px;
	font-weight: normal;
}

.daily-news .panel-body {
	padding:0;
}

.daily-news .panel-body p{
	font-size:14px;
	padding:15px;
	margin-bottom: 0px;
}

.daily-news .panel-body p:first-child{
	padding:15px 20px;
}

.daily-news .panel .btn-red{
	background-color: #e31936;
	padding:10px 15px;
	position: absolute;
	width: 80%;
	top: 140px;
	margin-left: 10%;
}

.daily-news .panel-blue-shadow{
	border:1px solid #cecece;
	box-shadow: 0px 2px 2px #cecece;
	position: relative;
}


.daily-news .panel-blue-shadow .panel-heading{
	background: #00539b;
	color: #fff;
}

.daily-news .subscribe{
 	margin:8vw 10vw;
	border: 3px solid #00a3c8;
}

.daily-news .subscribe .subscribe-form{
	padding: 0 5vw;
	position: relative;
}


.daily-news .subscribe .subscribe-header{
	position: relative;
	z-index: 9;
	margin: -6.5vw 10vw 0 10vw;
	text-align: center;
	background: #FFF;
}

.daily-news .subscribe .subscribe-header h1{
	font-size:3vw;
	margin-top: 0;
	color:#e31936;
}

.daily-news .subscribe .subscribe-header h3{
	font-size:2vw;
	margin-bottom: 0;
	font-weight: normal
}

.daily-news .subscribe .subscribe-form form label{
	color:#696969;
	font-weight: 300;
}

.daily-news .subscribe .subscribe-form .btn-green{
	display: block;
	width: 50%;
	margin: 0 25%;
	padding: 10px 0px;
}

.daily-news .subscribe .subscribe-disclaimer{
	text-align: center;
	position: absolute;
}

.daily-news .subscribe .subscribe-disclaimer p{
	font-size:0.7vmax;
	font-weight: bold;
	margin-top: 10px;
}

.submit-error{
	border:1px solid #fb0018;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

/*****

Ben Ferguson Page

*****/

.ben-join-section{
    text-align: center;
    padding: 20px;
    background: #eee;
    margin: 40px;
    border: 1px solid #b3b3b3;
}

.ben-join-section h2{
    border-bottom: 3px solid red;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border: none;
    margin-top: 10px !important;
}

.ben-join-section h3{
    margin-top: 60px;
}

.ben-join-section h3.no-top{
    margin-top: 0;
}

.ben-join-section .red-txt{
    color: red;
}

.ben-join-section a.btn-xl{
    padding: 20px 40px;
    font-size: 2em;
    font-weight: bold;
}

.ben-mobile-quote{
    background: #192d72;
    background-image: url("/wp-content/uploads/2017/08/ben-ferguson-face-min.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ben-mobile-quote .mobile-quote-content{
    color: #fff;
    background: rgba(5, 12, 35, 0.45);
    padding: 40px 20px;
}

.ben-mobile-quote .mobile-quote-content p{
    margin-left: 30px;
}

.ben-mobile-quote .mobile-quote-content .fa{
    height: 20px;
    font-size: 1.5em;
}

.ben-mobile-quote .mobile-quote-content .fa-quote-left{
    float: left;
    margin-right: 10px;
}

.ben-mobile-quote .mobile-quote-content .fa-quote-right{
    margin-left: 10px;
    position: relative;
    bottom: -10px;
}

.ben-mobile-quote .mobile-quote-content .quote-author{
    text-align: right;
}

.ben-benefits{
    background: #eee;
    border: 1px solid #b3b3b3;
    padding-top: 20px;
    margin: 0 30px 15px 0;
}

.ben-benefits ul li{
    line-height: normal;
    margin-bottom: 0;
}

@media (max-width: 510px) {

    .ben-join-section h2{
        font-size: 1.7em;
    }

    .ben-join-section h3{
        font-size: 1.4em;
    }

    .ben-join-section a.btn-xl{
        font-size: 1.3em;
        padding: 15px 30px;
    }

    .ben-benefits .benefit-list ul{
        margin-left: 10px;
        padding-left: 0;
    }

    .ben-join-section{
        margin: 0;
    }

    .ben-benefits{
        margin: 0 0 30px 0;
    }
}



@media only screen and (min-width: 1600px) {
	.daily-news-header .daily-news-heading h1,
	.daily-news .subscribe .subscribe-header h1{
		font-size:3em;
	}
	.daily-news-header .daily-news-heading h3,
	.daily-news .subscribe .subscribe-header h3{
		font-size:2em;
	}
	.daily-news-header .daily-news-heading p{
		font-size: 1.4em;
	}
	.daily-news .subscribe .subscribe-header{
		margin: -4.5vw 7vw 0 7vw;
		padding: 0 10px;
	}
	.daily-news .subscribe .subscribe-disclaimer p{
		font-size:0.6vmax;
	}
}

@media only screen and (min-width: 1800px){
	.daily-news .subscribe .subscribe-disclaimer p{
		font-size:0.58vmax;
	}
}

@media only screen and (max-width: 991px){
	.daily-news-header .daily-news-heading h1,
	.daily-news .subscribe .subscribe-header h1{
		font-size:4vw;
	}
	.daily-news-header .daily-news-heading h3,
	.daily-news .subscribe .subscribe-header h3{
		font-size:3vw;
	}
	.daily-news-header .daily-news-heading p{
		font-size: 2.4vw;
	}
	.daily-news .subscribe .subscribe-header{
		    margin: -9.5vw 17vw 0 17vw;
	}
	.daily-news .subscribe .subscribe-disclaimer p{
		font-size:1vmax;
	}
}



@media only screen and (min-width : 650px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

}

@media only screen and (max-width : 649px) and (min-width:500px) {
	.daily-news-header .img-wrapper{
		padding: 0 14vw;
	}
	.daily-news-header .daily-news-heading h1{
		font-size:6vw;
	}
	.daily-news-header .daily-news-heading h3{
		font-size:4vw;
	}
	.daily-news-header .daily-news-heading p{
		font-size: 3vw;
	}

}

@media only screen and (max-width : 649px){
	.panels [class*="col-xs"],
	.subscribe-form [class*="col-xs"]{
		width:100%;
	}

	.daily-news .panel-blue-shadow{
		margin:20px 10vw;
		height:100%;
	}

	.daily-news .panel .btn-red{
		position: relative;
		top:0px;
		width:60%;
		display: block;
		margin: 0 auto;
	}

	.daily-news .subscribe .subscribe-header{
		margin: -12.5vw 12vw 0 12vw
	}

	.daily-news .subscribe .subscribe-header h1{
		font-size:6vw;
	}
	.daily-news .subscribe .subscribe-header h3{
		font-size:4vw;
	}

}

@media only screen and (max-width : 499px) {
	.daily-news-header .img-wrapper{
		padding: 0 10vw;
	}
	.daily-news-header .daily-news-heading h1{
		font-size:7vw;
	}
	.daily-news-header .daily-news-heading h3{
		font-size:6vw;
	}
	.daily-news-header .daily-news-heading p{
		font-size: 4.4vw;
	}

	.panels [class*="col-xs"]{
		width:100%;
	}
	.daily-news .subscribe .subscribe-header{
		margin: -14.5vw 10vw 0 10vw;
	}

	.daily-news .subscribe .subscribe-disclaimer{
		width: 70%;
	}

	[class*="col-xs"] .g-recaptcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

}

@media only screen and (max-width : 360px) {
  [class*="col-xs"] .g-recaptcha{
    transform:scale(0.72);
    -webkit-transform:scale(0.72);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

  [class*="col-md"] .g-recaptcha{
    transform:scale(0.84);
    -webkit-transform:scale(0.84);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

@media only screen and (max-width : 320px) {
[class*="col-xs"]  .g-recaptcha{
    transform:scale(0.63);
    -webkit-transform:scale(0.63);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}


/***** Life Awareness Page *****/
/****************************/

.life-awareness > .container-fluid{
	padding:0px;
	max-width: unset;
}
.life-awareness > .container-fluid > .row:nth-child(1){
	background:#00a85a;
}

.life-awareness > .container-fluid >   .row:nth-child(2){
	background:#72be4f;
}

.life-awareness > .container-fluid >  .row:nth-child(3){
	background:#228b8f;
}

.life-awareness .container-fluid .row .col-md-12{
	padding: 20px 12vw;
}

.life-awareness .container-fluid .row .awareness-heading{
	color:white;
}


.life-awareness .container-fluid .row .image-tabs{
	margin-bottom: -10vw;
}

.life-awareness .container-fluid .row .img-controls{
	text-align: center;
}

.life-awareness .container-fluid .row .img-controls .img-control-overlay{
	position: relative;
	top: 15vw;
	z-index: 7;
	margin: auto;
	width: 80%;
	height: 50px;
	background: #72be4f;
}

.life-awareness .container-fluid .row .img-controls a.control{
	position: relative;
	display:inline-block;
	width: 20%;
	margin:0px 20px;
	z-index: 9;
  background: #72be4f;
}

.life-awareness .container-fluid .row .img-controls a.active.control {
	width:30%;
}

.life-awareness .container-fluid .row .img-controls a.control img.main{
	margin-top: 2vw;
	margin-bottom: 2vw;
	padding:.5vw;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.life-awareness .container-fluid .row .img-controls a.control img:hover{
	opacity: .7;
}

.life-awareness .container-fluid .row .img-controls .mobile-dropdown{
	display: none;
}

.life-awareness .container-fluid .row .img-controls .btn-dropdown{
	width:80%;
	text-align: left;
	background: #fff;
	padding:0;
	border:none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.life-awareness .container-fluid .row .img-controls .btn-dropdown .drop{
	padding: 6px;
  display: inline-block;
}

.life-awareness .container-fluid .row .img-controls .dropdown-menu{
	left:10%;
	width:80%;
	padding-top: 0px;
	margin-top:0px;
	border-top:none;
	border-top-right-radius: 0px;
  border-top-left-radius:0px;
}

.life-awareness .container-fluid .row .img-controls .btn-dropdown .fa{
	float: right;
	background: #228b8f;
	color: white;
	padding: 10px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.life-awareness .container-fluid .row .img-controls .curve{
	display:block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	color:#353535;
	font-size:1.2vw;
	-moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.life-awareness .container-fluid .row .img-controls .curve.flip{
	transform: rotate(360deg);
}

.life-awareness .container-fluid .row .img-controls .curve{
	font-size:1.1vw;

}

.life-awareness .container-fluid .row .img-controls .curve .empty{
	display:none;
}

.life-awareness .container-fluid .row .img-controls .active .curve{
	color:white;
	font-size:2vw;
}

.life-awareness .container-fluid .row .img-tab-content{
	position: relative;
	top: -15vw;
	padding: 14vw 10vw 5vw 10vw;
	border: 1px solid rgba(225, 255, 255, .7);;
}

.life-awareness .container-fluid .row .take-action{
	text-align: center;
	padding: 30px 0;
}

.life-awareness .container-fluid .row .take-action .bold{
	color:#383c36;
	font-weight: bold;
	max-width: 390px;
	margin: auto;
	font-size:20px
}

.life-awareness .container-fluid .row .take-action .phone-link{
	color:white;
	font-size:36px;
	font-weight: bold;
	text-decoration: none;
}

.life-awareness .container-fluid .row .take-action .btn-white{
	color:#228b8f;
	font-weight: bold;
}

footer#amac-footer{
	margin-top:0px;
}

@media (min-width: 1400px){
	.life-awareness .container-fluid .row .col-md-12{
		padding: 20px 20vw;
	}
	.life-awareness .container-fluid .row .img-controls .curve{
		font-size:1.2vw;
	}
	.life-awareness .container-fluid .row .img-controls .active .curve{
		font-size:1.8vw;
	}
}


@media (min-width: 1200px){
	.life-awareness .container-fluid .row .col-md-12{
		padding: 20px 16vw;
	}

	.life-awareness .container-fluid .row .img-tab-content{
		padding: 14vw 8vw 4vw 8vw;
	}

	.life-awareness .container-fluid .row .img-controls .img-control-overlay{
		top:12vw;
	}
}

@media (max-width: 767px){
	.life-awareness .container-fluid .row .col-md-12{
		padding: 20px 10vw;
	}

	.life-awareness .container-fluid .row .img-controls .img-control-overlay{
		top:20vw;
	}

	.life-awareness .container-fluid .row .img-controls .curve{
		font-size:1.5vw;
  }

	.life-awareness .container-fluid .row .img-controls .active .curve{
		font-size:2vw;
  }
}

@media (max-width:600px){
	.life-awareness .container-fluid .row .col-md-12{
		padding: 20px 10vw;
	}

	.life-awareness .container-fluid .row .img-controls a.control{
		display:none;
	}

	.life-awareness .container-fluid .row .img-controls a.control.active{
		display:block;
		width:70%;
		margin:auto;
		padding-top:30px;
	}

	.life-awareness .container-fluid .row .img-controls .img-control-overlay{
		display:none;
	}

	.life-awareness .container-fluid .row .img-controls .curve{
		display:none;
	}

	.life-awareness .container-fluid .row .img-tab-content {
		border:none;
	}

	.life-awareness .container-fluid .row .img-controls .mobile-dropdown{
		display: block;
	}

}

#related-post-slider .article-grid a:hover p{
  text-decoration: none;
  display:inline-block;
}

#related-post-slider .grid-img img{
  max-height: calc(200px + 0.5vw);
  min-height: 200px;
  object-fit: cover;
}

.travelperks{
  position: relative;
}

.travelperks .row{
  margin-top: 30px;
}

.travelperks .top-margin-0{
  margin-top:0;
}

.travelperks .padding-0-20{
  padding:0 20px
}

.travelperks h1, .travelperks h3{
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  margin:0;
}

.travelperks .travelperks-header{
   background:#005180;
   padding:15px;
 }

 .travelperks .travelperks-header h3{
   color:white;
 }

 .travelperks .overlay{
   position: absolute;
   top:20px;
   color:#005180;
   line-height: 1.4em;
 }

 .travelperks .overlay .emphasis{
   display: block;
   font-size:2em;
   font-style: italic;
   text-transform: uppercase;
 }

 .travelperks-message p{
   font-weight: bold;
 }

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

 .travelperks .travelperks-cta{
 		font-size:1.5em;
 		text-align: center;
 		font-weight: bolder;
 }

 .travelperks .travelperks-cta a{
 	color:#29abe2;
 }

 .travelperks .btn-red{
   background-color: #e31b39;
 }

 .travelperks-btns a{
   font-size:2em;
   max-width: 360px;
   white-space: normal;
   padding: 5px 30px;
   min-width: 290px;
 }

 .travelperks .member-bonuses{
   background:#005180;
   color:white;
   padding:10px 5px;
   border-radius: 20px;
 }

.travelperks .member-bonuses h3{
  text-align: center;
}

.travelperks .member-bonuses ul li{
  font-size:1.2em;
  line-height: 1.9em;
  font-weight: bolder;
  letter-spacing: -.8px;
}

.travelperks .travelperks-lines p{
  font-weight: bold;
}

.travelperks .many-more{
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  font-style: italic;
}

.travelperks .travelperks-logos{
  padding:10px 40px;
}

.travelperks .travelperks-cto{
  background:#005180;
  color:white;
  padding:10px 10px 20px 10px;
  text-align: center;
}

.travelperks .travelperks-cto a{
  color:white;
  font-size:1.8em;
  white-space: normal;
  padding-top: 20px;
}

.travelperks .travelperks-disclaimer{
  font-size:.9em;
  text-align: center;
}

@media (max-width: 767px){

  .travelperks .mobile-no-margin{
    margin-top:0px;
  }

  .travelperks .padding-0-20{
    padding: 0 5px;
  }

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

  .travelperks .travelperks-logos img{
    margin-bottom: 10px;
  }

  .travelperks .travelperks-btns{
    padding:0px;
  }

  .travelperks .travelperks-btns a{
    margin-bottom: 5px;
  }

  .travelperks .overlay{
    top:5px;
    line-height: 1.1em;
  }

  .travelperks .overlay .emphasis{
    font-size:1.3em;
  }

}

.alaska-banner-img {
		width:100%;
    height:100%;
    padding: 0
}

.visible-xxs{
	display: none;
}

@media (max-width:380px) {

    .visible-xxs {
        display: block;
				width: 100%;
    }
}

.medicare-countdown-wrapper{
  text-align: center;
}
/*******************
**CAR RENTAL PAGE **
*******************/
.car-rental .panel-body .text-bold{
  font-weight: bolder;

}
.car-rental .panel-body .avis-font{
  display: inline-block;
}
.car-rental .panel-body .small{
  font-size:85%;
}
.car-rental .panel-body .text-18{
  font-size:18px;
}
@media only screen and (max-width : 480px) {
  .car-rental .panel-body [class*="col-xs-"]{
    width:100%
  }
}

/**********
Flood
**********/

.flood-box{
    padding: 5px 15px;
    text-align: center;
    background: #eee;
}


.flood-box p{
    margin-bottom: 0;
}

.form-response .alert{
  margin:15px;
}

.flood-contact{
    margin: 0;
}

.flood-contact a{
    padding: 30px;
    font-weight: bold;
    text-align: center;
    background: #063b86;
    color: #fff;
    border: 5px solid #fff;
    margin-top: 5px;
}

.flood #existing-flood{
    padding-top: 60px !important;
}


/**********
SS Guarantee
**********/

.social-security .page-title{
    line-height: 1em;
}

.social-security .underline {
    text-decoration: underline;
}

.social-security p{
    margin: 15px 0;
}

.social-security h3,
.social-security h2 {
    text-align: center;
    margin-bottom: 30px;
}

.social-security li {
    padding: 7px 0;
}

.social-security .red-text {
    color: #e51937;
    font-weight: bold;
}

.social-security .page-title small{
    font-size: .4em;
}

.social-security .ss-title{
    margin: 15px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.social-security .ss-table{
   width: 800px;
   margin: auto;
   margin-top: 50px;
   margin-bottom: 50px;
}

.social-security .ss-table-title{
    background: #00529b;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.social-security .ss-table-cat,
.social-security .ss-table-content{
    border: 1px solid #000;
    padding: 15px;
    background: #eee;
}

.social-security .ss-table-cat{
    font-weight: bold;
}


.social-security hr{
    border: 1px solid #00529b;
    margin-top: 50px;
}

.ss-1mil{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 78%;
}

.ss-1mil td{
    padding: 7px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.ss-1mil .red{
    background: #e51937;
    color: #fff;
}

.ss-1mil .ss-1mil-title{
    background: #00529b;
    color: #fff;
    font-size: 14px;
}

.social-security .exhibit-a,
.social-security .exhibit-b {
    margin-top: 75px;
}

.social-security .exhibit-b .underline {
    margin-top: 40px;
}

.social-security .exhibit-a-table {
    margin: 50px auto 25px;
}

.social-security .exhibit-a-table th,
.social-security .exhibit-a-table td {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
}

.social-security .exhibit-a-table .blue-fill {
    background-color: #00529b;
    color: #fff;
}

/**********

Main Menu

*********/

#header-nav ul li.menu-item a,
#header-nav.stuck ul li.menu-item a{
    padding-left: 23px;
    padding-right: 23px;
}

/**********
Employee
***********/
.snow-closure-box-amber{
    background: #ffd51d;
}

/************
* WP DIZCUSS
************/
#wpcomm .wpdiscuz-children,
#wpcomm .wpdiscuz-children span,
.wpdiscuz-show-replies{
  text-transform: uppercase;
  color:red;
  font-weight: bold;
}


/**********
PureTalk
**********/

.gray-heading{
    background: #e2e2e2;
    padding: 15px;
}
