/*
Template Name:      Marketing 360® Bigcommerce Template 106
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwiremedia.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */
body {
    font-family: 'Raleway', sans-serif;
}
.btn {
    border-radius: 30px;
}
/* Colors */

a,
.btn.btn-link,
#PrimaryMenu > ul > li > a:hover,
#PrimaryMenu > ul > li.dropdown.open > a,
#PrimaryMenu > ul > li.ActivePage > a,
#PrimaryMenu ul.category-list > li > a:hover,
#PrimaryMenu ul.category-list > li.dropdown.open > a,
#PrimaryMenu ul.category-list > li:active > a,
#PrimaryMenu ul.category-list > li.ActivePage > a {
   color: #000;
}
a:hover,
.btn.btn-link:hover {
   color: #49c1c3;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle,
#SideCatPopOut ul li ul a:hover,
.header-cta-2,
.cta-link:hover span,
.cta-link:focus span {
   background: transparent;
   color: #fff;
}

#SecondaryMenu ul li.dropdown ul a:hover,
#PrimaryMenu ul li.dropdown ul a:hover,
#PrimaryMenu .category-list li li a:hover {
  color: #2DDBFE;
}

.bg-white {
    background: #fff;
}

/* Headings */

h3 small {
    color: #333333;
}

/* Buttons */


.btn {
    background: #FFF;
    color: #49c1c3;
    border: 2px solid #49c1c3;
    transition: all .85s ease;
    padding: 8px 24px;
}
.btn:hover {
    background: #49c1c3;
    color: #FFF;
}

.btn.btn-lg-alt:hover {
   background: #FFF;
   color: #49c1c3;
}
.btn.alt {
   background: #0F75BC;
   color: #fff;
}
.btn.alt:hover {
   background: #0665A6;
   color: #fff;
}

.btn-lg {
    padding: 10px 14px;
    border: 2px solid #49c1c3;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    transition: all .85s ease;
}
.btn-lg-alt {
    padding: 10px 14px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}

/* Helpers */

.top60 {
    margin-top: 60px;
}
.top100 {
    margin-top: 100px;
}

/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

.header {
    padding-top: 150px;
    margin-bottom: 0;
}

#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    background-image: linear-gradient(to right, rgba(45, 217, 255, 0.85), rgba(2, 139, 128, 0.85));
}
#home #Header {
    background: transparent;
}

#home.sticky_header #Header {
    background-image: linear-gradient(to right, rgba(45, 217, 255, 0.85),  rgba(2, 139, 128, 0.85)); 
    border-bottom: 1px solid #FFF;
}

.header-top {
    background: #FFF;
}

.header-inner {
    background: transparent;
}

.header-logo {
    float: none;
    padding: 20px 0 0;
    text-align: left;
}
.header-logo a {
    width: 100%;
}

.TopMenu {
    padding: 5px 10px 5px 0;
    margin-bottom: 0;
    font-size: 12px;
    Background: #FFF;
}
.TopMenu,
.TopMenu a {
    color: #767676;
}
.header-phone {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #3ec1c5;
}
.TopMenu .CartLink a {
    color: #3ec1c5;
}

.TopMenu ul, #SecondaryMenu {
float: right;
}

#SearchForm {
    float: left;
}
#SearchForm input {
    height: 30px;
    line-height: 30px;
}
#SearchForm .Button {
    height: 30px;
}


/* Menu */

.header .PrimaryMenu-wrap {
    margin-top: 0;
    border: none;
}

#PrimaryMenu {
    font-weight: 700;
}
#PrimaryMenu ul {
    text-align: right;
}
#PrimaryMenu > ul > li > a,
#PrimaryMenu ul.category-list > li > a {
    padding: 12px;
    transition: all .85s ease;
}

/* Secondary Top Nav */
#SecondaryMenu {
  position: relative;
  z-index: 50;
}

#SecondaryMenu h3 {
  display: none;
}

#SecondaryMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#SecondaryMenu > ul > li,
#SecondaryMenu ul.category-list > li {
  float: left;
}

#SecondaryMenu li {
  margin-bottom: 0;
  display: block;
}

#SecondaryMenu > ul > li > a,
#SecondaryMenu ul.category-list > li > a {
  display: inline-block;
  padding: 0 5px 5px;
  font-size: 1em;
  text-decoration: none;
}

#SecondaryMenu a {
  text-decoration: none;
}

#SecondaryMenu ul li a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 8px;
  margin-left: 4px;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}

#SecondaryMenu > ul > li > a:hover,
#SecondaryMenu > ul > li.dropdown.open > a,
#SecondaryMenu > ul > li.ActivePage > a,
#SecondaryMenu ul.category-list > li > a:hover,
#SecondaryMenu ul.category-list > li.dropdown.open > a,
#SecondaryMenu ul.category-list > li.ActivePage > a {
  color: #999;
}

#SecondaryMenu > ul > li > a:hover > .caret,
#SecondaryMenu > ul > li.dropdown.open > a > .caret,
#SecondaryMenu ul.category-list > li > a:hover > .caret,
#SecondaryMenu ul.category-list > li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Drop Down */

#SecondaryMenu ul li {
  position: relative;
}

#SecondaryMenu ul li a {
*margin-bottom: -3px;
}

#SecondaryMenu ul li a:active,
#SecondaryMenu .dropdown-toggle:active,
#SecondaryMenu .open .dropdown-toggle {
  outline: 0;
}
#SecondaryMenu ul li > ul {
  display:none;
}
#SecondaryMenu ul li.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 200px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

#SecondaryMenu ul li.dropdown ul:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  position: absolute;
  top: -7px;
  left: 9px;
}

#SecondaryMenu ul li.dropdown ul:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

#SecondaryMenu ul li:hover,
#SecondaryMenu ul .dropdown.open {
  *z-index: 1000;
}

#SecondaryMenu ul li:hover > ul {
  display: block;
  text-align: left;
}
#SecondaryMenu ul .dropdown.open > .dropdown-menu {
  display: block;
}

#SecondaryMenu li.dropdown li a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: 400;
  color: #555555;
  white-space: nowrap;
}

/* 2nd level and below drop down styles */
#SecondaryMenu ul li.dropdown ul li a .caret {
  position: absolute;
  right: 8px;
  top: 2px;
  border-top: 4px solid transparent;
  border-left: 4px solid #777;
  border-bottom: 4px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}

#SecondaryMenu ul li.dropdown ul li > a:hover > .caret {
  border-left: 4px solid #fff;
}

#SecondaryMenu ul li.dropdown ul li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

#SecondaryMenu ul li.dropdown ul li ul {
  top: -3px;
  left: 157px;
}

#SecondaryMenu ul li.dropdown ul li ul:before {
  border-top: 7px solid transparent;
  border-left: none;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  top: 7px;
  left: -7px;
}

#SecondaryMenu ul li.dropdown ul li ul:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 8px;
  left: -6px;
}


/* Header CTA */

.header-cta {
    padding: 6px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FFF;
}
.header-cta-1 {
    background: #fff;
    color: #49c1c3;
}
.header-cta-2 {
   background: transparent;
   color: #fff;
}

/* HIDE CAT DROPDOWNS IN NAV */
#PrimaryMenu .category-list li ul {display: none !important;}

/* =============================================================================
   Content !n! !cnt
   ========================================================================== */

.Content {
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    background: rgba(255,255,255,0.75);
}
.body-category .Content,
.body-home .Content {
    padding: 0;
    margin-bottom: 0;
    background: none;
}

/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

.Left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}

.Left .Block,
.Left .SubCategoryList,
.Left .CategoryList,
.Left #SideSubPageList {
    padding: 10px 10px 1px;
    margin-bottom: 20px;
    background: #f8f8f8;
    background: rgba(255,255,255,0.75);
    border: 1px solid #fff;
}
.Left h3 {
    margin-bottom: 15px;
}

.Left li {margin-bottom: 0;}

#SideCatPopOut ul li a {
   border-bottom: 1px solid #eee;
   padding: 4px;
}

#SideCatPopOut ul li:last-child a {
   border-bottom: 0;
}

#SideCatPopOut ul li a:hover {
   background: #f9f9f9;
   text-decoration: none;
}

#SideCatPopOut ul li ul a:hover {
   color: #2DDBFE;
   background: #f9f9f9;
}

#SideCatPopOut ul li ul a {white-space: normal;}

/* HIDE CAT FLYOUTS  */
#SideCategoryList .category-list li ul,
#SideCategoryList .category-list li .caret {display: none !important;}

/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

.newsletter-subscription {
    background-image: linear-gradient(to right, rgba(45, 217, 255, 0.85),  rgba(2, 139, 128, 0.85)); 
    color: #FFF;
    text-align: center;
}
.newsletter-subscription h4 {
    font-weight: 600;
    margin-bottom: 5px;
}
.newsletter-subscription input {
    border-radius: 30px;
}
.newsletter-subscription .btn-lg-alt {
    background: transparent;
    color: #FFF;
    padding: 6px 14px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer-main {
    background: #262626;
    color: #666;
    font-size: 13px;
}
.footer-main h4,
.footer-main a:hover,
.footer-main a:focus {
    color: #fff;
}

.footer-links {
    background: #1E1E1E;
    padding: 20px 0 0;
}

.footer-links #socnet {
    margin: 0;
    padding: 0;
}
.footer-links #socnet ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: right;
}
.footer-links #socnet ul li {
    display: inline-block;
    margin-left: 10px;
}
.social-links li{
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.social-links i {
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links i:hover {
    color: grey;
}

.social-links a:hover {
    text-decoration: none;
}


/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */


/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */

.main {
 padding-top: 30px;
}

/* =============================================================================
   Category !n! !ctg
   ========================================================================== */

.product-nav {
    background: #fff;
    background: rgba(255,255,255,0.75);
}

/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.ProductList li {
    font-weight: 700;
}

.ProductList li .inner {
    padding: 10px;
    background: #fff;
    background: rgba(255,255,255,0.75);
}
.ProductList .ProductImage,
.brand-img,
#ProductDetails .ProductThumbImage {
    background: #fff;
}
.ProductList .pname {
    font-weight: 400;
}
.ProductList em.p-price {
    margin: 10px auto;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */

#ProductDetails .left-content .ProductThumbImage {
    margin-bottom: 20px;
}

.left-content {
    width: 55%;
}
.PrimaryProductDetails .ProductMain {
    width: 45%;
}

#ProductDetails h1 {
    font-size: 26px;
    font-weight: 600;
}

/* =============================================================================
   Cart !n! !crt
   ========================================================================== */


/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */

.body-checkout .header-secondary {
    margin-top: 24px;
}
.body-checkout .header-cta {
    margin-top: 30px;
}

/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */


body#home {
    background: url(../img/hero-bg.jpg) top center no-repeat;
    background-attachment: fixed;
}
body#home .main {
 padding-top: 0px;
}

.home-jumbotron {
    text-align: right;
	margin-bottom: 50px;
}

.hero-img {
	margin-top: 90px;
}

.home-jumbotron .cta-heading {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: -20px;
}
.home-jumbotron .cta-subheading {
    font-size: 47px;
    font-weight: 300;
    color: #FFF;
}
.home-jumbotron .cta-text {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    padding-left: 160px;
    margin-bottom: 60px;
}
.home-jumbotron .btn {
    padding: 10px 45px;
    margin: 0 5px;
}

.cta-heading {
    margin-bottom: 5px;
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 700;
}
.cta-subheading {
    font-size: 17px;
}

.cta-main-heading {
    color: #3ec1c5;
    border: 1px solid #3ec1c5;
    padding: 10px 0;
    margin-top: 20px;
}
.cta-link {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.cta-link.cta-1 span {
    position: absolute;
    left: 33%;
    right: auto;
    bottom: 20%;
    display: inline-block;
    margin: 0 auto; 
    width: auto;
    padding: 8px 45px;
    border-radius: 30px;
    color: #FFF;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.cta-link span {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 100%;
    padding: 5px 0;
    color: #49c1c3;
    font-size: 20px;
    font-weight: 600;
    transition: all .85s ease;
}
.cta-link:hover span {
    color: rgba(73, 193, 195, 0.65);
    border-color: #49c1c3;
}
.cta-link img {
    transition: all .5s ease;
}
.circular-ctas .cta-link:hover img {
    transform: scale(1.2);
}

.rectangular-cta a:hover img {
    transform: scale(1.05);
}

#HomeFeaturedProducts h3 {
    font-weight: 700;
    color: #49c1c3;
    margin: 40px auto 0; 
}
.cta-banner {
    padding: 50px 0;
    background: url(../img/video-image.png) center no-repeat;
}
.cta-banner .cta-heading {
    font-weight: 700;
    color: #49c1c3;
    margin-bottom: 10px;
}
.cta-banner .cta-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-right: 70px;
}
.cta-banner .btn {
	  padding: 10px 31px;
    margin-right: 10px;
}

.yellow{
  color:#E9AB79;
  border-color:#E9AB79;
}

.orange{
  color:#CF8466;
  border-color:#CF8466;
}

.green{
  color:#64CBAB;
  border-color:#64CBAB;
}

.math-header {
    font-size: 18px;
}

#math-prod {
    margin: 65px 0;
}

#math-prod div:first-child{
  margin-bottom: 30px;
}

.featured-categories h2 {
	color: #3ec1c5;
	font-weight: bold;
}

.teacher-img {
	background: 
		linear-gradient(
      rgba(0, 0, 0, 0.2), 
      rgba(0, 0, 0, 0.2)
    ),
		url(../img/bg-teacher.jpg) top center no-repeat;
	background-size: cover;
	padding: 15px;
}

.teacher-img {
	color: white;
}

img.teacher-avatar.pull-right {
  width: 42%;
  position: absolute;
  top: -27px;
}

.teacher-img p {
	margin-bottom: 0;
}

.teacher-img h3 {
	margin-bottom: 5px;
}

.cta-box {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.cta-links h3 {
    font-weight: 800;
}

.cta-links {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
}

.cta-box a:hover .cta-links{
  bottom:0px;
}



/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */

/* Up to 1199px */
@media screen and (max-width: 1199px) {

  body#home {
    background-size: 1705px;
  }

  #PrimaryMenu li.dropdown li a, #PrimaryMenu .category-list li li a {
    white-space: normal;
  }

  .home-jumbotron .cta-heading {
    font-size: 42px;
    margin-top: 48px;
    margin-bottom: -15px;
  }
  .home-jumbotron .cta-subheading {
    font-size: 48px;
  }
	
	.cta-banner {
		background-size: cover;
	}
	
	.teacher-img p {
		font-size: 12px;
	}
	
	img.teacher-avatar.pull-right {
  	width: 49%;
  	position: absolute;
  	top: 27px;
	}
	
	.cta-banner .btn {
		padding: 10px 14px;
	}
}

/* Up to 991px */
@media screen and (max-width: 991px) {

  .TopMenu {font-size: 10px;}

  .header-inner .col-xs-8.col-sm-4.col-md-3,
  .header-inner .col-sm-8.col-md-9.hidden-xs  {
      padding: 0;
  }
  .header .PrimaryMenu-wrap {
    margin-top: 40px;
  }
  #PrimaryMenu > ul > li > a,
  #PrimaryMenu ul.category-list > li > a {
      padding: 8px 7px;
      font-size: 13px;
      Color: #FFF;
  }

  #PrimaryMenu li.dropdown li a, #PrimaryMenu .category-list li li a {
      font-size: 13px;
  }

  body#home {
    background-size: 1505px;
    background-attachment: scroll;
  }
  .home-jumbotron .cta-heading {
    font-size: 32px;
    margin-top: 36px;
    margin-bottom: -10px;
  }
  .home-jumbotron .cta-subheading {
    font-size: 38px;
    margin-bottom: -5px;
  }
  .home-jumbotron .cta-text {
    font-size: 16px;
    padding-left: 120px;
    margin-bottom: 45px;
  }
  .home-jumbotron .btn {
    padding: 8px 36px;
    font-size: 16px;
  }

  .cta-main-heading.cta-heading {
    font-size: 22px;
  }
  .cta-heading {
    font-size: 28px;
  }
  #HomeFeaturedProducts h3 {
    margin: 75px auto 0px;
  }

  .cta-banner {padding: 10px 0;}
  .cta-banner .cta-heading {
    margin-bottom: 5px;
  }
  .cta-banner .cta-text {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .cta-banner .btn {
    font-size: 12px;
  }

  .newsletter-subscription .col-sm-4 {
    padding: 0;
  }

}

/* Up to 767px */
@media screen and (max-width: 767px) {

  #Header {
    padding-top: 30px !important;
    background-image: linear-gradient(to right, rgba(45, 217, 255, 0.85), rgba(2, 139, 128, 0.85));
  }
  .header-phone {
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  body#home {
    background-size: 1305px;
  }
  .home-jumbotron .cta-heading {
    font-size: 30px;
    margin-bottom: -10px;
  }
  .home-jumbotron .cta-subheading {
    font-size: 34px;
    margin-bottom: 0px;
    text-align: center;
  }
  .home-jumbotron .cta-text {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .bottom.hero-btns {
    text-align: center;
    padding-bottom: 20px;
  }
  .cta-banner-hdr {
   text-align: center;
  }
  .mobile-bg {
   background: rgba(255,255,255,.55);
   padding: 10px 0;
  }
  .mobile-bold {
   font-weight: bold;
  }
  .home-jumbotron .btn {
    padding: 8px 36px;
    font-size: 16px;
  }
  .cta-main-heading.cta-heading span {
    display: block;
  }
  .cta-link span {
    font-size: 14px;
  }
  .cta-link.cta-1 span {
    left: 29%;
    bottom: 15%;
    padding: 6px 36px;
    font-size: 16px;
  }
  .circular-ctas .cta-link {
    margin-bottom: 72px;
  }
  .cta-banner {
    padding-top: 15px;
	background-position: left -460px top;
	background-size: 2313px;
  }
	
	.cta-heading,
	.cta-text {
		text-align: center;
	}
  .cta-banner .cta-heading {
    color: #222;
  }
  .cta-banner .btn {
		display: block;
    font-size: 15px;
    border-color: #222;
    color: #222;
		width: 162px;
	  margin: 0 auto 20px auto;
  }
  #SideNewsletterBox.newsletter-subscription h4 {
    padding: 0;
  }
  .footer-links #socnet ul {
    text-align: center;
  }

}

/* Up to 480px */
@media screen and (max-width: 480px) {

  body#home {
    background-size: 995px;
  }
  .home-jumbotron .cta-heading {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .home-jumbotron .cta-subheading {
    font-size: 26px;
  }
  .home-jumbotron .cta-text {
    font-size: 15px;
    padding-left: 55px;
    background: rgba(0, 0, 0, 0.38);
    padding: 5px;
  }
  .home-jumbotron .btn {
    padding: 8px 36px;
    font-size: 15px;
    color: black;
    border-color: #3EC1C5;
    background: white;
    margin-bottom: 10px;
}
  .cta-main-heading.cta-heading span {
    display: block;
  }
  .cta-link span {
    font-size: 14px;
  }
  .cta-link.cta-1 span {
    left: 23.5%;
    bottom: 12%;
    padding: 6px 36px;
    font-size: 15px;
  }
	
	.cta-banner .top60 {
		margin-top: 30px;
	}
}

 
/* Medium devices (desktops, 768px and up) */
@media screen and (min-width: 768px) {
   #SecondaryMenu ul li.dropdown ul,
   #PrimaryMenu ul li.dropdown ul,
   #PrimaryMenu ul.category-list li ul {
        text-align: left;
   }

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .top60-md {
        margin-top: 60px;
    }

    #PrimaryMenu {margin-top: 30px;}

    #PrimaryMenu > ul > li,
    #PrimaryMenu ul.category-list > li {
        float: none;
        display: inline-block;    
        font-size: 13px;
    }
    #PrimaryMenu > ul > li > a,
    #PrimaryMenu ul.category-list > li > a {
        Color: #FFF;
        padding: 12px 8px;
    }


}


/* Extra large browsers (desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    #PrimaryMenu > ul > li,
    #PrimaryMenu ul.category-list > li {
        font-size: 1em;
    }

    #PrimaryMenu > ul > li > a,
    #PrimaryMenu ul.category-list > li > a {
         padding: 12px;
    }
}

