
@font-face {
  font-family: 'AvNxt-Reg';
  src:  url("../../static/fonts/AvNxt-Regular.257a6b0d724a.woff2") format("woff2"),
        url("../../static/fonts/AvNxt-Regular.2337814e4325.woff") format("woff");
}
@font-face {
  font-family: 'AvNxt-Med';
  src:  url("../../static/fonts/AvNxt-Medium.f6b8ce7e8f32.woff2") format("woff2"),
        url("../../static/fonts/AvNxt-Medium.73f145842632.woff") format("woff");
}
@font-face {
  font-family: 'AvNxt-Demi';
  src:  url("../../static/fonts/AvNxt-Demi.2389ab23b6c2.woff2") format("woff2"),
        url("../../static/fonts/AvNxt-Demi.bbbf67f3bcac.woff") format("woff");
}
@font-face {
  font-family: 'AvNxt-Bold';
  src:  url("../../static/fonts/AvNxt-Bold.e8917542fe4d.woff2") format("woff2"),
        url("../../static/fonts/AvNxt-Bold.9855c907ae16.woff") format("woff");
}

body {
  padding-top: 0px !important;
  color: #2e4369;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .016em;
  font-size: 16px;
  font-family: 'AvNxt-Reg';
}

a, a:hover {
 color: #00b9ff;
 text-decoration: none;
}

p {
    font-family: 'AvNxt-Reg';
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
}

p.center {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

h3 {
    font-weight: 400;
    font-size: 28px;
    font-family: 'AvNxt-Bold';
}

h5 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}


h6 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'AvNxt-Bold';
}


/*====  SETTINGS AND LOGN NAV ===== */


.home.navbar {
    margin-bottom: 0 !important;
}

.home_settings_nav li {
    margin-top: 26px;
    margin-left: 7px !important;
    color: #f7f7f7;
    font-size: 16px;
    font-family: 'AvNxt-Demi';
    line-height: 21px;
    text-transform: uppercase;
}

.home_settings_nav li,
.home_settings_nav li a {
    color: #f7f7f7;
    padding-top: 0;
    padding-right: 7px;
    padding-left: 0px;
}



.home_settings_nav li.active,
.home_settings_nav li a:hover {
    background: none;
    color: #00b9ff;
}

ul.text-bullets{
  padding-left: 17px;
}

.btn-login {
    background: none;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 3px 20px 2px !important;
    margin-top: -5px;
    font-size: 15px !important;
    font-family: 'AvNxt-Med';
    text-transform: uppercase;
}


/* ======== LOGO & MAIN NAV BAR STYLING  ======= */


.logoIndex {
    width: 220px;
    background-size: 100%;
    display: block;
    margin: 13px 0 0;
    padding: 0;
    position: absolute;
    top: -10px;

    -webkit-transition: opacity .1s ease-out;
/* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity .1s ease-out;
/* Firefox 4-15 */
    -o-transition: opacity .1s ease-out;
/* Opera 10.50–12.00 */
    transition: opacity .1s ease-out;
/* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

#navbar-collapse {
    background-color: #fff;
}

a.navbar-brand {
    background: url("../img/Mohinga_White_Logo.10cd1687fbe1.png") no-repeat;
    font-size: 40px;
    height: 50px;
    width: 240px;
    font-weight: 900;
    padding-left: 0px;
    text-indent: 85px;
    margin-top: 32px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    line-height: 60px;
    z-index: 9999;
    opacity: 0.9;

}

.navbar-default {
    border-radius: 0;
    z-index:1;
    width: 100%;
    border-bottom: 1px solid #e2e6e8;
    background-color: #fff;

}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

ul.nav.navbar-nav {
    display: block !important;
    width: 80% !important;
    margin-left: Auto !important;
    margin-right: auto !important;
}

ul.nav.navbar-nav li a {
    font-family: 'AvNxt-Med';
    color: #5E5E5E;
    font-size: 16px;
}

ul.nav.navbar-nav li {
    height: 40px;
}

ul.nav.navbar-nav li:last-child {
    border: none;
}

.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
}

.navbar .nav li a {
    text-align: center;
    height: 60px;
    white-space: nowrap;
    color: #7A7E85;
    line-height: 30px;
}

.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 0px 0 0 0px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 0px 0px 0;
}

.navbar-nav li.active a {
    background: none!important;
    border-bottom: 3px solid #00b9ff;
    color: #00b9ff!important;
}

/*Mobile Navigation Modal*/

.ion-close-round,
.ion-navicon-round {
    color: #fff;
    font-size: 25px;
}

.ion-navicon-round {
    position: relative;
    top: 2px;
}

.ion-close-round{
    position: relative;
    top: -27px;
}

.btn-mob-menu {
    background: none;
    position: relative;
    right: -5px;
    top: 7px;
}

.btn-mob-menu:active {
    box-shadow: none;
}

.modal.in {
   background-color: rgba(59, 68, 71, 0.82);
}

.close {
    opacity: 1;

}

.modal_nav {
    background: none!important;
    box-shadow: none!important;
    border: none!important;
    padding-top: 30px;
}

ul.lang_tog_mobile {
    margin-top: 20px;
    border-top: 1px solid #828282 !important;
    padding-top: 15px;
}

.lang_tog_mobile li a {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

/*.first_lang_tog {
    border-right: 1px solid #828282;
    padding-right: 20px;
}*/

ul.modal_nav_index {
    padding-left: 0;
}

.modal_nav_index li {
    list-style: none;
    text-align: center;

}

.modal_nav_index li a {
    color: white;
    font-weight: 400;
    font-size: 25px;
}

.modal-header {
    border: none;
}



/*  === Home Page Content === */


.home_page_block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    width: 100%;
}


.media-heading {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    text-align: left;
}

.media-body p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    color: #515252;
}

.front-block {
    padding-left: 60px;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

h3.home_page {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -1px;
    font-size: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.home_page_sub {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #5d7079;

}

/*  ======== Jumbatron ========= */


.jumbotron.large_jumbo {
    min-height: 550px;
    background: url("/static/img/markets3.c983e50b93d8.jpg") center center / cover no-repeat scroll;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media02.hongkiat.com/oversized-background-image-design/bg.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://media02.hongkiat.com/oversized-background-image-design/bg.jpg',sizingMethod='scale');
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.jumbotron.smaller_jumbo {
    min-height: 400px;
    background: url("/static/img/city_scape.239c6ea34be7.jpeg") center center / cover no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media02.hongkiat.com/oversized-background-image-design/bg.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://media02.hongkiat.com/oversized-background-image-design/bg.jpg',sizingMethod='scale');
    border-radius: 0;
    margin-top: 35px;
}

.jumbotron.smaller_jumbo2 {
    min-height: 533px;
    background: url("/static/img/markets_dark.81ba9b7ad21b.jpeg") center center / cover no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media02.hongkiat.com/oversized-background-image-design/bg.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://media02.hongkiat.com/oversized-background-image-design/bg.jpg',sizingMethod='scale');
    border-radius: 0;
}

.jumbotron h1 {
    color: #fff;
    font-family: 'AvNxt-Bold';
    text-align: center;
    margin-top: 0;
    display: block;
    line-height: 49px;
    font-size: 55px;
    text-shadow: none;
    padding-bottom: 20px;
}

p.subtitle_white {
    color: white;
    font-family: 'AvNxt-Demi';
    font-size: 15px;
    text-align: center;
}

.banner-text {
    padding-top: 200px;
}

.jumbotron h2 {
    color: #fff;
    font-family: 'AvNxt-Bold';
    width: 800px !important;
    text-align: center;
    font-size: 45px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 75px;
}

.jumbotron.smaller_jumbo2 h2{
    font-size: 42px;
    line-height: 48px;
}

.btn-large {
    padding: 12px 24px 10px;
}

.btn-home {
    margin-top: 20px;
    width: 381px;
    height: 40px;
    float: right;
    text-transform: uppercase;
    clear: both;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    line-height: 37px;
}

.img_document {
    width: 31%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.centered {
    text-align: center;
}

.stats_sub {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0;
    font-size: 12px;
}

.stats_block.pull-right {
    clear: right;
    padding: 5px 10px 0;
    display: block;
    display: none !important;
}

.big_stats_one {
    display: inline-block;
    width: 169px;
}

/* ==== Banner Block ==== */


.banner_block {
    margin-top: 40px;
    float: right;
    clear: right;
    text-shadow: 0 0 1px #7b7878;
}

.home_txt {
    font-size: 16px;
    line-height: 21px;
}

.stats_two {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 150px;
/*  text-shadow: 0 1px 6px rgba(0,0,0,0.4);*/
}

.stats {
    font-size: 16px;
    font-weight: 600!important;
    color: #fff;
    text-align: right;
/*  text-shadow: 0 1px 6px rgba(0,0,0,0.4);*/
    margin-bottom: 0;
    padding-bottom: 2px!important;

}

.small {
    color: #f7f6f6!important;
    margin-bottom: 2px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
      font-family: 'AvNxt-Demi';
}


.big_stats {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;

}

.footnote {
    font-size: 25px;
    position: relative;
    top: -15px;
}


.popover-content p{
    font-size: 13px!important;
    line-height: 16px !important;
    text-align: center;
    margin-top: 0;
}

.big_stats_sub {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    margin-top: 5px;
    line-height: 17px!important;
    font-size: 16px;
    text-shadow: 0 0 2px #7b7878;
}




/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
    a.navbar-brand.logoIndex {
        margin-left: 0px !important;
        width: 240px;
        margin-top: 18px;
    }

    .jumbotron.large_jumbo {
        min-height: 470px;
    }

    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .center {
        width: 70%;
        margin-bottom: 30px;
    }

    .banner_block {
         margin-top: 130px;
         clear: none!important;
    }

    .jumbotron h1 {
        width: 100% !important;
        float: none;
        line-height: 41px;
        font-size: 46px;
    }

    .jumbotron h2{
        width: 250px !important;
    }

    .small {
        display: none;
    }

    .btn-home {
        width: 100%;
        font-size: 13px;
        float: none;
        clear: both;

    }

    .jumbotron.smaller_jumbo2 h2 {
        font-size: 26px;
        line-height: 28px;
    }

    h3.home_page {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: -1px;
        font-size: 28px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home_page_sub {
        font-size: 18px;
    }
    .home_txt {
        text-align: center;
    }

    .colour_band {
        background-color: #f2f5f7!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}

/*retina iphone*/
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    a.navbar-brand.logoIndex {
        margin-left: 0px !important;
        width: 190px;
        margin-top: 18px;
    }

    .jumbotron.large_jumbo {
        min-height: 470px;
    }

    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .center {
        width: 70%;
        margin-bottom: 30px;
    }

    .banner_block {
         margin-top: 130px;
         clear: none!important;
    }

    .jumbotron h1 {
        width: 100% !important;
        float: none;
        line-height: 30px;
        font-size: 33px;
        text-shadow: 0 0 14px #262626;
    }

    .jumbotron h2{
        width: 250px !important;
    }

    .small {
        text-align: left;
        font-size: 13px;
        clear: both;
    }

    .btn-home {
        width: 100%;
        font-size: 13px;
        float: none;
        clear: both;

    }

    h3.home_page {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: -1px;
        font-size: 28px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home_page_sub {
        font-size: 18px;
    }
    .home_txt {
        text-align: center;
    }

    .colour_band {
        background-color: #f2f5f7!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}




/*==========  HOME PAGE STYLES =============*/

.sub_heading {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}

.sub_heading:after {
    display: block;
    height: 1px;
    background-color: #fff;
    content: " ";
    margin-left: auto;
    width: 412px;
    margin-top: 9px;
}

.colour_band {
    background-color: #f2f5f7!important;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.resourcesCol {
    margin-top: -20px;
}

.resource_menu {
    position: absolute;
    left: -110px;
}

.ion-ios7-people-outline,
.ion-ios7-calculator-outline,
.ion-ios7-bookmarks-outline {
    font-size: 55px!important;
    color: #898787;
}

.btn-group-wrap {
    text-align: center;
}

.resource_link.btn-group {
    margin: 0 auto;
    text-align: left;
    width: inherit;
    display: inline-block;
}


.resource_link {
    font-weight: normal;
    font-style: normal;
    line-height: 34px;
    margin-top: 20px;
    font-size: 15px;
}

i.ion-calendar {
     padding-right: 10px;
      font-size: 16px;
}

i.ion-ios7-email {
    padding-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.ion-compass,
.ion-ios7-email-outline,
.ion-ios7-chatboxes-outline,
.ion-ios7-copy-outline,
.ion-ios7-calendar-outline {
    position: relative;
    top: 6px;
    color: #2996cc;
    font-size: 6em;
    padding-right: 20px;
}

.ion-clipboard{
    font-size: 5em;
}

.ion-compass,
.ion-ios7-calendar-outline {
    font-size: 5em;

}
.doc_link {
    margin-left: 26px;
}

.caret {
    padding-right: 1px;
    margin-right: 20px!important;
    margin-left: 20px!important;
    border-bottom-color: #FFF!important;
    border-top-color: #FFF!important;
}

i.ion-ios7-folder-outline {
    font-size: 25px;
    padding-right: 20px;
    top: 4px;
    position: relative;
    color: #47a447;
}


.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover{
  background-color: #28b560;
  border-color: #28b560;
}


h2.subscribe_form {
    font-size: 14px!important;
    text-transform: uppercase;
}

.calender_btn_wrapper {
    padding-top: 60px;
}

.calender_btn_wrapper .btn {
    font-size: 15px;
}

.text_seperator {
    color: #bbb9b9;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropdown-toggle.resource_link {
    padding-left: 40px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    h6 {
        text-align: center;
        font-size: 15px;
    }

    h6:after {
        display: block;
        content: " ";
        width: 50px;
        height: 2px;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
        margin-top: 13px;
    }
    .resource_menu {
        position: relative;
        left: 0;
    }

}

img#eu_logo {
    width: 104px;
    padding-top: 3px;
}


/* =====  WEB FOOTER =========*/



.login_credits {
    background-color: #fff;
}


footer {
    background-color: #2e4369;
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 50px;
    margin-top: 100px;
}

footer p {
    text-align: center;
    color: #fff;
}

footer a {
    color: #fff;
    font-weight: bold;
}

/* BUTTON STYLES */

.btn {
    font-family: 'AvNxt-Demi';
    font-size: 16px;
    border-radius: 2px;
    text-align: center;
    line-height: 1.42857143;
    display: inline-block;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btn-default {
    background-color: transparent;
    color: #6f8691;
    border-color: #6f8691;
}

.btn-primary {
    color: #fff;
    background-color: #00b9ff;
    border-color: #00b9ff;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #00a4df;
    border-color: #00a4df;
}

.btn-success {
    background-color: #2ED06E;
    border-color: #2ED06E;
}

.btn-success:hover {
    color: #fff;
    background-color: #28b862;
    border-color: #28b862;
}

.btn-large {
    padding: 12px 24px 10px;
}

.btn-white {
    background-color: white;
    padding-right: 42px;
}

.document_img {
    height: 221px;
}

.drop-caret:before {
    font: 22px "ionicons";
    color: #00b9ff;
    position: absolute;
    right: 17px;
    top: 12px;
    content: "\f3d0";
}

.dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 0 solid #e2e6e8;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    background-clip: padding-box;
}


.dropdown-menu>li>a {
    display: block;
    padding: 13px 16px 11px;
    clear: both;
    font-weight: normal;
    border-radius: 3px;
    line-height: 24px;
    color: #2e4369;
    white-space: nowrap;
    font-family: 'AvNxt-Med';
    text-align: left;
}

.open>.dropdown-menu {
    display: block;
    animation: showDropdown .2s cubic-bezier(.6,.2,.1,1) both;
}

@keyframes showDropdown {
    from {
        opacity:0;
        transform:translateY(-10px) scale(.95,.95)}
    to {
        opacity:1;
        transform:none }
}


.menu-icon-small {
    width: 23px;
    margin-right: 12px;
    margin-left: -3px;
    margin-top: -1px;
}

#mc_embed_signup .button {
    background-color: #2ED06E !important;
    border-radius: 2px !important;
}

#mc_embed_signup .mc-field-group label {
    font-family: 'AvNxt-Med'!important;
}


nav.navbar.affix-top + .container {margin-top:0px;}
nav.navbar.affix + .container {margin-top:80px;}

@-moz-document url-prefix() {
    .mc-field-group {
        clear: left !important;
        position: relative !important;
        width: 96% !important;
        padding-bottom: 3% !important;
        min-height: 50px !important;
    }
    #mc-embedded-subscribe {
        clear: both !important;
        background-color: #aaa !important;
        border: 0 none !important;
        border-radius: 4px !important;
        color: #FFFFFF !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-size: 15px !important;
        font-weight: bold !important;
        height: 32px !important;
        line-height: 32px !important;
        margin: 0 5px 10px 0 !important;
        padding: 0 22px !important;
        text-align: center !important;
        text-decoration: none !important;
        vertical-align: top !important;
        white-space: nowrap !important;
        width: auto !important;
    }
    .mc-field-group > input {
        display: block !important;
        width: 100% !important;
        padding: 8px 0 !important;
        text-indent: 2% !important;
        border: 1px solid #999 !important;
        -webkit-appearance: none !important;
    }
    img#catalpa_logo {
        width: 78px;
        padding-left: 0px;
        padding-top: 0px;
    }
}

/* LANDING PAGE - MENU AND DROPDOWN STYLES */
.dropdown-toggle {
    padding-bottom: 0px;
    text-transform: none;
}
.dropdown-toggle > .caret {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.menu-icon-quality {
    width: 20px;
    margin-right: 11px;
    margin-top: -4px;
}
.dropdown-menu>li {
    margin-top: 0px;
    text-transform: none;
}
.dropdown-menu-md {
    width: 300px !important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 13px 16px 11px;
    clear: both;
    font-weight: normal;
    border-radius: 3px;
    line-height: 24px;
    color: var(--dark-text);
    white-space: nowrap;
    font-family: 'AvNxt-Med';
    text-align: left;
}
.dropdown-menu {
    position: absolute;
    top: 0;
    left: -160px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 0 solid #e2e6e8;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    box-shadow: 0 20px 66px 0 rgba(34,48,73,0.2);
    background-clip: padding-box;
}
