/* COLORS

nav bg cream - #dcdbc2
orange - #f25b19

flyout headers - #4d4035
bluegreen links/headings - #2A6870
chocolate links/headings - #493f38
maroon links/headings - #8B2656
dark cream links/headings - #B7AA83

*/
#footer a {
    color: inherit;
}
.footer_inner {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #728496;
    padding: 0 60px;
}

#footer_banner {
    padding: 26px 10px;
    background-color: #3B4A5A;
}

#footer_banner .banner_inner {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 50px;
}

#footer_banner .banner_message,
#footer_banner .banner_button {
    display: inline-block;
    margin: 15px 0;
}

#footer_banner .banner_message.foot_banner_mobile {
    display: none;
}

#footer_banner .banner_message.foot_banner_mobile span {
    display: inline-block;
    margin-top: 18px;
}

#footer_banner .banner_button {
    border: 1px solid #fff;
    margin-left: 30px;
    cursor: pointer;
}

#footer_banner .banner_button:hover {
    color: #3B4A5A;
    background-color: #fff;
}

#footer_banner .banner_button a {
    display: inline-block;
    padding: 16px 30px;
    text-decoration: none;
}

.footer_navigation {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
}

#footer li span {
    display: none;
    margin-right: 10px;
}

#footer li a {
    /* color: #728496; */
    color: #EEE;
}

#footer li a:hover {
    color: #92a2b3;
}

.footer_element {
    display: inline-block;
    min-height: 100px;
    vertical-align: top;
}

.footer_element.foot_nav {
    width: 25%;
}

.footer_element.foot_aicpa {
    margin-left: 2%;
}

.footer_element.footer_element.foot_shgp {
    transform: translate(8px, -10px);
}

.footer_element.foot_aicpa,
.footer_element.foot_twtcpa,
.footer_element.foot_shgp {
    width: 14%;
}

.footer_element.foot_aicpa > a,
.footer_element.foot_twtcpa > a,
.footer_element.foot_shgp > a {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.foot_twtcpa img {
    width: 138px;
}

.footer_element.foot_social {
    position: relative;
    float: right;
    width: 28%;
}

.footer_element img {
    margin-top: 30px;
    cursor: pointer;
}

.footer_element img:hover {
    opacity: 0.5;
}

.footer_element.foot_aicpa img {
    width: 162px;
}

.footer_element.foot_shgp img {
    width: 150px;
}

.footer_element.foot_social img {
    margin-left: 5px;
    margin-right: 5px;
    width: 44px;
}

.footer_element.footer_element.foot_social #tiktok_icon {
    width: 46px;
    transform: translateY(2px);
}

.footer_element.foot_social img.foot_twtcpa {
    margin-right: 12px;
    width: 102px;
}

.footer_element.foot_social>div {
    position: absolute;
    right: 0;
}

.footer_copyright {
    text-align: center;
    border-top: 2px solid #3B4A5A;
    padding: 15px 50px 20px;
    color: #EEE;
    /* color: #728496; */
}

.footer_copyright span {
    display: inline-block;
    margin-top: 12px;
}

#countdown-box {
    overflow: hidden;
    /* width: 196px; */
    /* height: 39px; */
    float: left;
    /* display: block; */
    padding: 7px 13px 15px;
    background-color: #D5D5D5;
    text-align: center;
    border-radius: 15px;
    font-family: BrotherRegular;
    /* font-family: "PT Sans"; */
}
#countdown-box div.number-box {
    float: left;
    width: 45px;
    height: 30px;
    background-color: #4F4F4F;
    color: #EEE;
    font-size: 28px;
    margin: 3px 0;
    border: 1px solid #A5A5A5;
    vertical-align: bottom;
    font-family: BrotherBold;
    padding-top: 4px;
}
div.number-spacer {
    float: left;
    width: 10px;
    font-size: 21px;
    line-height: 32px;
    font-family: BrotherBold;
}
div.number-box span {
    line-height: 27px;
    vertical-align: top;
}
div#countdown-box div.countdown-units {
    float: left;
    width: 53px;
    height: 10px;
    /* margin: 0 7px; */
    margin: 0;
    text-align: center;
    font-size: 9px;
    color: #000;
}
/* CONTEST BAR */
#contest {
	position:fixed;
	bottom:0;
	z-index:10000;
	min-width:960px;
	width:100%;
}

#contest_label {
	/* display:block; */
	margin:0;
	padding:2px 8px;
	width:240px;
	background-color:#f05e1e;
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
    font-family: RobotoRegular;
	/* font-family:'PTSansBold',Arial,Helvetica,sans-serif; */
	line-height:16px;
}

#contest_bg {
	position:absolute;
	z-index:-1;
	min-width:960px;
	width:100%;
	height:104px;
	opacity:.9;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}

#contest_body {
	position:relative;
	padding:20px 0 14px;
	min-width:960px;
	width:100%;
}

#contest_text {
	float:left;
	margin:0 2%;
	width:56%;
	height:70px;
	text-align:right;
}

#contest_text p {
	color:#fff;
	/* text-shadow:#000 0 2px 6px; */
	font-size:1.3em;
    font-family: BrotherBold;
	/* font-family:'PTSansBold',Arial,Helvetica,sans-serif; */
	line-height:1.3em;
}

#contest_text p.subheading {
	color:#f05e1e;
}

#contest_timer {
	float:left;
	margin:0 2% 0 0;
	width:225px;
	height:70px;
}

#contest_link {
	display:inline-block;
	/* float:left; */
	margin:24px 0 0;
    margin-left: 10px;
	/* width:10%; */
    width: auto;
	color:#fff;
	text-decoration:none;
	/* text-indent: 12px; */
	/* text-shadow:#000 0 2px 6px; */
	font-size:.9em;
    font-family: RobotoRegular;
	/* font-family:'PTSansRegular',Arial,Helvetica,sans-serif; */
	line-height:1.2em;
}

#contest_link:hover {
	text-decoration:underline;
}

#contest_close {
	display:block;
	float:right;
	margin:0 12px 0 0;
	width:12px;
	height:12px;
	background:transparent url(../img/contest-close.gif) no-repeat left top;
}


@media screen and (max-width: 1200px) {
    .footer_element.foot_aicpa img {
        width: 142px;
    }

    .footer_element.foot_twtcpa,
    .footer_element.foot_shgp img {
        width: 125px;
    }

    .footer_element.foot_social img {
        margin-left: 5px;
        margin-right: 5px;
        width: 36px;
    }

}

@media screen and (max-width: 1000px) {
    #footer_banner .banner_message {
        display: block;
    }

    #footer_banner .banner_button {
        margin-left: 0;
    }

    .footer_element {
        min-height: 0;
    }

    .footer_element.foot_nav {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;
    }

    #footer ul {
        text-align: center;
    }

    #footer li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 6px;
        padding: 12px 0;
    }

    #footer li span {
        display: inline-block;
    }

    .footer_inner.footer_navigation {
        padding: 30px 0 0;
    }

    .footer_element.foot_social {
        float: none;
        width: 100%;
        padding-bottom: 35px;
        border-bottom: 2px solid #3B4A5A;
    }

    .footer_element.foot_social>div {
        position: static;
        right: auto;
        text-align: center;
    }

    .footer_element.foot_aicpa {
        width: 50%;
        height: 80px;
        border-right: 1px solid #3B4A5A;
        text-align: center;
        margin-left: unset;
    }

    .footer_element.foot_shgp {
        width: 48%;
        height: 80px;
        border-left: 1px solid #3B4A5A;
        text-align: center;
    }

    .footer_element.foot_twtcpa {
        width: 50%;
        display: block;
        margin: 0 auto;
        border-left: 1px solid #3B4A5A;
        border-right: 1px solid #3B4A5A;
        padding-bottom: 20px;
    }

    .footer_element.foot_aicpa img,
    .footer_element.foot_shgp img {
        margin-top: 20px;
    }

    /*CONTEST ANNOUNCEMENT*/
    #contest {
        min-width: 0;
    }
    #contest_bg {
        height: 250px;
    }
    #contest_body {
        min-width: 0;
    }
    #contest_text {
        width: 50%;
        margin: 0px 1%;
    }
    #contest_text p {
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    #footer_banner .banner_message.foot_banner_primary {
        display: none;
    }
    #footer_banner .banner_message.foot_banner_mobile {
        display: block;
    }
    /*CONTEST ANNOUNCEMENT*/
    #contest_body {
        padding-top: 15px;
    }
    #contest_text {
        width: 100%;
        text-align: center;
        height: auto;
    }
    #contest_text p {
        font-size: 18px;
        margin: 3px 0 4px;
        padding-right: 5px;
    }
    #contest_timer {
        /*display: none;*/
    }
    #contest_link {
        /* position: absolute; */
        margin: 5px auto 0 auto;
        display: block;
        width: 250px;
        text-align: center;
        /* top: 48%; */
        /* right: 10px; */
    }
    #contest_close {
        position: absolute;
        top: 5px;
        right: 3px;
    }
    #countdown-box {
        float: none;
        width: 250px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 600px) {
    .footer_element.foot_social img.foot_twtcpa,
    .footer_element.foot_social img.foot_facebook {
        display: none;
    }
    #footer_banner .banner_inner {
        padding: 0 55px;
    }
}

/*CONTEST ANNOUNCEMENT*/
/* CONTEST BAR */
/* #contest {
    position:fixed;
    bottom:0;
    z-index:10000;
    min-width:960px;
    width:100%;
}

#contest_label {
    display:block;
    margin:0;
    padding:2px 8px;
    width:240px;
    background-color:#f05e1e;
    color:#fff;
    text-decoration:none;
    font-size:1.1em;
    font-family:'PTSansBold',Arial,Helvetica,sans-serif;
    line-height:16px;
}

#contest_bg {
    position:absolute;
    z-index:-1;
    min-width:960px;
    width:100%;
    height:104px;
    opacity:.9;
    filter:alpha(opacity=90);
    -moz-opacity:.9;
}

#contest_body {
    position:relative;
    padding:20px 0 14px;
    min-width:960px;
    width:100%;
}

#contest_text {
    float:left;
    margin:0 2%;
    width:56%;
    height:70px;
    text-align:right;
}

#contest_text p {
    color:#fff;
    text-shadow:#000 0 2px 6px;
    font-size:1.7em;
    font-family:'PTSansBold',Arial,Helvetica,sans-serif;
    line-height:1em;
}

#contest_text p.subheading {
    color:#f05e1e;
}

#contest_timer {
    float:left;
    margin:0 2% 0 0;
    width:225px;
    height:70px;
}

#contest_link {
    display:block;
    float:left;
    margin:24px 0 0;
    width:10%;
    color:#fff;
    text-decoration:none;
    text-indent:-8px;
    text-shadow:#000 0 2px 6px;
    font-size:.9em;
    font-family:'PTSansRegular',Arial,Helvetica,sans-serif;
    line-height:1.2em;
}

#contest_link:hover {
    text-decoration:underline;
}

#contest_close {
    display:block;
    float:right;
    margin:0 12px 0 0;
    width:12px;
    height:12px;
    background:transparent url(../img/contest-close.gif) no-repeat left top;
}

#contest_timer {
    display: none;
}
#contest_link {
    margin-left: 25px;
}
*/
