@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Open Sans';
    src: url('../font/open_sans/web_fonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('../font/open_sans/web_fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/open_sans/web_fonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/open_sans/web_fonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/open_sans/web_fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open_sans/web_fonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('../font/open_sans/web_fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/open_sans/web_fonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/open_sans/web_fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/open_sans/web_fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open_sans/web_fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('../font/open_sans/web_fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/open_sans/web_fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/open_sans/web_fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/open_sans/web_fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

body {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    background-color: #041E42;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    color: #BF0D3E;
}

a:hover {
    text-decoration: none !important;
    color: #0a58ca;
}

iframe {
    width: 100% !important;
}

.main-Box {
    background-color: #041E42;
    height: auto;
    padding: 16px 4px;
}

.content-Bg {
    background-color: #fff;
    padding: 0 10px;
}

.Top-header {
    height: 75px;
    padding: 0px 0px;
    background-color: #E4F5FF;
    display: flex;
}

.menubar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #E4F5FF;
    height: -webkit-fill-available;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.active {
    color: #303535;
}

.nav-link {
    display: block;
    padding: 1.5rem 1.2rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link ul li a:hover {
    background-color: red;
}

.speechBox {
    display: flex;
    background-image: linear-gradient(20deg, #E4F5FF, #B9D9EB);
    position: relative;
}

.speechBox .americanRh {
    padding: 10px 0px 10px 100px;
   
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.paddingIcon {
    padding: 20px;
}

.Ads-Box {
    margin: 20px 0px 80px;
}

.ads-Img {
    padding: 0;
    margin: 0 auto 0px;
    max-width: 768px;
}

.Ads-Box h4 {
    color: #041E42;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-family: Open Sans;
    padding-top: 18px;
    margin: 0;
}

.Ads-Box .red {
    color: #BF0D3E;
}

.Ads-Box h2 {
    color: #000000;
    font-size: 37px;
    font-weight: bold;
    font-style: normal;
    font-family: Open Sans;
    padding: 0px;
    margin: 0;
    line-height: 49px;
}

.Ads-Box .light-sm-c {
    color: #606066;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.Ads-Box .boxP {
    padding: 20px 10px 0px 0;
}

.Ads-Box p {
    line-height: 23px;
}

.Ads-Box .obamaImg {
    padding-top: 35px;
    margin: 0;
    padding-right: 10px;
}

.obamaImg img,
.ads-Img img {
    width: 100%;
}

.Ads-Box .audio-Box {
    background-color: #f1f3f4;
    padding: 5px 0;
    margin-top: 20px;
    margin-right: 10px;
}

.left-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border-left: 0px solid #eee;
    background: #FFFFFF;
    margin-top: 20px;
    height: calc(100% - 20px);
    padding-bottom: 80px;
}

.left-card h4 {
    padding: 20px;
    font-size: 22px;
    color: #1C1C1C;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

.left-card .inbox {
    background-color: #F6F6F6 ;
}

.left-card .list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.light-color {
    color: 000000;
}

.light-underline {
    text-decoration: underline;
}

.darFont {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #272727;
}

.button-dark {
    color: #fff;
    background-color: #212529;
    margin: 20px;
    padding: 12px;
    border: 0;
    border-radius: 5px;
}

.button-dark:hover {
    background-color: #BF0D3E;
    color: #fff;
}

.ad-Space-img {
    padding: 20px;
}

.toogleBox {
    display: flex;
    position: absolute;
    bottom: 108px;
    right: 10px;
    align-items: center;
}

.current-color {
    color: #BF0D3E;
}

.search-click {
    outline: none;
    background-size: 22px;
    background-position: 13px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 0px;
    transition: all 0.5s;
    background-color: #E4F5FF;
    border: 0;
}

.search-click:focus {
    width: 400px;
    padding-left: 30px;
    border: 1px solid #ccc;
}

.search-click {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.search-click input {
    background: transparent;
    outline: none;
    position: absolute;
    width: 300px;
    height: 50px;
    left: 0%;
    padding: 10px;
}

.footer-main {
    background-color: #fafafa;
    padding: 30px 0;
}

.footer-main .heading {
    padding: 20px 0 10px;
}

.footer-main .heading h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #041E42;
}

.footer-main .heading h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #BF0D3E;
}

.footer-Link {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.flex-column {
    flex-direction: column!important;
}

.footer-links {
    display: block;
    padding: .1rem 0rem;
    text-decoration: none;
    color: #BF0D3E;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.footer-links2 {
    display: block;
    padding: .1rem 0rem;
    text-decoration: none;
    color: #041E42;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.footer-links3 {
    font-size: 13px;
    color: #AEAEAE;
    margin-top: 8px;
    display: block;
    margin-bottom: 8px;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #006fbe;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
}

.navbar {
    padding: 0;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.copyRight {
    border-top: #323263 solid 1px;
    padding: 10px 0;
    background-color: #fafafa;
}

.copyRight p {
    color: #AEAEAE;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: 0px;
    background: #C8E4F4;
    transition: .3s all ease-in-out;
}

.search-form-wrapper.open {
    display: block;
    transition: .3s all ease-in-out;
}

.search-form-tigger:focus,
.search-form input:focus {
    box-shadow: none !important;
}

.basic-addon2,
.icon-close2 {
    cursor: pointer;
}

.search-form .input-group {
    align-items: center;
}

/* scroll */
.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar {
    width: 5px;
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #fff;
    border-radius: 5px;
}

.site-mobile-menu .site-mobile-menu-body:hover::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
}

.site-mobile-menu .site-mobile-menu-body:hover::-webkit-scrollbar-thumb {
    background: #e4e6ef;
}

/* /scroll */
.foot-col {
}

.foot-box {
    width: max-content;
    text-align: left;
    margin: auto;
}

.foot_inner {
    padding: 0 10px;
}

/* --------------------------------------------------------------
# Navigation Menu
-------------------------------------------------------------- */
/* *
* Desktop Navigation */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 17px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    color: #2b3c6f;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover > a {
    color: #006fbe;
    background-color: #C8E4F4;
}

.navbar .active {
    color: #BF0D3E;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #E4F5FF;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #006fbe;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/* * American Rhetoric Figures in sound css* */
.figures-ar {
    padding: 0px 0;
}

.Ads-Box2 .figures-ar h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 23px;
    color: #BF0D3E;
    padding-bottom: 20px;
    padding-top: 30px;
    margin: 0;
}

.figures-ar p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 15px;
    margin: 0;
}

.figures-box {
    border: 1px solid #000048;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    position: relative;
}

.figures-box .figures-box-Innr {
    height: 200px;
}

.figures-box-Innr-scroll {
    padding: 6px 16px 20px;
    overflow-y: scroll;
    margin: 4px 4px 70px;
    margin-top: 16px;
}

.figures-box .figure-MovieBg {
    background-color: #f1f3f4;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.figures-box .figure-MovieBg2 {
    background-color: #f1f3f4;
    margin: 0px 3px 0 3px;
    position: relative;
    padding: 0;
    top: 28px;
}

.figures-box .figures-box-Innr h5 {
    padding: 0;
    padding-bottom: 22px;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #BF0D3E;
}

.figures-box .figures-img1 {
    padding: 20px 0 20px 20px;
}

.figures-box .figures-text1 {
    padding: 40px 0px 40px 0px;
    margin: 0;
}

.figures-box .figures-text1 p:last-child,
.austin-powerBox p:last-child {
    margin-bottom: 0px;
}

.figures-box .red {
    font-style: normal;
    font-weight: bold;
    margin-right: 4px;
}

.modal-Sm {
    border: none;
    background: none;
}

.figures-box .blueSm {
    font-style: normal;
    font-weight: bold;
    margin-right: 4px;
}

.figures-sm {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-decoration-line: underline;
    color: #000048;
}

.figures-sm a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000048;
    line-height: 20px;
    text-decoration-line: underline;
}

.figures-sm:hover {
    text-decoration: none;
    color: red;
}

.figures-box .em {
    font-family: Open Sans;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #828282;
}

.figures-box .austin-powerBox {
    padding: 16px 0px;
}

.figures-box .austin-powerBox2 {
    padding: 0px;
}

.figures-box-Innr p span {
    background-color: #041E42;
    color: #fff;
    padding: 0px 7px;
    border-radius: 4px;
    margin-right: 4px;
}

.figures-box-Innr ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.figures-box-Innr ol li {
    counter-increment: step-counter;
    position: relative;
}

.figures-box-Innr ol li:not(:last-child) {
    margin-bottom: 22px;
}

.figures-box-Innr ol li div {
    margin-left: 32px;
}

.figures-box-Innr ol li div p {
    margin-bottom: 6px;
}

.figures-box-Innr ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    background-color: #041E42;
    border-radius: 3px;
    position: absolute;
    display: block;
    height: 22px;
    width: 24px;
    color: #fff;
    text-align: center;
    top: 4px;
}

.quotePara {
    margin-bottom: 18px;
}

.figures-box .row .col-md-5,
.figures-box .row .col-md-6 {
    align-self: center;
}

.austin-powerBox-outer {
    height: 265px;
    display: flex;
    align-items: center;
}

.austin-powerBox2-outer {
    height: 300px;
}

.austin-powerBox2 p em {
    display: block;
}

/* scroll */
.figures-box-Innr-scroll::-webkit-scrollbar {
    width: 5px;
}

.figures-box-Innr-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #f8f8f8;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.figures-box-Innr-scroll:hover::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f8f8f8;
}

.figures-box-Innr-scroll::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 5px;
}

.figures-box-Innr-scroll:hover::-webkit-scrollbar-thumb {
    background: #e4e6ef;
}

/* /scroll */
.Ads-Box2 {
    margin: 20px 0px 20px 0;
}

.Ads-Box2 h4 {
    color: #041E42;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-family: Open Sans;
    padding-top: 26px;
    padding-bottom: 10px;
    margin: 0;
}

.Ads-Box2 h3 {
    color: #041E42;
    font-size: 37px;
    font-weight: bold;
    font-style: normal;
    font-family: Open Sans;
    padding-top: 26px;
    padding-bottom: 10px;
    margin: 0;
}

.Ads-Box2 .red {
    color: #BF0D3E;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/* *
* Mobile Navigation */
.mobile-nav-toggle {
    color: #24325d;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: none;
    }

    .navbar ul {
        display: none;
    }

    .figures-box .figures-text1 {
        padding: 20px 20px 20px 20px;
        margin: 0;
    }

    .figures-box .figure-MovieBg4 {
        background-color: #f1f3f4;
        margin: 0px 3px 0px 3px;
        padding: 0;
        position: relative;
        top: 15px;
    }

    .figures-box .figure-MovieBg6 {
        background-color: #f1f3f4;
        margin: 0px 3px 0 3px;
        padding: 0;
        position: relative;
        top: 20px;
    }

    .figures-box .figures-img1 {
        padding: 20px;
    }

    .MarginTop {
        margin-bottom: 0;
    }

    .figures-box {
        border: 1px solid #000048;
        box-sizing: border-box;
        height: 100%;
        padding: 0;
    }

    .MarginTop {
        margin-bottom: 2em;
    }

    .figures-box .figure-MovieBg2 {
        background-color: #f1f3f4;
        margin: 0px 3px 0 3px;
        position: relative;
        padding: 0;
        top: 17px;
    }
}

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

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(22, 30, 56, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #24325d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #006fbe;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    /* position: static;
  display: none; */
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #006fbe;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/* ******** */
.Ads-Box .white-Button1 {
    padding: 15px 0 0px;
}

.Ads-Box .white-Button1 .button1 {
    color: #000048;
    border-color: #000048;
    border-radius: 2px;
    width: 100%;
    padding: 10px 30px;
    text-align: left;
}

.Ads-Box .white-Button1 .button1:hover {
    color: #fff;
    background-color: #BF0D3E;
    border-color: #BF0D3E;
}

.Ads-Box h3 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    line-height: 45px;
    color: #000048;
    padding: 10px 0;
    margin: 0;
}

.Ads-Box .Border-sm1 {
    border: #000048 solid 1px;
    height: auto;
    border-radius: 2px;
    margin: 10px 1px;
    padding: 0;
}

.Ads-Box .Movie-300 {
    margin: 20px 15px;
}

.Ads-Box .Movie-Audio {
    background-color: #f1f3f4;
    padding: 0px 0;
    margin-top: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.Ads-Box .Movie-300-2 {
    margin: 30px 0 20px 0;
}

.Ads-Box .blue {
    color: #0470D3;
    text-decoration: underline;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.Border-sm1 .col-auto,
.Border-sm1 .col-md-9 {
    align-self: center;
}

.audio-link {
    font-size: 14px;
    text-align: center;
}

.audio-link a {
    color: #0470D3;
    position: relative;
}

.audio-link a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0470D3;
    bottom: 2px;
    left: 0;
}

.content-Bg .img-fluid {
    width: 100%;
}

.Ads-Box2 > .figures-box.mb-3 {
    margin-bottom: 20px !important;
}

/* ===== video popup ===== */
.hero__overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.no-background-blend-mode .hero__overlay {
    background: rgba(27, 82, 83, 0.6) !important;
}

.hero__overlay {
    position: fixed;
    z-index: 50;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 300ms linear;
    opacity: 0;
}

.hero__overlay--active {
    opacity: 1;
}

.hero__modal {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero__close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    text-indent: -9999em;
}

.hero__close:before,
.hero__close:after {
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: 50%;
    height: 2px;
    margin-left: -15px;
    background: #fff;
    transform: rotate(45deg);
}

.hero__close:after {
    transform: rotate(-45deg);
}

.fluid-width-video-wrapper,
.fluid-width-video-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* index.html */
.content-Bg1 {
    padding: 0 20px 0 20px;
    background-color: #fff;
}

.content-Bg1 .onlineSpeech {
    background: #FFFFFF;
    border: 0px solid #333333;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 10px 0;
    height: calc(100% - 30px);
}

.content-Bg1 .onlineSpeech .Online-Blue {
    background-color: #000048;
    padding: 0;
}

.content-Bg1 .onlineSpeech .Online-Blue h4 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 12px 25px;
}

.content-Bg1 .onlineSpeech .Online-Blue h5 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 25px;
}

.content-Bg1 .onlineSpeech .Online-Blue .red {
    color: #FE2633;
}

.content-Bg1 .onlineSpeech .BlueInrred {
    background-color: #BF0D3E;
    padding: 0;
}

.content-Bg1 .onlineSpeech .BlueInrred h4 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 12px 25px;
}

.content-Bg1 .onlineSpeech .Online-innr2 {
    display: flex;
    width: 100%;
}

.content-Bg1 .onlineSpeech .Online-Blue1 {
    background-color: #000048;
    padding: 0;
    width: 100%;
}

.content-Bg1 .onlineSpeech .Online-Blue1 h5 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 21px 0px;
    margin: 0;
    text-align: center;
}

.content-Bg1 .onlineSpeech .Online-red {
    background-color: #BF0D3E;
    padding: 0;
    width: 100%;
}

.content-Bg1 .onlineSpeech .Online-red h5 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 21px 0px;
    text-align: center;
    margin: 0;
}

.content-Bg1 .onlineSpeech .Online-innr {
    padding: 20px 20px;
}

.content-Bg1 .onlineSpeech .Online-innr p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.content-Bg1 .onlineSpeech .Online-innr .italic {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.content-Bg1 .onlineSpeech .Online-innr .red {
    color: #BF0D3E;
    text-decoration: underline;
}

.content-Bg1 .onlineSpeech .Online-innr .red a {
    color: #BF0D3E ;
}

.content-Bg1 .onlineSpeech .Online-innr .red a:hover {
    text-decoration: underline !important;
}

.content-Bg1 .onlineSpeech .Online-innr p {
    padding-top: 0px;
}

.content-Bg1 .onlineSpeech {
    /* height: 90%; */
}

.content-Bg1 .onlineSpeech .Online-innr .Pad20 {
    margin: 10px 0;
}

.Ads-Box-mb {
    margin-bottom: 20px !important;
}

.redBgJimmy {
    background-color: #041E42;
    color: #fff;
    padding: 14px 10px;
    text-align: center;
}

.redBgJimmy span {
    font-size: 20px;
    display: block;
}

.redBgJimmy p {
    margin-bottom: 0;
    color: #fff !important;
}

.doubleImgs {
    max-width: 252px;
    margin: 0 auto;
}

.doubleImgs img {
    width: 100%;
    margin-top: 20px;
}

.Online-inner2 {
    padding-top: 0 !important;
}

.educationBanner {
    padding-bottom: 10px;
    background-color: #fff;
}

/* obama.html */
.content-obm {
    padding: 0 20px 0 20px;
    background-color: #fff;
    width: 100%;
}

.content-obm .obm-sphBox {
    background: #FFFFFF;
    border: 1px solid #333333;
    box-sizing: border-box;
    height: 100%;
    padding: 0px 0;
}

.content-obm .obm-sphBox .Blue {
    background-color: #000048;
    margin: 0;
    padding: 4px;
    vertical-align: middle;
}

.content-obm .obm-sphBox .Blue h6 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
}

.content-obm .obm-sphBox .pink {
    background-color: #BF0D3E;
    padding: 4px;
    vertical-align: middle;
    margin: 0;
}

.content-obm .obm-sphBox .pink h6 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
}

.content-obm .obm-sphBox .Black {
    background-color: #000000;
    padding: 4px;
    vertical-align: middle;
    margin: 0;
}

.content-obm .obm-sphBox .Black h6 {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
}

.content-obm .w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 15px 8px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.content-obm .obm-sphBox .Text1 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000048 !important;
    padding-top: 22px;
    vertical-align: inherit;
}

.content-obm .obm-sphBox .Text2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #000048 !important;
    padding-top: 22px;
    text-align: left;
}

.content-obm .obm-sphBox .audioButton {
    background: #FFFFFF;
    border: 1px solid #D7D4D4;
    box-sizing: border-box;
    border-radius: 17px;
    color: #000048;
    font-weight: 600;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
}

.content-obm .obm-sphBox .audioButton:hover {
    color: #BF0D3E;
    background-color: #F4F4F4;
}

.content-obm .obm-sphBox .audioButton:hover .mp3Path {
    fill: #BF0D3E;
}

.content-obm .obm-sphBox .audioButton2 {
    background: #FFFFFF;
    border: 1px solid #D7D4D4;
    box-sizing: border-box;
    border-radius: 17px;
    color: #BF0D3E;
    font-weight: 600;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
}

.content-obm .obm-sphBox .audioButton2:hover {
    color: #000048;
    background-color: #F4F4F4;
}

.content-obm .obm-sphBox .audioButton2:hover .pdfPath {
    fill: #000048;
}

.content-obm .obm-sphBox .audioButton2 span,
.content-obm .obm-sphBox .audioButton span {
    margin-left: 5px;
}

/* Zoom screen to 150% if your screen resolution is 1920px to see the download menu item but it is far from the menu item list icon */
.modal-dialog {
    transition: none!important;
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 0px;
}

.content-obm .ads-Img {
    max-width: 100%;
}

/* speechbank.html */
.content-obm .obm-sphBox .Text3 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000048 !important;
    padding-top: 22px;
    text-align: left;
    display: flex;
    background-color: #ffff;
}

.content-obm .obm-sphBox .Text1:hover,
.content-obm .obm-sphBox .Text2:hover,
.content-obm .obm-sphBox .Text3:hover {
}

.content-obm .obm-sphBox .MainBox {
    display: flex;
}

.content-obm .obm-sphBox .MainBox .Red {
    width: 66.67%;
    margin: 0;
    background-color: #BF0D3E;
    padding: 0;
}

.content-obm .obm-sphBox .MainBox .Red h6 {
    padding: 12px 20px;
    margin: 0;
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.content-obm .obm-sphBox .MainBox .Blue {
    background-color: #BF0D3E;
    margin: 0;
    padding: 0;
    width: 100%;
}

.content-obm .obm-sphBox .MainBox .Blue h6 {
    padding: 12px 20px;
    margin: 0;
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.content-obm .obm-sphBox .Text3 .red {
    color: #BF0D3E !important;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text2 .red {
    color: #BF0D3E !important;
    font-weight: 600;
    margin-top: -2px;
    margin-right: 8px;
}

.content-obm .obm-sphBox .Text2 .pink1 {
    /* color: #E859EB; */
    color: #fff;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text2 .light-green {
    /* color: #83BF4F; */
    color: #fff;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text2 .sky-blue {
    /* color: #2ED2E9; */
    color: #fff;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text3 .sky-blue {
    color: #2ED2E9;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text3 .pink1 {
    color: #E859EB;
    font-weight: 600;
}

.content-obm .obm-sphBox .Text3 .light-green {
    color: #83BF4F;
    font-weight: 600;
}

.obm-sphBox .w3-striped tbody tr:nth-child(even),
.stripeTab .w3-table tbody tr:nth-child(even) {
    background-color: #E4F5FF;
}

.Blue.legendsbottom h6 {
    margin: 4px 0 !important;
}

.rightTable {
    width: 100%;
}

.rightTable,
.rightTable td img {
    width: 100%;
}

.rightTable,
.rightTable td {
    padding-left: 16px;
    padding-right: 16px;
}

.spchBnk tbody tr td.Text2:not(:first-child) {
    text-align: center;
}

.obm-sphBox .w3-table tbody tr:nth-child(odd),
.stripeTab .w3-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.obm-sphBox .w3-table tbody tr:nth-child(odd):hover,
.stripeTab .w3-table tbody tr:nth-child(odd):hover {
    /* background-color: #dbe9f5; */
}

.obm-sphBox .w3-table tbody tr:nth-child(even):hover,
.stripeTab .w3-table tbody tr:nth-child(even):hover {
    /* background-color: #caebff; */
}

.td_t,
.td_v,
.td_q {
    background-color: #000048;
}

.td_a {
    background-color: #BF0D3E;
}

.obm-sphBox .w3-table tbody tr:nth-child(odd):hover .td_t,
.obm-sphBox .w3-table tbody tr:nth-child(odd):hover .td_v,
.obm-sphBox .w3-table tbody tr:nth-child(odd):hover .td_q {
    /* background-color: #3c3c6d; */
}

.obm-sphBox .w3-table tbody tr:nth-child(even):hover .td_t,
.obm-sphBox .w3-table tbody tr:nth-child(even):hover .td_v,
.obm-sphBox .w3-table tbody tr:nth-child(even):hover .td_q {
    /* background-color: #111169; */
}

.obm-sphBox .w3-table tbody tr:nth-child(odd):hover .td_a,
.obm-sphBox .w3-table tbody tr:nth-child(even):hover .td_a {
    /* background-color: #d8194f; */
}

.obm-sphBox .w3-table tbody tr td.Text2 a {
    display: flex;
    color: inherit;
}

.stripeTab .w3-table tbody tr:nth-child(odd):hover td.Text2 a {
    text-decoration: underline !important;
}

.obm-sphBox .w3-table tbody tr:nth-child(odd) td.Text2 a:hover,
.obm-sphBox .w3-table tbody tr:nth-child(odd) td.Text2 a:hover .red,
.obm-sphBox .w3-table tbody tr:nth-child(odd) td.Text1 a:hover,
.stripeTab .w3-table tbody tr:nth-child(odd) td.Text2 a:hover {
    text-decoration: underline !important;
}

.obm-sphBox .w3-table tbody tr:nth-child(even) td.Text2 a:hover,
.obm-sphBox .w3-table tbody tr:nth-child(even) td.Text2 a:hover .red,
.obm-sphBox .w3-table tbody tr:nth-child(even) td.Text1 a:hover,
.stripeTab .w3-table tbody tr:nth-child(even) td.Text2 a:hover {
    text-decoration: underline !important;
}

.stripeTab .w3-table tbody tr td.Text2 {
    padding: 0 !important;
}

.stripeTab .w3-table tbody tr td.Text2 a {
    display: block;
    padding: 15px 23px;
    font-weight: 600;
    font-size: 14px;
    color: inherit;
}

.whiteBtnBox {
    margin: 0 !important;
    padding: 10px 20px 20px 20px;
}

.whiteBtnBox2 {
    padding-top: 10px;
}

.figureBoxOuter {
    margin-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.republicans a:hover {
    color: #BF0D3E;
}

@media (max-width: 992px){
    .Ads-Box .Movie-Audio {
        background-color: #f1f3f4;
        padding: 0px 0;
        margin-top: 20px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px){
    .speechBox {
        display: flex;

        /* max-width: 100%; */
        flex-direction: column;
    }

    .speechBox .americanRh {
        padding: 10px 0px;
        max-width: 60%;
    }

    .toogleBox {
        display: flex;
        bottom: 22px;
    }

    .Top-header {
        display: none;
    }

    .Displynone {
        display: none;
    }

    .search-form-wrapper {
        bottom: 0;
    }

    .navbarNon {
        position: relative;
        display: none;
    }
}

@media (min-width: 1199px){
    .site-mobile-menu .site-nav-wrap > li:nth-child(1),
    .site-mobile-menu .site-nav-wrap > li:nth-child(2),
    .site-mobile-menu .site-nav-wrap > li:nth-child(3),
    .site-mobile-menu .site-nav-wrap > li:nth-child(4),
    .site-mobile-menu .site-nav-wrap > li:nth-child(5),
    .site-mobile-menu .site-nav-wrap > li:nth-child(6) {
        display: none;
    }
}

@media (min-width: 1024px){
    .content-Bg {
        padding: 0 0 0 20px;
    }

    .Ads-Box2 {
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 992px){
    .Ads-Box .audio-Box {
        background-color: #f1f3f4;
        padding: 5px 0;
        margin-top: 20px;
        margin-right: 8px;
    }

    .search-click {
        background-color: #e4f5ff;
    }

    .Ads-Box {
        margin: 20px 0px 20px 10px;
    }
}

@media (max-width: 550px){
    .toogleBox {
        display: flex;
        bottom: 7%;
    }
}

@media (max-width: 345px){
    .search-click {
        background-color: #e4f5ff;
    }
}

@media (min-width: 1200px){
    .speechBox {
        max-height: 94px;
    }

    .speechBox > img {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }

    .americanRh {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }
}

/* index.html */
@media (max-width: 1199px){
    .content-Bg1 .onlineSpeech .Online-innr .col-md-6,
    .col-auto-img {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-auto-img {
        text-align: center;
    }

    .content-Bg1 .onlineSpeech .Online-innr p {
        padding-top: 10px;
    }

    .content-Bg1 .onlineSpeech .Online-innr .Pad20 {
        margin: 10px 0;
    }

    .content-Bg1 .onlineSpeech {
        /* height: 93%; */
    }

    .content-Bg1 .onlineSpeech .Online-Blue1 h5,
    .content-Bg1 .onlineSpeech .Online-red h5 {
        font-size: 21px;
    }
}

@media (max-width: 991px){
    .content-Bg1 .onlineSpeech .Online-innr .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .content-Bg1 .onlineSpeech .Online-Blue1 h5 {
        font-size: 18px;
    }

    .content-Bg1 .onlineSpeech .Online-red h5 {
        font-size: 18px;
    }

    .content-Bg1 .onlineSpeech .Online-Blue h4 {
        font-size: 25px;
    }

    .content-Bg1 .onlineSpeech .Online-innr p {
        padding-top: 10px;
    }

    .content-Bg1 .onlineSpeech {
        /* height: 97%; */
    }

    .content-Bg1 .onlineSpeech .Online-innr .Pad20 {
        margin: 10px 0;
    }

    .content-Bg1 .onlineSpeech .BlueInrred h4 {
        font-size: 25px;
    }
}

@media (max-width: 767px){
    .content-Bg1 .onlineSpeech .Online-innr .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .content-Bg1 .onlineSpeech .BlueInrred h4 {
        font-size: 25px;
        letter-spacing: 0.5;
    }

    .left-card {
        border-left: none;
    }
}

@media (max-width: 500px){
    .content-Bg1 .onlineSpeech .BlueInrred h4 {
        font-size: 25px;
    }
}

@media (max-width: 390px){
    .content-Bg1 .onlineSpeech .BlueInrred h4 {
        font-size: 25px;
    }
}

@media (max-width: 363px){
    .content-Bg1 .onlineSpeech .Online-Blue1 h5 {
        font-size: 15px;
    }

    .content-Bg1 .onlineSpeech .Online-red h5 {
        font-size: 14px;
    }
}

/* obama.html */
@media (min-width: 376px){
    .content-obm .obm-sphBox .Text1 {
        white-space: nowrap;
    }
}

@media (max-width: 991px){
    .content-obm .obm-sphBox .Blue h6 {
        font-size: 14px;
    }

    .content-obm .obm-sphBox .pink h6 {
        font-size: 14px;
    }

    .content-obm .obm-sphBox .Text1 {
        font-size: 14px;
    }

    .content-obm .obm-sphBox .Text2 {
        font-size: 14px;
    }

    .content-obm .obm-sphBox .audioButton {
        font-size: 14px;
        padding: 5px 7px;
        border-radius: 10px;
        display: flex;
    }

    .content-obm .obm-sphBox .audioButton2 {
        font-size: 14px;
        padding: 5px 7px;
        border-radius: 10px;
        display: flex;
    }

    /* speechbank.html */
    .content-obm .obm-sphBox .MainBox .Red,
    .content-obm .obm-sphBox .MainBox .Blue {
        width: 100%;
    }

    .content-obm .obm-sphBox .MainBox .Blue.legends {
        display: none;
    }

    .content-obm .obm-sphBox .MainBox .Blue.legendsbottom {
        margin-top: 40px;
    }
}

@media (min-width: 992px){
    .content-obm .obm-sphBox .MainBox .Blue.legendsbottom {
        /* display: none; */
    }

    body,
    .Ads-Box p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 767px){
    .content-obm .obm-sphBox .Blue h6 {
        font-size: 13px;
    }

    .content-obm .obm-sphBox .pink h6 {
        font-size: 13px;
    }

    .content-obm .obm-sphBox .Text1 {
        font-size: 12px;
    }

    .content-obm .obm-sphBox .Text2 {
        font-size: 13px;
    }

    .content-obm .obm-sphBox .audioButton {
        font-size: 12px;
        padding: 5px 7px;
        border-radius: 10px;
    }

    .content-obm .obm-sphBox .audioButton2 {
        font-size: 12px;
        padding: 5px 7px;
        border-radius: 10px;
    }

    .content-obm .obm-sphBox .audioButton2 span,
    .content-obm .obm-sphBox .audioButton span {
        display: none;
    }

    .Ads-Box {
        margin: 20px 0px 20px 0px;
    }

    .Ads-Box .obamaImg,
    .Ads-Box .boxP {
        padding-right: 0;
    }

    .Ads-Box .audio-Box {
        margin-right: 0;
    }
}

@media (max-width: 476px){
    .content-obm .obm-sphBox .Blue h6,
    .content-obm .obm-sphBox .pink h6,
    .content-obm .obm-sphBox .Text1,
    .content-obm .obm-sphBox .Text2 {
        font-size: 10px;
        line-height: 14px;
    }

    .content-obm .obm-sphBox .audioButton {
        font-size: 10px;
        padding: 5px 8px;
        border-radius: 10px;
    }

    .content-obm .obm-sphBox .audioButton2 {
        font-size: 10px;
        padding: 5px 8px;
        border-radius: 10px;
    }

    .w3-table th:first-child,
    .w3-table td:first-child,
    .w3-table-all th:first-child,
    .w3-table-all td:first-child {
        padding-left: 6px !important;
    }

    .content-obm .w3-table td,
    .w3-table th,
    .w3-table-all td,
    .w3-table-all th {
        padding-left: 5px;
        padding-right: 6px;
    }

    .content-obm {
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 768px){
    .content-Bg1 .onlineSpeech .Online-Blue h4,
    .content-Bg1 .onlineSpeech .BlueInrred h4 {
        font-size: 19px;
        text-align: center;
    }

    .americanRh img {
        min-width: 0px;
    }

    .content-Bg1 .onlineSpeech .Online-innr .row .col-auto {
        margin: 0 auto;
    }
}

.Online-innr p span a:hover,
.Online-innr span a:hover {
    color: #0a58ca !important;
}
