﻿/* for akumina RWD - 09252015 */
.containerWrapper .leftCol {
    float: left;
    width: 22%;
    padding-left:20px;
    box-sizing: border-box;
}
.containerWrapper .rightCol {
    float: right;
    width: 78%;
    padding-left:35px;
    padding-right:20px;
    box-sizing: border-box;
}
.clearfix {
    *zoom: 1;
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
#navMobile .closed {
    display: none;
}

.bx-pager.bx-default-pager {
    position: relative;
    top: 0px;
    right:0;
}

#navMobile, .showMenuButton {
    display: none;
}

.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
}

    .box-shadow-menu::before {
        background: #999 none repeat scroll 0 0;
        box-shadow: 0 0.25em 0 0 #999, 0 0.5em 0 0 #999;
        content: "";
        font-size: 28px;
        height: 0.15em;
        position: absolute;
        right: 10px;
        top: 0;
        width: 1em;
    }

ul.MobileMenu li ul {
    display: none;
}

ul.MobileMenu {
}

    ul.MobileMenu > li {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #ececec 100%) repeat scroll 0 0;
        display: block;
        min-height: 20px;
        padding: 10px 0;
    }

        ul.MobileMenu > li > span {
            background-image: url("/images/rwd/arrowSprite.png");
            background-repeat: no-repeat;
            display: block;
            float: left;
            height: 24px;
            width: 30px;
        }

            ul.MobileMenu > li > span.expand {
                background-position: -20px 2px;
            }

            ul.MobileMenu > li > span.expandDown {
                background-position: -20px -27px;
            }

li.noSub span.expand, li.noSub span.expandDown {
    background: none;
}

ul.MobileMenu > li > a {
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

ul.MobileMenu > li > ul {
    list-style: outside none none;
    padding: 0 30px;
}

    ul.MobileMenu > li > ul > li {
        display: block;
        padding: 4px 0;
        background: none;
    }

        ul.MobileMenu > li > ul > li > a {
            color: #999;
            text-decoration: none;
            text-transform: uppercase;
            font-size: small;
        }


          .slideContainer {
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 200px;
}
    /****** BXSLIDER OVERRIDE *******/
    .bx-viewport {
  min-height: 200px;
}
    .bx-viewport > div {
  min-height: 200px;
}
table.block_t, div.block_t { width:100% !important; }
.dentistSearchFields { 
    width:100%;
    box-sizing:border-box;
}
.dentistSearchFields textarea { width:100% !important; }
#courseListHeader,#monthList { width:100%; }
table { width:100%; }
.separator { width:100% !important; }
table.block_t p, div.block_t p { font-size:12px; }
li { font-size:12px; }
body { font-size:12px; }




/* Tablets */
@media screen and (min-width: 1px) and (max-width: 800px) {
    
    html body.home form#form1 div#wrapper div#page div#content div.col1 div table.block_t tbody tr td table.block_t {
      display: none;
    }
    .containerWrapper .leftCol, .containerWrapper .rightCol {
        float: none;
        width: 100%;
        margin-bottom:20px;
        padding:0 10px;
    }
    #logo {
        position: relative;
        text-align: center;
        min-height: 85px;
		left: 0;
    }

    #wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #top {
        width: 100%;
        display: none;
    }

    #navPrimary {
        display: none;
    }

    #navMobile {
        display: block;
    }


    .showMenuButton {
        display: block;
        width: 100%;
        min-width: 150px;
        padding:10px 0;
    }
		.showMenuButton > img {
			margin-left: 2%;
		}
        .showMenuButton > a {
            color: #2b549b;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            top: -10px;
        }

    #navMobile {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 10px 10px #999;
        display: block;
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        #navMobile.open {
            width: 80%;
        }

    .divNavLogo {
        text-align: center;
        padding: 10%;
    }

    #navMobile .hideMenuButton {
        background: #999 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        height: 15px;
        line-height: 1;
        padding: 10px;
        width: 16px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #content {
        width: 100%;
        box-sizing: border-box;
        padding:0;
    }

    .col1 {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    /* home page BX slider updates */
    #slider1 {
        width: 100%;
    }

    .bx-pager {
        top: auto;
    }
	.bx-wrapper {
		/* overflow-x: hidden; */
	}
    .bx-wrapper img {
        width: 100%;
    }
	.bx-wrapper .bx-viewport {
	  box-sizing: border-box;
	  left: 0;
	}
	.bx-viewport > div {
	  min-height: 189px;
	}

    .block_t table {
        width: 100%;
        display:block;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .block_t img { max-width:100%; }
    .block_t table {
	  margin-bottom: 5%;
	}

    table.block_t {
        width: 100% !important;
        display:block;
    }
    table.block_t tbody { display:block; }
    table.block_t tr {
        width:100%;
        display:block;
    }
    .block_t td {
        float: none;
        display:block;
        width:100% !important;
        padding:0;
        margin-bottom:5px;
    }
    .block_t p {
        width: 100%;
    }
    
    .col2 {
        width: 100%;
    }

    #spotlights_vertical {
        width: 100%;
    }

    .spotlight {
        float: left;
        padding: 2%;
        width: 45%;
    }

    #navFooter {
        width: 100%;
    }
    tr.block_spots_t td, div.block_spots_t { 
        width:100%; 
        box-sizing: border-box;
    }
    .separator { width:100%; }
    .block_6 td {
        width:100%;
        display:block;
    }
    table.main td {
        display:block;
        width:100%;
        margin-bottom:10px;
    }
    table.block_t object, .block_t table object { width:100%; }


}
/* Mobile */

@media screen and (min-width: 1px) and (max-width: 579px) {

    .spotlight {
  padding: 5% 1%;
  width: 100%;
}
}
