@font-face {
  font-family: 'NewsGothicBold';
  src: url(./fonts/NewsGothicBT-BoldCondensed.ttf);
}

html {
    height: 100%;
    width:100%; 
    min-height: 550px;  
}

body {
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width:100%; 
}

.header__links a {
    color: #3d1152 !important;
    text-decoration: none !important;  
}
.header__links a:link {
    color: #3d1152 !important; 
    text-decoration: none !important;  
}
.header__links a:visited {
    color: #3d1152 !important; 
    text-decoration: none !important;  
}
.header__links a:active {
    color: #3d1152 !important; 
    text-decoration: none !important;  
}
.header__links a:hover {
    color: #3d1152 !important; 
    text-decoration: none !important; 
}

input {
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.no-word-break {
	word-break: keep-all;
}

.font-cond-bold{
	font-family: 'Barlow Condensed', sans-serif;
}

* {

     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.constrain {
    width: 1280px;
    margin: auto;
    height: 100%;
}

h1 {
    font-family: sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #374550 !important;
}

h1 sup {
    font-size: small;
    padding-top: 0px;
    padding-left: 3px;
}


.static-bg {
/*    height: 75%;
    width: 100%;
    background-image: url(../images/static-bg.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    position: relative;
    position: absolute;
    min-width: 100%;*/

    height: 100%;
    width: 100%;
    min-width: 100%;
}

/* header */
header{
}

.header__links {
    position: absolute;
    right: 48px;
    top: 10px;
    font-weight: bold;
    font-size: 13px;
}

.header__container {
    position: relative;
    width: 1152px;
    height: 140px;
    margin: auto;
}

.header__logo {
	position: absolute;
	background-image:url("../images/botox.png");
	background-repeat: no-repeat;
    width: 219px;
    height: 69px;
    right: 28px;
    top: 83px;
}

.header--link {
    position: absolute;
}

.header_container__qulipta-pi {
    width: 170px;
    height: 20px;
    top: 17px;
    left: 106px;
}

.header_container__qulipta {
    width: 150px;
    height: 67px;
    top: 50px;
    left: 110px;
}


.header_container__ubrelvy-pi {
    width: 170px;
    height: 20px;
    top: 18px;
    left: 593px;
}

.header_container__ubrelvy {
    width: 185px;
    height: 64px;
    top: 50px;
    left: 587px;
}



.header__menu {
	position: relative;
    top: 13px;
    height: 49px;
    left: 0px;
    padding-right: 15px;
    text-align: center;
    padding-left: 300px;
}

.header__menu__item {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6fd5ff;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

.header__menu__divider {
	display: inline-block;
	background-image:url("../images/menu-divider.png");
	background-repeat: no-repeat;
	width: 2px;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

/* sponsor */
.sponsor {
	position: relative;
	height: 96px;
	width: 100%;
	background-repeat: repeat-x;	
}

.sponsor__container {
    -webkit-box-shadow: 0px 0px 144px 27px rgba(1,10,28,1);
    -moz-box-shadow: 0px 0px 144px 27px rgba(1,10,28,1);
    box-shadow: 0px 0px 144px 27px rgba(1,10,28,1);
    margin: auto;
    width: 525px;
    height: 95px;    
}
.sponsor__image {
	
    position: absolute;
    cursor: pointer;
    cursor: hand;
}

.sponsor__accent {
    vertical-align: top;
    padding-top: 3px;
}

.sponsor__accent img{
	padding-right: 5px;
}


/* footer */
footer {
	position: relative;
	height: 82px;
	width: 100%;
	background-repeat: repeat-x;	
    background-color: #004c97 !important;
}

footer.sticky-footer {
    position: fixed;
    top: 100%;
    margin-top: -82px;
    z-index: 1000;   
}

.footer__logo {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 49px;
	height: 37px;	
}

.footer__copy {
    text-align: center;
    color: black;
    padding-top: 35px;
    font-size: 12px;
}

/* side menu */

/* The side navigation menu */
.sidenav {
    height: 95%; /* 100% Full-height */
    min-height: 800px;
    width: 290px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Stay on top */
    top: 5px; /* Stay at the top */
    left: -330px;
    background-color: #011d36; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

    -webkit-box-shadow: 0px 0px 54px 7px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 54px 7px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 54px 7px rgba(0, 0, 0, .6);
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
    cursor: hand;
}

.sidemenu-item {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: white;
    padding-left: 20px;
    padding-bottom: 12px;
    cursor: pointer;
    cursor: hand;
}

.sidemenu-item--sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: white;
    padding-left: 30px;
    padding-bottom: 12px;
    cursor: pointer;
    cursor: hand;
}

.webinar__anchor {
    position: absolute;
    margin-top: -175px;
}

.sidemenu-divider hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #1d364c;
    margin: 1em 0;
    padding: 0;
    padding-bottom: 13px;
}

.sidemenu-overlay {
	height: 100%; 
    width: 100%;
    position: fixed; 
    top: 0px;
    left: 0px;
    z-index: 90000;  
    display: none;
    background-color: black;
    opacity: .8;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* require log in */
/*.logged-out .sidemenu-item[data-id="MR"],
.logged-out .sidemenu-item[data-id="CT"],
.logged-out .sidemenu-item[data-id="Ultrasound"],
.logged-out .sidemenu-item[data-id="Echocardiography"],
.logged-out .sidemenu-item[data-id="Virtual"],
.logged-out .sidemenu-item[data-id="FreeEd"],
.logged-out .sidemenu-item[data-id="MRProtocols"],
.logged-out .sidemenu-item[data-id="Program"] {
    pointer-events: none;
    font-style: italic;
    opacity: .2;
}*/

.logged-out .sidemenu-divider:last-child,
.logged-out .sidemenu-item[data-id="LogOut"] {
    display: none;
}

.logged-in .sidemenu-item[data-id="LogIn"] {
    display: none;
}


.general-copy {
    font-family: sans-serif;
    font-size: 16px;
    color: #374550;
}
.general-copy-alt {
    font-family: sans-serif;
    font-size: 16px;
    color: #374550;
}

.general-copy-important {
    font-family: sans-serif !important;
    font-size: 14px !important;
    color: white !important;
}


/* contact */
.page-contact {
    padding: 20px;
    padding-top: 170px;
}

.page-contact h1 {
    padding-bottom: 20px;
}

.page-contact .contact__copy {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: white;
    text-align: center;
    padding-bottom: 8px;
}

/* home */
.page-home {
    padding: 20px;
    padding-top: 95px;
    height: 100%;
    min-height: 410px;
    text-align: center;
    box-sizing: border-box;
}

.page-home h1 {
    padding-bottom: 20px;
}

.page-home__copy {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
    text-align: center;
    padding-bottom: 8px;
}

.page-home__copy--2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 30px;
}

.page-home__copy--3 {   
    font-weight: 600;
    padding-bottom: 8px;
    font-style: italic;
    padding-right: 5px;
}

.page-home__footer-copy {
    font-family: 'PT Sans', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 10px;
    color: white;
    text-align: left;
    position: absolute;
    bottom: 50px;
    width: 1024px;
}

/* about */
.page-about {
    padding: 20px;
    padding-top: 65px;
}

.page-about h1 {
    padding-bottom: 30px;
}

.page-about .general-copy {
    margin: auto;
    line-height: 1.4em;
}

/* finder */
.page-finder {
    padding: 20px;
    padding-top: 65px;
}

.page-finder h1 {
    padding-bottom: 30px;
}

.page-finder .general-copy {
    margin: auto;
    line-height: 1.4em;
}


/* login */
.page-login {
    padding-top: 15px;
}

.page-login__form__label {
    padding-right: 10px;
}


.page-login .general-copy {
    margin: auto;
}

.page-login .new-user {
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 40px;
}

.page-register input[type="text"],
.page-login input[type="text"] {
    padding-left: 10px !important;
}



.page-login .input-label {
   padding-right: 5px; 
}


.page-login .login-submit {
    padding-top:30px;
}

.dxbButton {
    background: #58595b;
    font-weight: bold;
    font-size: 17px;
    font-family: sans-serif;
    color: white;
    border: none;
    box-sizing: border-box;
    width: 107px;
    height: 39px;
    border-radius: 20px;
    cursor: pointer;
    cursor: hand;
    letter-spacing: 1px;
    margin-right: 20px;
}

.dxbButton div.dxb {
    padding: 0px !important;
}


/* register */
.page-register {
    padding-top: 15px;
    margin-bottom: -50px;
}
.page-register__content {
    text-align: left;
}

.page-register__form__label {
    width: 152px;
    text-align: right;
    padding-right: 5px;
}

.page-register__form tr{
    height: 40px;
}

.page-register__note {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
    margin-top:15px;
    margin-bottom: 25px;
}


.dxeListBoxItem,
.page-register input[type="text"] {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    color: black !important;
    padding-left: 10px !important;
    border-color: black;

}

.dxeEditAreaSys, input[type="text"].dxeEditAreaSys {
    padding: 0px !important;
        padding-left: 10px !important;
    height: 26px;  
}
.dxeButtonEditSys td.dxic {
    padding: 0px !important;
}
.textBox1 {
    padding: 0px !important;
}

/* ask the experts */
.page-ask {

    position: relative;
    width: 800px;
    padding: 20px;
    padding-top: 65px;
    padding-bottom: 130px;
    margin: auto;
}


.page-ask h1 {
    padding-bottom: 30px;
}

.page-ask__copy {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
}

.page-ask__table__title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: white;
}

.ask__bio__title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: white;
}

.ask__section {
    padding-top: 10px;
}

.ask__anchor {
    position: absolute;
    margin-top: -180px;
}

.ask__bio__image {
    width: 120px;
}

.ask__qa {
    padding: 20px;
}

.ask__qa__question {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding-bottom: 20px;
}

.ask__qa__answer {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
}

.ask__form {
    padding: 20px;
    padding-top: 10px;
}

.ask__form__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;   
    padding-bottom: 7px;
}

.ask__form__button {
    text-align: right;
}

.ask__form__button input {
    background: #024786;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    color: white;
    border: none;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
    text-transform: uppercase;
    width: 128px;
    margin-top: 10px;
    cursor: pointer;
    cursor: hand;
}

.ask__bio {
    padding: 25px;
    border: 1px solid #3e8397;
    background-image: url(../images/ask-bio-bg.png);
    position: relative;
}

.ask__bio__copy {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: white;   
    vertical-align: top;
}

.ask__bio__name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: white;   
    padding-bottom: 5px;
}

.ask__return-top {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: white;
    font-style: italic;
    position: absolute;
    text-align: right;
    width: 100px;
    right: 28px;
    top: 20px;
}

.page-ask__table {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
    padding-bottom: 20px;
}

.bullet {
    padding-right: 10px;
    padding-bottom: 4px;
}

/* ----------------- resources ----------------- */

.page-resources {

    position: relative;
    width: 800px;
    padding: 20px;
    padding-top: 65px;
    padding-bottom: 130px;
    margin: auto;
}


.page-resources h1 {
    padding-bottom: 30px;
}

.page-resources__copy {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
}

.page-resources__container {
    text-align: left;
}

.page-resources__item-title {
    text-align: left;
    padding-top: 50px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: white;
    padding-bottom: 8px;
}

.page-resources__item-copy {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ----------------- webinar ----------------- */

.webinar__container {
    position: relative;
    margin: auto;
    padding-top: 24px;
    height: 230px;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.webinar__item{
    position: relative;
    padding-bottom: 13px;
}

.webinar__item__image {
    position: relative;
    display: inline-block;
    width: 260px;
    padding-left: 6px;
    margin: auto;
    margin-top: 65px;
}

.webinar__title {
    background-color: #072b51;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding-left: 12px;
    margin-bottom: 11px;
}

.webinar__carousel {
    padding-left: 6px;
    height: 230px;
    top: -60px;
}

.webinar__carousel .slick-next:focus,
.webinar__carousel .slick-next:hover,
.webinar__carousel .slick-next {
    position: absolute;
    margin-top: 36px;
    right: 0px; 
    background-image: url("../images/carousel-rt-btn.png");
    background-position-y: center;
    width: 47px;
    height: 174px;
}
.webinar__carousel .slick-next:before {
    content: none;
}

.webinar__carousel .slick-prev:focus,
.webinar__carousel .slick-prev:hover,
.webinar__carousel .slick-prev {
    position: absolute;
    margin-top: 36px;
    left: 0px;
    background-image: url(../images/carousel-lft-btn.png);
    background-position-y: center;
    width: 47px;
    height: 174px;
    z-index: 1;
}
.webinar__carousel .slick-prev:before {
    content: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.webinar__spacer{
    height: 200px;
}

.webinar__select {
    margin-top: -21px;
}

.webinar__select,
.webinar__featured {
    position: relative;
    background-image: url(../images/webinar-featured-bg.jpg);
    min-width: 1024px;
    height: 410px;
    background-repeat-x: repeat;
}

.webinar__featured {
   height: 450px;
}

.webinar__body {

}

.webinar__select__bg-left,
.webinar__featured__bg-left {
    background-image: url(../images/featured-bg-left.png);
    background-size: 100%;
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    height: 410px;
    mix-blend-mode: multiply;
}


.webinar__select__bg-right,
.webinar__featured__bg-right {
    background-image: url(../images/featured-bg-right.png);
    background-size: 100%;
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    top: -412px;
    height: 410px;
    mix-blend-mode: multiply;

}

.webinar__featured__bg-left,
.webinar__featured__bg-right {
    height: 450px;
    background-size: cover;
}

.webinar__featured__bg-right {
    top: -449px;
    position: relative;
}

.webinar__select__container,
.webinar__featured__container {
    position: relative;
    top: -824px;
    width: 880px;
    margin: auto;
    padding-left: 0px;
    padding-top: 25px;
}

.webinar__featured__container {
     top: -914px;
}
.webinar__featured__title {
    color: white;
}
.webinar__featured__title h1 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    padding-right: 20px;
}

.webinar__featured__subtitle {
    color: yellow;
    padding-bottom: 18px;
}

.webinar__select__description,
.webinar__featured__description {
    position: absolute;
}

.webinar__select__img,
.webinar__featured__img{
    display: inline-block;
    position: absolute;
    /* top: 0px; */
    right: 0px;
    -webkit-box-shadow: 3px 3px 19px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 3px 19px 0px rgba(0,0,0,0.6);
    box-shadow: 3px 3px 19px 0px rgba(0,0,0,0.6);
    cursor: pointer;
    cursor: hand;
}

.webinar__select__img img,
.webinar__featured__img img {
    width: 435px;
}


.webinar__hover {
    background-image: url(../images/webinar-hover.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 260px;
    position: relative;
    top: -167px;
    margin: auto;
    left: 3px;
    height: 165px;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
}


.webinar__hover__title{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: white;
    top: 80%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.webinar-select-container {
    opacity: 1;
    top: 4px;
    position: relative;
}

.webinar__select__arrow{
    position: relative;
    background-image: url(../images/webinar-select-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 11px;
    margin: auto;
}

.webinar__select__close {
    position: absolute;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    right: -40px;
    cursor: pointer;
    cursor: hand;
}

.webinar__select__mag {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: 40px;
    right: -40px;
    cursor: pointer;
    cursor: hand;
}

.webinar__featured__mag {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    right: -40px;
    cursor: pointer;
    cursor: hand;
}


.webinar__enlarge {
    padding: 25px;
    padding-top: 40px;
}

.webinar__enlarge img {
    width: 100%;
}

.isi {
    margin: auto;
    width: 1152px;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}

.isi__box {
    border: 1px solid black;
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px; 
}

.constrain-me {
    margin: auto;
    width: 980px;
    padding: 20px;
    padding-left: 65px;
    padding-top: 0px;
    box-sizing: border-box;
}

.questionaire {
    color: #374550;
    font-size: 16px;
}
.questionaire td {
    color: #374550;
    vertical-align: top;
}

.questionaire td * {
    vertical-align: top;
}


.question{
    text-indent: -17px;
    padding-left: 17px;
    margin-bottom: 3px;
}

.code-copy {
    float: right;
    font-weight: bold;
    text-align: right;
    z-index: 0;
}

.fail-container,
.congrats-container,
.posttest-container,
.reg-container {
    width: 1152px;
    margin: auto;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
}

.page-posttest {
    width: 937px;
    padding-top: 0px;
    box-sizing: border-box;
    padding-top: 15px;
}

.page-fail,
.page-congrats,
.page-login {
    font-size: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.page-register {
    font-size: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    margin-top: -26px;
}


.page-fail,
.page-congrats {
    padding-top: 1px;
}

.page-fail .general-copy-alt,
.page-congrats .general-copy-alt {
    margin-top: -15px !important;
}

.page-fail h1,
.page-congrats h1{
    font-style: normal;
    font-size: 16px;
}

.banner {
    position: relative;
}

.banner h1 {
    color: #374550 !important;
    font-size: 26px !important;
    font-style: bold;
    width: 950px;
}

.isi {
    color: #374550;
    font-size: 16px;
}

.isi p {
    margin-block-start: .5em;
    margin-block-end: .5em;
    line-height: 1.3;
}

.isi .orange {
    color: #f15e24 !important;
}

.isi .orange a:visited,
.isi .orange a:link {
    color: #f15e24 !important;
}

.isi .title {
    font-size: 18px;
    font-weight: bold;
}

.isi .bold {
    font-weight: bold;
}

.isi ul {
    margin-block-start: .5em;
    margin-block-end: .5em;
    padding-inline-start: 21px;
}

.isi li.orange {
    color: #f15e24;
}

.isi .blue {
    color: #004a98 !important;
}

.isi .blue a:visited,
.isi .blue a:link{
    color: #004a98 !important;
}

.isi li.blue {
    color: #004a98;
}


footer {
    background-color: #374550;
    font-size: 12px;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 30px;
    min-width: 1055px;
}

.footer__container {
    position: relative;
    width: 1152px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 130px;
    padding-right: 80px;
}

.footer__left {
    display: block;
    float: left;
    padding-top: 5px;
    position: relative;
}

.footer__right {
    display: block;
    float: right;
}

.choice__letter {
    padding-top: 3px;
}

.choice__copy {
    padding-top: 3px;
}