body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.wrapper {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.sic-container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}



/***** menu ****/
.menu.wrapper {
    background: #2c3b4c;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 10;
}

.logo {
    padding: 25px 0px; 
    text-align: center;
}

.logo img{
    width: 135px;
    height: 30px;
}


#hamburger {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 20px;
    z-index: 12;
}

#hamburger:hover {
    color: #ffc70b;
}

.menu-items {
    padding: 0;
    position: absolute;
    left: -15px;
    top: 80px;
    width: 200px;
    display: none;
}

.menu-items ul {
    padding: 0;
    margin: 0;
    font-size: 0.1px;
    width: 200px;
    background-color: #2c3b4c;
    width: 100%;
}

.menu-items li {
    display: inline-block;
    width: 100%;
}

.menu-items li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 13px;
    display: block;
    font-weight: bold;
}

.menu-items li a:hover {
    background-color: #ffc70b;
    color: #000000;
    text-decoration: none;
}

.register {
    background-color: #ffc70b;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 13px;
    display: block;
    font-weight: bold;
    right: -15px;
    position: absolute
}

.register:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3e556f;
}

.register .www-section-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
    overflow: auto;
    float: none;
}

.register .www-text-wrapper {
    float: right;
    width: 70%;
    margin-left: 0;
}

.early-bird-menu {
    width: 100%;
    float: left;
}

.early-bird-menu:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/early-bird.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}



/***** hero ****/
.hero.wrapper {
    width: 100%;
    float: left;
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/hero-img-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 80px;
}

.hero .sic-container {
    margin-top: 80px;
    margin-bottom: 50px;
}

.hero.wrapper h2 {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero.wrapper h3 {
    font-size: 54px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero.wrapper h1 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero-divider {
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/hero-divider.png");
    width: 100%;
    height: 33px;
    margin: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-date {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero-date span {
    font-weight: 300;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero-place {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.hero-spots {
    font-size: 30px;
    font-weight: 700;
    color: #ffc70b;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    margin-top: 20px;
}

.hero .button {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffc70b;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); 
    padding: 20px 30px;
    display: block;
    width: 260px;
    margin: 30px auto 0;
}

.hero .button:hover {
    text-decoration: none;
    background-color: #E6AE00;
}



/***** www ****/
.when-where-who.wrapper {
    margin: -75px 0 0px;

}

.when-where-who .sic-container {
    width: 100%;
    background: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/pattern.png");
    background-color: #1f518b;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); 
}

.www-section {
    padding: 0;
}

.www-title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.www-section .fa {
    color: #ffc70b;
    font-size: 42px;
    float: left;
    margin-top: 30px;
}

.www-text {
    font-size: 16px;
    color: #fff;
}

.www-text-wrapper {
    float: left;
    margin-left: 18px;
}

.www-section-wrapper-outer {
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    overflow: auto;
}

.www-section-wrapper {
    position: relative;
    max-width: 330px;
    overflow: auto;
    text-align: left;
    margin: 20px auto 0px;
}

.www-section-wrapper:first-child {
    margin: 0 auto;
}

.early-bird {
    width: 42px;
    float: left;
}

.late-registration {
    width: 39px;
    float: left;
}

.guest-registration {
    width: 44px;
    float: left;
}

.regular-registration {
    width: 43px;
    float: left;
}



/****** about *****/
.about.wrapper {
    padding: 30px 15px;
}

.title {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 0px 25px;
    margin-bottom: 35px;
}

.title:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #ffc70b;
    position: absolute;
    bottom: 0;
    left: 0px;
} 

.sic-logo-big {
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/logo-big.png");
    background-repeat: no-repeat;
    height: 81px;
    background-position: center;
    background-size: contain;
    margin: 40px auto;
    float: none;
    max-width: 350px;
    overflow: auto;
}

.welcome-picture {
    padding: 0;
}

.welcome-image {
    margin-right: 30px;
    margin-bottom: 30px;
}

.welcome-text-wrapper {
    
}

.welcome-text {
    font-size: 16px;
    color: #727272;
    padding: 0; 
}

.welcome-list {
    margin: 20px 0 20px 0px;
}

.welcome-list li {
    font-size: 16px;
    color: #727272;
}


.text {
    font-size: 16px;
    color: #727272;
    padding: 0;
    margin-bottom: 30px;
}

.text-2 {
    font-size: 16px;
    color: #000;
    padding: 0;
    margin-bottom: 30px;
}

.about .text {
    padding-left: 0px;
}

.feature-wrapper {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.feature-image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.feature-text {
    text-align: left;
    float: right;
    width: calc(100% - 105px);
}

.mauldin-logo-holder {
    text-align: center;
}



/********* past atendees ****/
.past-attendees.wrapper {

    padding: 30px 15px 40px;
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/pattern.png");
    background-color: #2c3b4c;
    background-size: cover;
}

.past-attendees .title {
    color: #ffffff;
    text-transform: none;
}

.pa-text {
    font-size: 22px;
    font-style: italic;
    color: #fff;
}

.pa-text-new {
    font-size: 16px;
    color: #fff;
    margin-bottom: 22px;
}

.what-text {
    font-size: 16px;
    color: #000;
    padding: 0;
    margin-bottom: 30px;
}


.pa-name {
    font-size: 16px;
    font-weight: bold;
    color: #ffc70b;
    text-transform: uppercase;
}

.pa-section {
    margin-bottom: 30px;
}

.what-will-you-learn.wrapper {
    padding: 30px 15px;
    background: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/what-will-you-learn-at-SIC.jpg");
    background-size: cover;
}

/******* speakers ****/
.speakers.wrapper {
    padding: 30px 15px;
    background: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/pattern.png");
    background-size: cover;
}

.speakers .section {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    background-color: #919191;
    position: relative;
    margin-bottom: 30px;
    display: block;
    padding-bottom: 95px;
}

.speaker-big {
    margin: 0 auto;
    float: none;
    overflow: auto;
    max-width: 440px;
}



.speaker-wrapper {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
}

.speaker-name {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    float: left;
}

.speaker-position {
    font-size: 16px;
    color: #727272;
    margin-bottom: 10px;
    clear: both;
}

.company-name {
    font-weight: bold;
    font-size: 16px;
    color: #234f82;
    clear: both;
}

.text-expand {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #ffc70b;
}

.text-expand:hover {
    color: #E6AE00;
}

.speakers .section img {
    width: 100%;
}

.speaker-text-wrapper {
    display: none;
    position: absolute;
    background: #212121;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px;
}

.speaker-text-wrapper .speaker-name,
.speaker-text-wrapper .speaker-position,
.speaker-text-wrapper .speaker-text {
    color: #000;
}

.speaker-text-wrapper .speaker-position {
    text-transform: uppercase;
}

.speaker-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    margin: 20px 0;
}

.text-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ffc70b;
}

.text-close:hover {
    color: #E6AE00;
}

.speakers .section.small {
    padding-bottom: 0px;
    min-height: 205px;
}

.speakers .section.small img {
    /*height: 160px; */
}

.speakers .section.small:before {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.section.small .speaker-wrapper {
    padding: 10px 12px;
}

.section.small .speaker-name {
    font-size: 16px;
}

.section.small .speaker-position,
.section.small .company-name {
    font-size: 14px;
}


/******* agenda ********/
.agenda.wrapper {
    padding: 30px 15px;
    padding-bottom: 60px;
}


.agenda .date-place {
    font-size: 26px;
    font-weight: bold;
    color: #727272;
    padding: 0;
    margin-bottom: 30px;
}

.agenda .date-place span {
    font-weight: 300;
}

.agenda .text {
    padding: 30px 0 0 0px; 
}

.tabs-wrapper {
    padding: 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    display: block;
    background: #1f518b;
}

.etabs {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 0;
    text-align: left;
    margin: 0;
}
.etabs li {
    float: left;
    display: block;
    width: 25%;
    text-align: center;
}

#horizontalTab a {
    display: block;
    padding: 14px 21px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    text-decoration: none;
}

.resp-tab-item {
    border-bottom: 4px solid #1f518b; 
}

.resp-tab-item:hover {
    border-bottom: 4px solid #ffc70b; 
}

#horizontalTab a:hover {
    text-decoration: none;
    background: #ffc70b;
    color: #000;
}

#horizontalTab a:active {
    text-decoration: none;
    background: #ffc70b;
    color: #000;
}

#horizontalTab a:visited {
    
}

#horizontalTab a span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.tab-content {
    z-index: 2;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding: 0px;
    position: relative;
    background: #fff;
    text-align: left;
}

#horizontalTab .resp-tab-active {
    background: #ffc70b;
    border-bottom: 4px solid #ffc70b;
    color: #000;
}

#horizontalTab .resp-tab-active a {
    color: #000 !important;
}


.tab-content .time {
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 13px;
}

.tab-content .content {
    padding: 25px 25px;
}

.tab-content .content:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.agenda .tab-content .text {
    padding: 0;
}

.agenda-heading {
    font-weight: bold;
    font-size: 20px;
    color: #1f518b;
    margin-bottom: 0px;
}

.tab-content .text {
    padding: 0;
}

.agenda-paragraph {
    float: left;
    padding-top: 40px;
}

.agenda-paragraph span {
    font-weight: 700;
}

.agenda-paragraph-list {
    float: left;
    width: 100%;
}

/******************SPONSORS ******/

.sponsors .section, .sponsors .section.small {
    padding-bottom: 0;
    min-height: inherit;
}

.sponsor-category {
    font-size: 26px;
    font-weight: bold;
    color: #727272;
    padding: 0;
    margin-bottom: 30px;
}

.sponsor-category.gold:before, 
.sponsor-category.silver:before, 
.sponsor-category.bronze:before {
    content: "\f091";
     font-family: 'FontAwesome';
     font-size: 24px;
     color: #ffd700;
     margin-right: 10px;
     margin-left: 15px;
}

.sponsor-category.silver:before {
    color: #c0c0c0;
}

.sponsor-category.bronze:before {
    color: #CD7F32;
}

/******** venue *******/
.venue.wrapper {

    background: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/pattern.png");
    background-color: #1f518b;
    background-size: cover;
}

.venue-info {
    padding: 0 30px 90px 0;
}

.venue .title {
    color: #fff;
    margin-top: 60px;
}
.venue-text {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
}

.hyatt-logo {
    background-image: url(http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/hayat-logo.png);
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
}

.hyatt-location .fa {
    font-size: 44px;
    color: #ffc70b;
    float: left;
    margin: 0 10px 30px 0;
}

.hyatt-location .location {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.hyatt-location .location span {
    font-weight: normal;
    font-size: 16px;
    display: block;
}

.venue-img {
    background-image: url("http://ggc-mauldin-images.s3.amazonaws.com/SIC2016/venue.jpg");
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    width: calc(100% + 30px);
    margin-left: -15px;

}

.venue-img:before {
    content: "";
    padding: 100% 0;
}



/*********** sponsors ********/
.sponsors.wrapper {
    padding: 30px 15px;
    background: none;
    background-color: #f2f2f2;
}

.sponsor-logo {
    border: 1px solid #b6b6b6;
    height: 100px;
    margin-bottom: 30px;
}


/******** footer **********/
.footer.wrapper {
    background-color: #071729;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 30px 15px;
}

.contact-links {
    text-align: center;
    list-style: none;
    padding-left: 0px;
    margin-left: -15px;
    margin-top: 24px;
}

.contact-links li {
    display: inline-block;
    font-weight: 300;
    padding-left: 20px;
}

.contact-links li a {
    display: block;
    color: #fff;
    font-weight: 700;
}

.footer-links {
    text-align: right;
    list-style: none;
    margin-bottom: 0px;
}

.footer-links li {
    display: inline-block;
}

.footer-links li a {
    display: block;
    color: #fff;
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 15px;
}

/* Additional Changed CSS */

.register span {
    display: none;
    background-color: #ffc70b;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    width: 270px;
    position: absolute;
    top: 80px;
    right: 0;
    padding: 20px 20px 10px;
    text-transform: none;
    height: auto;
    background-color: #3e556f;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    font-weight: 300;
}

.register:hover span{
    display: block;

}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: calc(100% - 30px);
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 640px;
}

.speaker-inner-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    max-width: 1140px;
    height: 400px;
    overflow-y: auto;
}

.overlay {
    position: relative;
}
.overlay:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal-box img {
    width: 100%;
    display: none;
}



.modal-box .speaker-info {
    width: 100%;
    padding: 20px 20px;
}

.modal-box .speaker-info .speaker-name{
    width: 80%;
}


.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close-speaker {
    line-height: 1;
    font-size: 1.5em;
    position: relative;
    float: right;
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: #000;
    padding: 7px 0 0 13px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

.mauldin-logo-footer {text-align: center;}


/************** extra ******/



/* Extra small devices (540px and up) */
@media (max-width: 540px) {

	.sponsor-small {
        width: 50%;
    }
    
    .sponsor-big {
        width: 50%;
    }

    .logo {
        width: 100%;
    }
    
    .hero.wrapper h2 {
    font-size: 65px;
    }
    
    .mauldin-logo-color {
        float: none;
        margin-top: -28px;
        width: 200px;
    }

    .menu-items {
        width: calc(100% + 30px);
    }

    .register {
        width: calc(100% + 30px);
        text-align: center;
        position: relative;
    }
    
    .register span {
        width: 100%;
        padding: 0 0 30px;
    }
    
    
    .register .www-section {
        padding: 5px 0;
        text-align: left;
    }
    
    .register .www-section-wrapper {
        text-align: center;
        max-width: 220px;
    }
    
    .register .www-section-wrapper i {
        float: left;
        position: relative;
    }
    
    .register .www-text-wrapper {
        text-align: left;
        width: 150px;
    }
    
    .www-section-wrapper {
        max-width: 220px;
    }
    
    .www-text-wrapper {
        width: 150px;
    }
    
    .www-section-wrapper:first-child {
        margin: 0 auto 20px;
    }
    
    .hero.wrapper h1 {
        font-size: 40px;
    }
    
    .hero.wrapper h3 {
        font-size: 28px;
    }
    
    .www-section {
        width: 100%;
    }

    .speaker-big {
        width: 100%;
    }

    .hyatt-logo {
        width: 100%;
        margin-bottom: 40px;
    }

    .hyatt-location {
        width: 100%;
        padding: 0 0 0 10px;
    }

    .hyatt-location .fa {
        margin: 0 20px 30px 0;
    }
    
    .welcome-text-wrapper {
        float: left;
        width: 100%;
        text-align: left;
    }
    
    .welcome-picture {
        text-align: left;
    }
    
    .welcome-image {
        margin: 0 auto 30px;
        float: none;
        width: 100%;
    }
    
    .feature-image {
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .feature-text {
        text-align: left;
        width: 100%;
        padding-top: 100px;
    }
    
    .contact-links li {
        padding-left: 0;
        display: block;
        text-align: center;
    }
    
    .contact-links li a {
        margin-left: 0px;
    }
    
    .contact-links {
        text-align: left;
        margin-left: 0px;
    }
    
    .separator-link {display: none; !important}
    
    .mauldin-logo-footer {text-align: center;}
    
    .footer.wrapper {
        text-align: center;
    }
    
    

}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        text-align: left;
    }
    
    
    .mauldin-logo-color {
        float: left;
        margin-right: 44px;
        margin-bottom: 44px;
        margin-top: 44px;
        width: 250px;
    }

    #hamburger {
        display: none;
    }

    .menu-items {
        display: block !important;
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .menu-items ul {
        float: right;
    }

    .menu-items li {
        width: auto;
    }

    .menu-items li a {
        padding: 30px 13px;
    }

    .register {
        right: 0;
        position: relative;
    }
    
    .www-text-wrapper {
        float: right;
        margin-left: 20px;
    }

    .www-section-wrapper-outer {
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        overflow: auto;
    }

    .www-section-wrapper {
        position: relative;
        margin-left: 60px;
        max-width: 100%;
        overflow: auto;
        text-align: left;
        float: left;
        margin-top: 0;
    }
    
    
    .www-section-wrapper:first-child {
        margin-left: 0;
    }

    .sic-logo-big { 
        float: left;
    }

    .about .text {
        padding-left: 0px;
    }

    .venue-img {
        top: 0;
        height: 100%;
        position: absolute;
        right: 0px;
        float: none;
        margin: 0;
        width: 42%;
        background-size: cover;
    }
    .venue-wrapper {
        height: 460px;
    }

    .agenda .text {
        padding: 0 0 0 30px; 
    }

    .speaker-big {
        float: left;
        max-width: none;
    }
    
    .modal-box { 
        max-width: 1140px;
    }

    .modal-box img {
        width: 400px;
       
        float: left;
        display: block;
    }

    .modal-box .speaker-info {
        width: calc(100% - 420px);
        float: right;
        height: 400px;
        overflow-y: auto; 
    }
    
    .speaker-text-wrapper {
        overflow: hidden; 
    }
    
    .contact-links {
        text-align: right;
    }
    
    .contact-links li {
        padding-left: 12px;
    }
    
    .contact-links li a {
        margin-left: 0px;
    }
    
    .mauldin-logo-footer {text-align: left; margin-left: -15px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}