body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h1, h2 {
	font-family: 'Lato', sans-serif;
		margin-bottom:5px; margin-top:5px;
    font-style: normal;
}

h3 {
	font-weight: bold;
	font-size: 12pt; line-height: 20pt;
}

.btn-green-border {
  border:3px solid #acc034;
  background-color:white;
  color:#acc034;
}
/* --------------- General Text Formatting Adjustments from old SUG --------------- */
.smalltext {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 10pt;line-height: 18pt;color: #000000;}

.verysmalltext {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 8pt; line-height: 12pt; color: #000000; }

.main {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 12pt;line-height: 20pt;color: #000000;}

.redmessage {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 12pt;line-height: 20pt;color: #c83c3b;}

.paddedTable td {padding:5px;}

.borderless td { border: none !important; }

.text-italic { font-style: italic; }

.text-bold { font-weight: bold; }

.no-padding{ padding-left: 0px; padding-right: 0px; }

h2 {color: #f68b1c;};

.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #acc034;
}

.smalltextlite {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 8pt;line-height: 16pt;color: #aaaaaa;}
a.smalllinklite:link {color: #aaaaaa;font-size: 8pt; line-height: 12pt;}
a.smalllinklite:visited {color: #aaaaaa;font-size: 8pt; line-height: 12pt;}
a.smalllinklite:hover {color: #008653;font-size: 8pt; line-height: 12pt;}

#quotebox {
	padding:25px 15px 25px 15px;
}

#quotebox .smalltext {
	color: #acc034 !important;
	line-height: 16pt !important;
}

/* --------------- General Text Formatting Adjustments from new SUG --------------- */
.margin-bottom-10 {
  margin-bottom: 10px;
}



/* --------------- Header --------------- */
/*
.header {
	height: 95px;
	background: url(/images/navigation/sg-header-bg.png) 0 0 repeat-x transparent;
	margin-bottom: 0px;
}

.header2 {
	height: 108px;
	background: url(/images/navigation/header-bg2.jpg) 0 0 repeat-x transparent;
}

.header2 .container {
	position: relative;
	min-width: 970px;
	max-width: 1170px;
}

.header .container {
	position: relative;
	min-width: 970px;
	max-width: 1170px;
}

.header .home-logo {
	margin: 30px 0 0 6px;
	float: left;
}

.header2 .home-logo2 {
	margin: 44px 0 0 6px !important;
	float: left;
}

.header .sg-signup-btn {
	margin-left:15px;
	margin-top: 2px;
	padding-top:4px; padding-bottom:4px;
	font-size: 10pt !important;
	font-weight: bold;
}

.header-nav2-ext .sg-signup-btn2 {
	margin-left:8px;
	margin-top: 0px;
	padding-top:4px; padding-bottom:4px;
	font-size: 12px !important;
	font-weight: bold;
	color: white !important;
}

.header-nav {
	position: relative !important;
	top: 0;
	right: 0;
	margin-top: 13px;
}

.header-nav li {
	display: block;
	float: left;
}

.header-nav a {
	color: #fefae0 !important;
	font-size: 16px !important;
	font-family: "Arial";
	font-weight: 400;
	padding: 0 13px;
	display: block;
}

.sg-nav {
	margin-bottom: 0px;
	height: 40px;
} */

/* ************************************************************************ */
/* Left Admin Navigation Panel */
/* ************************************************************************ */
/*
.sg-left-nav {
	font-size:1.4rem;
}
.sg-menu-icon {
  margin: -3px 6px 0 0;
}


.header-nav2 {
	margin: 0px 0px 0 0;
	padding: 0;
}

.header-nav2 li {
	display: block;
	float: left;
	padding-top:4px;
	padding-right: 25px;
}

.header-nav2 a {
	color: #acc034 !important;
	font-size: 16px !important;
	font-family: "Arial";
	font-weight: 400;
	padding: 0 16px;
	display: block;
}

.header-nav2-ext {
	margin: 0px 0px 0 0;
	padding: 0;
}

.header-nav2-ext li {
	display: block;
	float: left;
	padding-top:0px;
	padding-left: 0px;
}

.header-nav2-ext a {
	color: white !important;
	display: block;
}

.noFlashHide{
	display: none;
}

.dropdown-menu {
		background-color: #fefae0;
		margin-top: -2px;
}

ul.header-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.header-nav2 li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.header-nav-ext li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.header-nav2-ext li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu li {
	width: 100%;
} */

/*
.dropdown-menu a {
	color: #a8bd0f !important;
	font-size: 13px !important;
	line-height: 24px !important;
}
*/
/*
.header-ext-nav {
	background: #f8e587;
	font-size: 13px !important;
	line-height: 20px !important;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.header-ext-nav li {
	display: block;
	float: left;
}

.header-ext-nav a {
	color: #f68b1c;
	padding: 2px 15px;
	display: block;
}

.header-advert {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.header-advert li {
	display: block;
	float: left;
}

.yellownav {
	background: #fefae0;
	padding: 5px;
	min-width: 720px;
   -moz-box-shadow:    inset 0 0 50px #fcecc0;
   -webkit-box-shadow: inset 0 0 50px #fcecc0;
   box-shadow:         inset 0 0 50px #fcecc0;
   	background-image: url(/images/navigation/signupgenius-menu.jpg);
}

.yellownav .container {
	position: relative;
	min-width: 970px;
	max-width: 1170px;
	height: 40px !important;
} */









/* ************************************************************************ */
/* ************************************************************************ */
.flash-announcements {
  overflow: hidden;
  height: 40px; }

header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8cd61+0,f9b244+100 */
  background: #f68b1c;
  /* Old browsers */
  position: relative;
  padding-top: 3px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15);
          box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15);
  /* @media ($tablet-only) { Lowest responsive size for when the site is fully responsive */
  /* Lowest responsive size for when the site is fully responsive
@media ($mobile-only) {
  padding-bottom:4px;
}
*/
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */ }
  @media (max-width: 991px) {
    header .y {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .container {
      width: auto; } }
  header .nav {
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    padding:0 60px !important;
    text-align: center;
  }
  */ }
  header nav ul.nav-dropdown-menu {
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    margin-top:100px;
  }
  */ }
  header .cover-menu {
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:100;
    background-color:transparentize($sug-lightyellow, .1);
  }
  */ }
  header .logo, header .logo-bulb-only {
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 2px; }
  header .logo-bulb-only {
    width: 34px;
    margin-right: 1rem; }
    header .logo-bulb-only img {
      width: 34px;
      height: auto; }
  header .logo {
    width: 166px;
    margin-right: 1.6rem; }
    header .logo img {
      width: 166px;
      height: auto; }
    header .logo a:not(*:root) {
      position: relative;
      display: block;
      background-position: -166px 0;
      -webkit-transition: background-position 0.4s ease-in-out;
      -o-transition: background-position 0.4s ease-in-out;
      transition: background-position 0.4s ease-in-out; }
    header .logo a:not(*:root):hover, header .logo a:not(*:root):focus {
      background-position: 120px 0; }
    header .logo a:not(*:root)::after {
      content: '';
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -o-radial-gradient(circle farthest-side 0 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%) no-repeat;
      background: radial-gradient(circle farthest-side 0 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%) no-repeat;
      background: -o-radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%) no-repeat;
      background: radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%) no-repeat;
      background-position: inherit;
      -webkit-mask: url("/images/logo-signupgenius-color.svg") center; }
  header .open .dropdown-toggle.arrow-up {
    position: relative; }
    header .open .dropdown-toggle.arrow-up:after {
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      bottom: -5px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(248, 127, 24, 0);
      border-bottom-color: #f89f43;
      border-width: 14px;
      margin-left: -14px;
      z-index: 1040;
      /* Lowest responsive size for when the site is fully responsive
    @media ($mobile-only) {
      display:none;
    }
    */ }
    header .open .dropdown-toggle.arrow-up.profile:after {
      bottom: -13px;
      left: 17px; }
  header .navbar-form {
    padding-left: 0px;
    padding-right: 8px;
    margin-top: 7px;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    margin-top:0;
    margin-bottom:0;
  }
  */ }
    header .navbar-form .btn {
      margin-bottom: 2px; }
    @media (max-width: 767px) {
      header .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  header .nav-dropdown-menu {
    position: inherit;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    position:relative;
  }
  */ }
    header .nav-dropdown-menu .dropdown-toggle.profile {
      margin-left: 15px; }
  header .menu-trigger {
    display: none;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    display:block;
    position:fixed;
    right:6px;
    top:3px;
    z-index:200;
  }
  */ }
  header.header--responsive .container .create-btn-hide {
    display: none;
  }
  @media (max-width: 767px) {
    header {
      /*
  .navbar-nav .open .dropdown-menu > li > a, .navbar-form.open .dropdown-menu > li > a {
    padding:4px 14px;
    line-height:2rem;
  }
  */ }
      header .navbar-nav .open .dropdown-menu {
        position: absolute;
        /* float: none; */
        width: 100%;
        /*margin-top: 0; */
        background-color: #f89f43;
        /* border: 0; */
        -webkit-box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35);
                box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35); }
      header .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  header .navbar-nav .open .dropdown-menu > li > a, header .navbar-form.open .dropdown-menu > li > a {
    padding: 4px 14px;
    line-height: 2rem; }
  header .dropdown-menu.horizontal {
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35);
            box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35);
    padding-top: 8px;
    margin-top: 0;
    height: 45px;
    padding-right: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f87f18+0,f68b1d+50 */
    background: #f89f43;
    /* Old browsers */
    font-size: 1.6rem;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    display:block;
    position: relative;
    background: transparent;
    box-shadow:none;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
  }
  */ }
    header .dropdown-menu.horizontal.right {
      text-align: right; }
      @media (max-width: 1199px) {
        header .dropdown-menu.horizontal.right {
          padding-right: 44px; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        header .dropdown-menu.horizontal.right {
          padding-right: 4%; } }
      @media (min-width: 1600px) and (max-width: 1999px) {
        header .dropdown-menu.horizontal.right {
          padding-right: 12%; } }
      @media (min-width: 2000px) and (max-width: 2799px) {
        header .dropdown-menu.horizontal.right {
          padding-right: 20%; } }
      @media (min-width: 2800px) {
        header .dropdown-menu.horizontal.right {
          padding-right: 32%; } }

    header .dropdown-menu.horizontal > li {
      width: auto;
      display: inline-block;
      color: #ffffff;
      margin-bottom: -16px;
      /* Lowest responsive size for when the site is fully responsive
    @media ($mobile-only) {
      display:block;
      width:100%;
      margin-bottom:1rem;
    }
    */ }
    header .dropdown-menu.horizontal > li > a {
      color: #ffffff;
      border-bottom: 20px rgba(246, 139, 28, 0) solid;
      -webkit-transition: border-bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      -o-transition: border-bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      transition: border-bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      background-clip: padding-box;
    }
    header .dropdown-menu.horizontal > li > a#rplink:before {
      content: "NEW";
      font-size: 9px;
      font-weight: 900;
      position: absolute;
      top: -2px;
      color: #fff37c;
    }
    header .dropdown-menu.horizontal > li > a.hide-referral-program {
      display:none;
    }
    header .dropdown-menu.horizontal > li > a:hover, header .dropdown-menu.horizontal > li > a:focus {
      background: transparent;
      color: #fff590;
      border-bottom: 5px solid #fff590;
    }
  header .caret {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 9px;
    -webkit-transition: bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    -o-transition: bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: bottom 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    display:none;
  }
  */ }
  header .open .caret {
    bottom: 0; }
  header .navbar-nav {
    margin: 0;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    margin-bottom:0;
    margin-top:0;
  }
  */ }


  /* Specific override for the anti-responsive menu */
  @media (max-width: 767px) {
    header .navbar-collapse {
        overflow-y: visible;
        display: block;
        visibility: visible;
        border-top: 0;
        box-shadow: none;
    }
    header .hidden-xs {
      display: block !important;
    }
  }


  header .navbar-left {
    float: left !important; }
  header .navbar-right {
    float: right !important; }
  header .navbar-nav > li {
    position: inherit;
    float: left;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    display:block;
    width:100%;
    margin-bottom:1rem;
  }
  */ }
  header .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    /* Lowest responsive size for when the site is fully responsive
  @media ($mobile-only) {
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.33;
    transition: background-color $speed $easing, color $speed $easing;
    font-weight: 500;
    border-radius: $corner-radius;
    position: relative;
    margin-bottom:2px;
    border:transparent;
    background-color:$sug-green;
    color:$white;
    box-shadow: $green-shadow-active;
    border-bottom:0;
  }
  */ }
    header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #fff590;
      /* Lowest responsive size for when the site is fully responsive
    @media ($mobile-only) {
      background-color:darken($sug-green, 6);
      color:$white;
      border-bottom:0;
    }
    */ }
  header .nav .open > a, header .nav .open > a:hover, header .nav .open > a:focus {
    background-color: transparent;
    border: none; }
  header .ppic {
    -webkit-transition: -webkit-transform 0.05s linear;
    transition: -webkit-transform 0.05s linear;
    -o-transition: transform 0.05s linear;
    transition: transform 0.05s linear;
    transition: transform 0.05s linear, -webkit-transform 0.05s linear; }
    header .ppic:hover, header .ppic:focus {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  header .open .ppic {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.dropdown-toggle.profile {
  /* Lowest responsive size for when the site is fully responsive
@media ($mobile-only) {
  width:64px;
  height:64px;
  position: absolute;
  top: -400px;

  .ppic {
    width:64px;
    height:64px;
    margin-left:-32px;
  }
}
*/ }

.open-horizontal.mktg {
  /* @media ($tablet-only) { Lowest responsive size for when the site is fully responsive */ }
  @media (min-width: 992px) {
    .open-horizontal.mktg {
      padding-top: 54px; } }
  @media (max-width: 991px) {
    .open-horizontal.mktg {
      padding-top: 54px; } }

.open-profile.mktg {
  /* @media ($tablet-only) { Lowest responsive size for when the site is fully responsive */ }
  @media (max-width: 991px) {
    .open-profile.mktg {
      padding-top: 54px; } }

.mktg-area.top {
  border-bottom: 1px solid #d9d9d9; }

.mktg-area.bottom {
  border-top: 1px solid #d9d9d9;
  margin-bottom: -6px; }

.mktg {
  padding: 1rem 0 4px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: padding-top 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  -o-transition: padding-top 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  transition: padding-top 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  min-height: 90px;
  /*
&:before {
  @extend .verysmalltext;
  color:$light-gray;
  content:"Advertisement";
  position:absolute;
  margin-left: -42px;
  top: auto;
  bottom: 28px;
  transform: rotate(-90deg);
}
*/
  /* @media ($tablet-only) { Lowest responsive size for when the site is fully responsive */ }




























/* ------------ FOOTER --------- */

#footer {background-image: url("/images/navigation/footer3background.png"); height:350px;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-top:50px;
}

@media screen and {#footer{height:100%;width:100%;}}


#footerinner {max-width: 1170px; min-width: 970px !important; margin: 0 auto;}

#footer2 {background-image: url("/images/navigation/footer2background.png"); height:54px;
padding-left:0px !important;
padding-right: 0px !important;
background-repeat: repeat-x;}

.footerbutton{font-family:arial !important;  color:white; height:45px; background-color:#a8bd0f; border-radius:5px;  max-width:245px; font-size: 18px; padding: 10px 30px 10px 30px; text-align:center;}
.footerbutton2{font-family:arial !important;  color:white; height:45px; background-color:#a8bd0f; border-radius:5px;  max-width:245px; font-size: 18px;  padding: 10px 39px 10px 39px; text-align:center;}

.footerheader{background-color:#fff18f; color:#f68b1c; font-weight:bold; font-size:17px; padding:5px;	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.footerlinks{font-family:arial !important; color:#a8bd0f; font-size:16px; text-decoration: underline; line-height:160%;}

.privacy{font-size:12px; color:#f68b1c;text-decoration:underline;}

@media screen and (max-width:992px){#resources{margin-top:20px;}}

.socialicon {width:40px;}
.socialmedia {text-align:right;}

@media screen and (max-width:992px){#socialmedia{margin-top:20px;}}

/* -------------- TABS -------------- */
/*
.nav-tabs {
	margin-bottom: 20px;
}
.nav-tabs>li>a {
	color: #f68b1c;
}
.nav-tabs>li>a:hover {
	background-color: #f68b1c;
	color: #fff;
}
*/
/*
.mainbody .container {
	min-width: 970px;
}
*/
h1, .header {
  font-family: 'Lato', sans-serif;
  font-size : 3.6rem;
  font-weight: 900;
  color: #222222;
  line-height: 28pt;
  margin-top: 10px;
  padding-top:0px;
  font-style: normal;
}

/* --------------- BUTTON GROUP ------------ */

.sgdrive-actions {
	margin-bottom: 10px;
}

.sgdrive-actions .glyphicon {
	color: #f68b1c;
}
.sgdrive-actions .btn-default:hover {
	background: #f68b1c;
	color: #fff;
}

.sgdrive-actions .btn-default:hover .glyphicon {
	color: #fff;
}

/* ------------- Yellow Box ------------ */
.yellowbox {
	background: #fefae0;
	padding: 10px;
	 border-radius:5px;
   -moz-box-shadow:    inset 0 0 50px #fcecc0;
   -webkit-box-shadow: inset 0 0 50px #fcecc0;
   box-shadow:         inset 0 0 50px #fcecc0;
}

/* ------------- Popovers --------------*/
.popover {
  background-color: #ffffff;
  border: 0;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 0 10px 50px -10px rgba(246, 139, 28, 0.65);
  font-size: 1.3rem;
  text-align: center;
  min-width: 160px;
  max-width: 260px;
  color: #222222;
  z-index: 1000; }
  .popover.bottom {
  margin-top: 12px; /**/}
  .popover.top {
    margin-top: -18px; }
  .popover.top > .arrow {
    border-top-color: transparent;
    bottom: -10px; }
    .popover.bottom > .arrow {
      border-bottom-color: transparent;}
  .popover.left > .arrow {
    border-left-color: transparent; }

/* ------------- Table ------------ */

.sTable,.sTableSmall{
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}

.sTable th, .sTableSmall th{
	/*background-image:url('../images/tab-main.gif'); */
	border: 1px solid #dddddd;
	font: 11pt Arial,Helvetica,  sans-serif;
	/*color: white; */
	width: auto;
	padding: 8px 0;
	padding-left: 4px;
	text-decoration: none;
	/*text-shadow: 0px 1px 0px black;*/
	background: #FEFAE0;
}

.sTableSmall th{
	font-size: 12px !important;
}

.sTable tr:first-child th:first-child,.leftTop,
.sTableSmall tr:first-child th:first-child,.leftTop
{
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.sTable tr:first-child th:last-child, rightTop,
.sTableSmall tr:first-child th:last-child, rightTop
{
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.sTable td,.sTableSmall td {
	font-size: 11pt !important;
	font-face: Arial, Helvetica, sans-serif;
	padding: 4px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: white;
	vertical-align: middle !important;
}

.sTableSmall td{
	font-size: 12px !important;
}

.sTable .highlight td {
    background-color: #fdedb2;
}

.sTable .selected {
	background-color: #f3f3f3 !important;
	color: #f68b1c !important;
	font-weight: 500;
}

.sTable .glyphicon {
	color: #f68b1c;
}


.rounded {-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;  border-radius: 5px; }

.sTable th {
	vertical-align: middle !important;
}

.well-white {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 0;
  margin-top: 14px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35);
  box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35); }

/* ------------- form elements -------------*/
.lg-padding { padding-left: 56px !important; }


/* ************************************************************************ */
/* ************************************************************************ */
/* Input error flag positioning */
@media (min-width: 992px) {
  .feedback-group .form-control {
    display: inline-block; }
  .feedback-group .feedback-anchor {
    display: inline-block;
    position: absolute; } }

/* Input error tooltips */
.feedback-tooltip {
  position: relative;
  top: 0px;
  left: 28px;
  z-index: 2;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  pointer-events: none;
  background-color: #ca3c3b;
  font-size: 1.3rem;
  color: white;
  padding: 6px 15px 6px 8px;
  border-radius: 6px;
  /*min-width: 250px*/ }

/* Tooltip in a modal */
.modal-content .feedback-tooltip {
  left: auto;
  padding: 0px 10px;
  min-width: inherit;
  margin-top: 2px; }

/* Collapse tooltips on smaller screens */
@media (max-width: 991px) {
  .feedback-tooltip {
    left: auto;
    padding: 0px 10px;
    min-width: inherit;
    margin-top: 2px; } }

/* Little side arrow on the tooltip */
.feedback-tooltip:before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ca3c3b;
  border-width: 14px;
  margin-top: -14px;
  margin-left: -27px; }

.modal-content .feedback-tooltip:before {
  display: none; }

/* Remove the arrow on small screens */
@media (max-width: 991px) {
  .feedback-tooltip:before {
    display: none; } }


/* Form error side bar lines */
.form-group.has-error, .control-group.has-error {
  position: relative; }

.form-group.has-error::before, .control-group.has-error::before {
  border-left: 6px solid #ca3c3b;
  margin-left: -15px;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-animation: fade-in-up 0.5s cubic-bezier(0.75, 0, 0, 1.4) 0s 1 forwards;
  animation: fade-in-up 0.5s cubic-bezier(0.75, 0, 0, 1.4) 0s 1 forwards; }

.form-horizontal .form-group.has-error::before, .form-horizontal .control-group.has-error::before {
  margin-left: 0px; }

.padded-options > .form-group.has-error::before, .padded-options > .control-group.has-error::before {
  margin-left: -36px; }

.has-error .form-control,
.has-error .form-control-feedback,
.has-error label.control-label {
  color: #ca3c3b;
  border-color: #ca3c3b; }

/* Misc form overrides for responsive & positioning */
.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px; }

.inline-field {
  width: auto;
  min-width: 50px;
  display: inline-block; }

.lg-padding {
  padding-left: 56px !important; }

label {
  font-weight: normal; }

.label-sub {
  clear: both;
  margin-left: 35px;
  margin-bottom: 1.6rem; }

/* radion/checkbox button override */
input[type=radio].css-radio,
input[type=radio].css-radio-mini,
input[type=checkbox].css-checkbox-chkbx,
input[type=checkbox].css-checkbox-chkbx-mini
{
	display				:none;
}

.ie8 input[type=radio].css-radio,
.ie8 input[type=radio].css-radio-mini,
.ie8 input[type=checkbox].css-checkbox-chkbx,
.ie8 input[type=checkbox].css-checkbox-chkbx-mini
{
	display				: inline-block !important;
	background-image	: none;
}

.ie8 label.chkbx-css-label,
.ie8 label.chkbx-css-label-mini,
.ie8 label.radio-css-label,
.ie8 label.radio-css-label-mini  {
	background-image	:  none;
}

input[type=radio].css-radio + label.radio-css-label,
input[type=checkbox].css-checkbox-chkbx + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx:disabled + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx:checked + label.chkbx-css-label
{
	padding-left 		: 34px;
	padding-top			: 4px;
	height				: 32px;
	display				: inline-block;
	line-height			: 30px;
	background-repeat	:no-repeat;
	background-position	: 0px 8px;
	vertical-align		: middle;
	cursor				: pointer;
	font-size			: 16px;
	overflow			: hidden;
}

input[type=radio].css-radio-mini + label.radio-css-label-mini,
input[type=checkbox].css-checkbox-chkbx-mini + label.chkbx-css-label-mini,
input[type=checkbox].css-checkbox-chkbx-mini:disabled + label.chkbx-css-label-mini,
input[type=checkbox].css-checkbox-chkbx-mini:checked + label.chkbx-css-label-mini
{
    padding-left         : 34px;
    padding-top          : 4px;
    height               : 25px;
    display              : inline-block;
    line-height          : 25px;
    background-repeat    : no-repeat;
    background-position  : 10px 8px;
    vertical-align       : middle;
    cursor               : pointer;
    font-size			 : 11pt;
	font-weight			 : 400;
	overflow			 : hidden;
}


label.radio-css-label,
label.chkbx-css-label,
label.chkbx-css-label-mini,
label.radio-css-label-mini
{
	-webkit-touch-callout: none;
	-webkit-user-select	: none;
	-khtml-user-select	: none;
	-moz-user-select	: none;
	-ms-user-select		: none;
	user-select			: none;
	font-weight: normal;
}

/* panel override */
.panel-default > panel-heading {
	background-color: #f5f5f5;
}

.sugPanel > .panel-group > .panel-default > .panel-heading,
.sugPanel > .panel-default > .panel-heading
{
	background: #FEFAE0 !important;
}

.sugPanel .glyphicon{
	color: #f68b1c;
}


/* radio buttons */
label.radio-css-label,
label.radio-css-label-mini {
  background-image	:  url('/images/styleGuide/radio-default.png') !important;
	background-repeat	: no-repeat !important;
}
label.radio-css-label:hover,
label.radio-css-label-mini:hover {
  background-image	:  url('/images/styleGuide/radio-pressed.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=radio].css-radio:disabled + label.radio-css-label,
input[type=radio].css-radio-mini:disabled + label.radio-css-label-mini {
    background-image	:  url('/images/styleGuide/radio-disabled.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=radio].css-radio:checked + label.radio-css-label,
input[type=radio].css-radio-mini:checked + label.radio-css-label-mini {
    background-image	:  url('/images/styleGuide/radio-selected.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=radio].css-radio:checked:hover + label.radio-css-label:hover,
input[type=radio].css-radio-mini:checked:hover + label.radio-css-label-mini:hover {
    background-image	:  url('/images/styleGuide/radio-selected-press.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=radio].css-radio:disabled:checked + label.radio-css-label,
input[type=radio].css-radio-mini:disabled:checked + label.radio-css-label-mini {
    background-image	:  url('/images/styleGuide/radio-disabled-checked.png') !important;
	background-repeat	: no-repeat !important;
}

/* radio buttons mini */
label.radio-css-label-mini {
    background-size        : 16px auto;

}

input[type=radio].css-radio-mini:disabled + label.radio-css-label-mini
{
    background-size        : 16px auto;
}

input[type=radio].css-radio-mini:checked + label.radio-css-label-mini
{
    background-size        : 16px auto;
}


/* checkbox buttons */
label.chkbx-css-label, label.chkbx-css-label-mini {
	background-image	:  url('/images/styleGuide/checkbox-default.png') !important;
	background-repeat	: no-repeat !important;
}
label.chkbx-css-label:hover, label.chkbx-css-label-mini:hover {
	background-image	:  url('/images/styleGuide/checkbox-focus.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=checkbox].css-checkbox-chkbx:unchecked + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx-mini:unchecked + label.chkbx-css-label-mini {
	background-image	:  url('/images/styleGuide/checkbox-default.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=checkbox].css-checkbox-chkbx:checked + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx-mini:checked + label.chkbx-css-label-mini {
	background-image	:  url('/images/styleGuide/checkbox-selected.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=checkbox].css-checkbox-chkbx:checked:hover + label.chkbx-css-label:hover,
input[type=checkbox].css-checkbox-chkbx-mini:checked:hover + label.chkbx-css-label-mini:hover {
	background-image	:  url('/images/styleGuide/checkbox-selected-focus.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=checkbox].css-checkbox-chkbx:disabled:checked + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx-mini:disabled:checked + label.chkbx-css-label-mini {
	background-image	:  url('/images/styleGuide/checkbox-disabled-checked.png') !important;
	background-repeat	: no-repeat !important;
}

input[type=checkbox].css-checkbox-chkbx:disabled + label.chkbx-css-label,
input[type=checkbox].css-checkbox-chkbx-mini:disabled + label.chkbx-css-label-mini {
	background-image	:  url('/images/styleGuide/checkbox-disabled.png') !important;
	background-repeat	: no-repeat !important;
}

/* checkbox buttons mini */
label.chkbx-css-label-mini {
    background-size        : 16px auto;
}

input[type=checkbox].css-checkbox-chkbx-mini:unchecked + label.chkbx-css-label-mini {
    background-size        : 16px auto;
}

input[type=checkbox].css-checkbox-chkbx-mini:checked + label.chkbx-css-label-mini
{
    background-size        : 16px auto;
}

input[type=checkbox].css-checkbox-chkbx-mini:disabled + label.chkbx-css-label-mini
{
    background-size        : 16px auto;
}

input[type=checkbox].css-checkbox-chkbx-mini:disabled:checked + label.chkbx-css-label-mini
{
	background-size        : 16px auto;
}


/* Select input unskinning for consistency in Safari - this may interfere with skinned selects, so don't move to main until fully tested in V2 */
select.form-control {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 16px 100% #ffffff;
  background-size: 16px 100%;
  background-position: top right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control {
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px; }

select.form-control::-ms-expand {
  display: none; }

.ie9 select.form-control {
  background: #ffffff;
  padding-right: 4px; }


.ie8 select {
   background: transparent;
   min-width: 60px;
   padding: 2px;
   font-size: 10pt;
   border: 1px solid #ccc;
}

/* ------------------ Button Bar -------------- */

    .clickBar {
        line-height: 50px;
        font-size: 18px;
        background: #FEFAE0;
        text-shadow: 0 1px 0 #FFF;
        margin: 0px 0 0;
        padding: 0 15px;
        border: 1px solid #DDD;
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        clear: both;
    }
    .clickBar .btn-group {
        margin: 8px -8px 0 0;
    }

    .altBar {
        line-height: 50px;
        font-size: 18px;
        background: #FEFAE0;
        text-shadow: 0 1px 0 #FFF;
        margin: 20px 0 0;
        padding: 0 15px;
        border: 1px solid #DDD;
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        clear: both;
    }

.processing { top: 0px; opacity: .5; background: black; position: absolute; height: 100%; width: 100%; pointer-events: visible; display: block; z-index: 1001; background-color: white; }


.modal-body {
	color: black !important;
}

/* ************************************************************************ */
/* ************************************************************************ */
.modal {
  /*overflow:auto;*/
}
body.modal-open {
  overflow:hidden;
}
.modal-medium {
  max-width: 991px;
  min-width: 600px; }

.modal-small {
  max-width: 767px;
  min-width: 520px; }

.modal-tiny {
  max-width: 480px;
  min-width: 480px; }

.modal-dialog {
  overflow-y: auto;
}

.modal-tall .maincontent {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 2rem; }
  @media (max-height: 1000px) {
    .modal-tall .maincontent {
      max-height: 50vh; } }
  @media (max-height: 800px) {
    .modal-tall .maincontent {
      max-height: 40vh; } }
  @media (max-height: 600px) {
    .modal-tall .maincontent {
      max-height: 30vh; } }







/* ************************************************************************ */
/* Header & general button code updates - transitional until moved to full v2
/* ************************************************************************ */
/* ************************************************************************ */
.text-red, .redmessage {
  color: #ca3c3b !important; }

.text-orange {
  color: #f68b1c !important; }

.text-darkgray {
  color: #777777 !important; }

.text-green {
  color: #acc034 !important; }

.text-black {
  color: #222222 !important; }

.text-white {
  color: #ffffff !important; }

.text-info {
  color: #0f6cb6 !important; }

.text-success {
  color: #acc034 !important; }

.text-muted {
  color: #777777 !important; }

/*
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
*/
/* ************************************************************************ */
/* ************************************************************************ */
.orange-shadow {
  box-shadow: 0 3px 30px -3px rgba(246, 139, 28, 0.25); }

.orange-shadow-active {
  box-shadow: 0 10px 50px -10px rgba(246, 139, 28, 0.65); }

.orange-shadow-deep {
  box-shadow: 0 30px 100px -30px rgba(246, 139, 28, 0.6); }

.yellow-shadow {
  box-shadow: 0 3px 30px -3px rgba(255, 245, 144, 0.25); }

.yellow-shadow-active {
  box-shadow: 0 10px 50px -10px rgba(255, 245, 144, 0.65); }

.yellow-shadow-deep {
  box-shadow: 0 30px 100px -30px rgba(255, 245, 144, 0.6); }

.green-shadow {
  box-shadow: 0 3px 30px -3px rgba(172, 192, 52, 0.25); }

.green-shadow-active {
  box-shadow: 0 10px 50px -10px rgba(172, 192, 52, 0.65); }

.green-shadow-deep {
  box-shadow: 0 30px 100px -30px rgba(172, 192, 52, 0.6); }

.black-shadow {
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.black-shadow-active {
  box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35); }

.black-shadow-deep {
  box-shadow: 0 30px 100px -30px rgba(34, 34, 34, 0.35); }

.black-shadow-faded {
  box-shadow: 0 8px 32px -8px rgba(34, 34, 34, 0.25); }

/* ************************************************************************ */
/* ************************************************************************ */
.background-white {
  background-color: #ffffff !important; }

.background-orange, .background-platinum {
  background-color: #f68b1c !important; }

.background-darkgray {
  background-color: #777777 !important; }

.background-gray, .background-silver {
  background-color: #d9d9d9 !important; }

.background-green {
  background-color: #acc034 !important; }

.background-yellow, .background-gold {
  background-color: #fff590 !important; }

.background-lightyellow {
  background-color: #fefde6 !important; }

::-moz-selection {
  background: #fff590;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #fff590;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #fff590;
  /* Gecko Browsers */ }


/* ************************************************************************ */
/* ************************************************************************ */
body {
  /*min-width: 750px;*/
  font-size: 1.6rem;
  line-height: 2.4rem; }

/* 5 column grid */
.col-xs-24 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-24 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-24 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-24 {
    width: 20%;
    float: left; } }



/* ************************************************************************ */


    h3, .h3 {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 5px auto;
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin-bottom: 2.4rem; }
      h3.hstack, .four-steps .hstack.step-name, .btn-underlines .hstack.btn-underline, .h3.hstack, .lead.hstack {
        margin-top: 2.2rem; }

    p, .group-verticals figure .description, .group-three figure .description {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
      p.no-padding, .group-verticals figure .no-padding.description, .group-three figure .no-padding.description {
        margin-top: 0;
        margin-bottom: 0; }

/* ************************************************************************ */
/* ************************************************************************ */
[class^="field-col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.field-col-12 {
  width: 100%; }

.field-col-11 {
  width: 91.66666667%; }

.field-col-10 {
  width: 83.33333333%; }

.field-col-9 {
  width: 75%; }

.field-col-8 {
  width: 66.66666667%; }

.field-col-7 {
  width: 58.33333333%; }

.field-col-6 {
  width: 50%; }

.field-col-5 {
  width: 41.66666667%; }

.form-control.field-col-4 {
  width: 33.33333333%; }

.field-col-3 {
  width: 25%; }

.field-col-2 {
  width: 16.66666667%; }

.field-col-1 {
  width: 8.33333333%; }

@media (min-width: 992px) {
  [class^="field-col-"] {
    float: left; } }

/* Static fields that don't or shouldn't be responsive */
.col-fixed-width {
  width: 200px;
  float: left;
  padding-left: 15px;
}
.col-fixed-width-remainder {
  width:calc(100% - 200px);
  padding-right: 15px;
  float: left;
}


/* ************************************************************************ */
/* ************************************************************************ */
.enforce-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.no-wrap {
  white-space: nowrap; }

.cursor-pointer, .link_cursor {
  cursor: pointer; }

.helpme {
  font-size: 1.6rem; }
  h1 .helpme {
    top: -1rem; }
  h2 .helpme, .four-steps .step-icon:before .helpme, .four-steps .step-name .helpme, .users-say .testimonial .oneliner > div .helpme, .search-result-circle .helpme, .tab-circles li .helpme, .group-verticals figure .title .helpme, .group-three figure .title .helpme {
    top: -.6rem; }

.faded {
  opacity: .15; }

.disabled {
  opacity: .4;
  cursor: not-allowed; }

.invisible {
	opacity:0;
}

.btn.disabled, .disabled.footerbutton, .disabled.footerbutton2, .btn[disabled], [disabled].footerbutton, [disabled].footerbutton2, fieldset[disabled] .btn, fieldset[disabled] .footerbutton, fieldset[disabled] .footerbutton2 {
  opacity: 0.4; }

.section-shadow {
  box-shadow: inset 0 60px 100px -70px rgba(34, 34, 34, 0.4); }

.video-bar-shadow {
  box-shadow: inset 0 180px 100px -140px rgba(34, 34, 34, 0.5); }

[class*='scale-'] {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }
  [class*='scale-'].top-center {
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0; }

.scale-67 {
  -webkit-transform: scale(0.67);
      -ms-transform: scale(0.67);
          transform: scale(0.67);
  margin-right: -50%; }

@media (min-width: 768px) {
  .vertical-align, .interesting .position-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.container-partial {
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media (max-width: 991px) {
    .container-partial {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .container-partial {
      width: 85%; } }

.chzbrgr {
  padding: 10px !important;
  max-width: 44px; }
  .chzbrgr .chzbrgr-layer {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #222222;
    transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.1, 1); }
  .chzbrgr .chzbrgr-layer:last-child {
    width: 16px; }
  .chzbrgr.green .chzbrgr-layer {
    background-color: green; }
  .chzbrgr.orange .chzbrgr-layer {
    background-color: #f68b1c; }
  .chzbrgr.yellow .chzbrgr-layer {
    background-color: #fff590; }
  .chzbrgr.white .chzbrgr-layer {
    background-color: #ffffff; }
  .chzbrgr .chzbrgr-layer + .chzbrgr-layer {
    margin-top: 3px; }
  @media (max-width: 767px) {
    .chzbrgr:not(.collapsed) .chzbrgr-layer {
      background-color: #222222 !important;
      position: relative; }
    .chzbrgr:not(.collapsed) .chzbrgr-layer:nth-child(2) {
      background-color: #f68b1c !important;
      opacity: 0;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
    .chzbrgr:not(.collapsed) .chzbrgr-layer:nth-child(3) {
      background-color: #f68b1c !important;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      top: 6px; }
    .chzbrgr:not(.collapsed) .chzbrgr-layer:nth-child(4) {
      background-color: #f68b1c !important;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .chzbrgr:not(.collapsed) .chzbrgr-layer:nth-child(5) {
      background-color: #f68b1c !important;
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }



/* ************************************************************************ */
/* Page width helper for wider ads
/* ************************************************************************ */
.accommodate-992 {
  min-width: 970px;
  max-width: 100%; }
  .accommodate-992 .container {
    min-width: 970px; }
  .accommodate-992 #hero-video, .accommodate-992 #hero-video div {
    min-width: 970px; }



/* Text helpers */
a {
  transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  text-decoration: none;
  color: #f68b1c; }
  a:hover, a:focus {
    text-decoration: none;
    color: #d67109; }

.smalltext, .group-videos p, .group-videos .group-verticals figure .description, .group-verticals figure .group-videos .description, .group-videos .group-three figure .description, .group-three figure .group-videos .description, small, .small, p.smalltext, .group-verticals figure .smalltext.description, .group-three figure .smalltext.description, .group-videos p, .group-videos .group-verticals figure .description, .group-verticals figure .group-videos .description, .group-videos .group-three figure .description, .group-three figure .group-videos .description {
  font-size: 1.3rem; }

.smalltextlite, .label-sub {
  font-size: 1.3rem;
  color: #777777; }

.verysmalltext, .mktg:before {
  font-size: 1.1rem;
  color: #222222; }

.text-thin {
  font-weight: 100; }

.pre-hide {
  display: none; }

.hstack {
  float: left;
  margin-right: 2rem; }
  .hstack.narrow-gap {
    margin-right: 5px; }

.hstack-button {
  margin-top: 1.3rem;
  width: auto;
  overflow: hidden; }

.hstack-form {
  margin-top: 1rem;
  margin-left: 2rem;
  width: auto; }

.hrow {
  margin-bottom: 8px; }

.hgroup {
  margin-bottom: 0;
  padding-bottom: 0; }

.caps {
  text-transform: uppercase; }

.control-label.text-left {
  text-align: left; }

.pointer {
  cursor: pointer; }

.spacer, .spacer-extra-small, .spacer-xs, .spacer-small, .spacer-sm, .spacer-medium, .spacer-md, .spacer-large, .spacer-lg {
  height: 40px;
  display: block;
  width: auto;
  overflow: hidden; }

 .spacer-extra-small, .spacer-xs {
    height: 8px; }

 .spacer-small, .spacer-sm {
  height: 20px; }

  .spacer-medium, .spacer-md {
    height: 60px; }

  .spacer-large, .spacer-lg {
    height: 80px; }

.centered {
  margin: 0 auto;
  text-align: center; }

.backtoportal.old .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.backtoportal.old span.sugicon-arrow-left {
  line-height: 20px;
}


/* ************************************************************************ */
/* Animations
/* ************************************************************************ */
.blink {
  -webkit-animation: ambient-fade 0.5s cubic-bezier(0.6, 0, 0.1, 1) 0S infinite alternate;
          animation: ambient-fade 0.5s cubic-bezier(0.6, 0, 0.1, 1) 0S infinite alternate; }

.fade-in, .padded-options.indicator::after, .email-preview .email-content table, .faqs .answer.opened::before {
  opacity: 0;
  -webkit-animation: fade-in 0.8s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards;
          animation: fade-in 0.8s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards; }
  .ie9 .fade-in, .ie9 .padded-options.indicator::after, .ie9 .email-preview .email-content table, .email-preview .email-content .ie9 table, .ie9 .faqs .answer.opened::before, .faqs .ie9 .answer.opened::before {
    opacity: 1; }

.zoom-in, header .open .dropdown-toggle.arrow-up:after {
  opacity: 0;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-animation: zoom-in 0.4s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards;
          animation: zoom-in 0.4s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards; }
  .ie9 .zoom-in, .ie9 header .open .dropdown-toggle.arrow-up:after, header .open .ie9 .dropdown-toggle.arrow-up:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.grow-wide, .btn-underlines .btn-underline.active:after {
  opacity: 0;
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  animation: grow-wide 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1 forwards; }
  .ie9 .grow-wide, .ie9 .btn-underlines .btn-underline.active:after, .btn-underlines .ie9 .btn-underline.active:after {
    opacity: 1;
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.grow-down, .padded-options.indicator:before, .faqs .question.opened::after {
  opacity: 0;
  -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
          transform: scaleY(0.2);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: grow-down 0.8s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards;
          animation: grow-down 0.8s cubic-bezier(0.6, 0, 0.1, 1) 0s 1 forwards; }
  .ie9 .grow-down, .ie9 .padded-options.indicator:before, .ie9 .faqs .question.opened::after, .faqs .ie9 .question.opened::after {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

.ambient-zoom {
  -webkit-animation: ambient-zoom 44s cubic-bezier(0.6, 0, 0.1, 1) 0s infinite alternate;
          animation: ambient-zoom 44s cubic-bezier(0.6, 0, 0.1, 1) 0s infinite alternate; }

.slide-in-left {
  -webkit-animation: slide-in-left 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1;
          animation: slide-in-left 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1; }

.slide-in-right {
  -webkit-animation: slide-in-right 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1;
          animation: slide-in-right 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1; }

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-animation: fade-in-up 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1 forwards;
          animation: fade-in-up 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1 forwards; }
  .ie9 .fade-in-up {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.hide-shortly {
  -webkit-animation: hide-shortly 1.2s cubic-bezier(0.6, 0, 0.1, 1) 6s 1 forwards;
          animation: hide-shortly 1.2s cubic-bezier(0.6, 0, 0.1, 1) 6s 1 forwards; }

@-webkit-keyframes hide-shortly {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; } }

@keyframes hide-shortly {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; } }

/* Fade animation */
@-webkit-keyframes ambient-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes ambient-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Fade animation */
@-webkit-keyframes widen {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes widen {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/* Fade animation */
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* Ambient zoom */
@-webkit-keyframes ambient-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
@keyframes ambient-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

/* Fade animation */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Fade animation */
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/* Grow downward for form option regions */
@-webkit-keyframes grow-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }
@keyframes grow-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes grow-wide {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes grow-wide {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-34px);
            transform: translateX(-34px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-34px);
            transform: translateX(-34px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(34px);
            transform: translateX(34px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(34px);
            transform: translateX(34px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/* Delayed animations for alerts and other banners */
.delay-1 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.delay-2 {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important; }

.delay-4 {
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
  transition-delay: 4s !important;
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important; }

.delay-8 {
  -webkit-transition-delay: 8s !important;
  -o-transition-delay: 8s !important;
  transition-delay: 8s !important;
  -webkit-animation-delay: 8s !important;
  animation-delay: 8s !important; }

.delay-10 {
  -webkit-transition-delay: 10s !important;
  -o-transition-delay: 10s !important;
  transition-delay: 10s !important;
  -webkit-animation-delay: 10s !important;
  animation-delay: 10s !important; }

.delay-12 {
  -webkit-transition-delay: 12s !important;
  -o-transition-delay: 12s !important;
  transition-delay: 12s !important;
  -webkit-animation-delay: 12s !important;
  animation-delay: 12s !important; }

.progress.thick-status {
  margin-bottom: 0;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 700;
  height: auto;
  overflow: inherit; }
  .progress.thick-status .progress-bar {
    padding: 1rem;
    text-align: center;
    color: #ca3c3b;
    background-color: #fff590;
    box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35); }

.progress.thin-status {
  overflow: hidden;
  height: 5px;
  margin-bottom: 0px;
  background-color: #777777;
  border-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute; }
  .progress.thin-status .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 0px;
    line-height: 0px;
    color: #ffffff;
    text-align: center;
    background-color: #acc034;
    box-shadow: none; }


/* ************************************************************************ */
/* ************************************************************************ */
.btn, .footerbutton, .footerbutton2 {
  padding: 6px 14px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), color 0.2s cubic-bezier(0.6, 0, 0.1, 1), box-shadow 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  font-weight: 400;
  border-radius: 4px;
  position: relative; }
  .btn .glyphicon, .footerbutton .glyphicon, .footerbutton2 .glyphicon {
    top: 3px; }

/* Mock button - no interaction, just an outlined box element really */
.btn-mock {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #222222;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn-mock .glyphicon {
    top: 3px; }

.btn-default {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #222222; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    background-color: #f9f9fa;
    color: #222222; }

.btn-wide {
  min-width: 250px; }

.btn-primary, .btn-warning, .btn-orange {
  border:1px solid transparent;
  background-color: #f68b1c;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-orange:hover, .btn-orange:focus, .btn-orange.focus {
    border:1px solid transparent;
    background-color: #ea7c09;
    color: #ffffff; }

.btn-secondary, .btn-success, .btn-green, .footerbutton, .footerbutton2 {
  border:1px solid transparent;
  background-color: #acc034;
  color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-green:hover, .footerbutton:hover, .footerbutton2:hover, .btn-green:focus, .footerbutton:focus, .footerbutton2:focus, .btn-green.focus, .focus.footerbutton, .focus.footerbutton2 {
    border:1px solid transparent;
    background-color: #96a82d;
    color: #ffffff; }

    .btn-group > .btn-green, .btn-group > .btn-orange {
      border:1px solid transparent;
    }

.btn-sm, .btn-xs, .btn-group-sm > .btn, .btn-group-sm > .footerbutton, .btn-group-sm > .footerbutton2 {
  padding: 4px 10px;
  font-size: 1.3rem; }
  .btn-sm .glyphicon, .btn-xs .glyphicon, .btn-group-sm > .btn .glyphicon, .btn-group-sm > .footerbutton .glyphicon, .btn-group-sm > .footerbutton2 .glyphicon {
    top: 4px; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .footerbutton, .btn-group-lg > .footerbutton2 {
  padding: 12px 16px;
  font-size: 2.2rem;
  min-height: 48px; }
  .btn-lg .glyphicon, .btn-group-lg > .btn .glyphicon, .btn-group-lg > .footerbutton .glyphicon, .btn-group-lg > .footerbutton2 .glyphicon {
    top: 5px;
    line-height: 1.5rem; }

.btn-xl, .btn-group-xl > .btn, .btn-group-xl > .footerbutton, .btn-group-xl > .footerbutton2 {
  padding: 20px 28px;
  font-size: 2.2rem;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }
  .btn-xl:hover, .btn-xl:focus, .btn-xl.focus, .btn-group-xl > .btn:hover, .btn-group-xl > .footerbutton:hover, .btn-group-xl > .footerbutton2:hover, .btn-group-xl > .btn:focus, .btn-group-xl > .footerbutton:focus, .btn-group-xl > .footerbutton2:focus, .btn-group-xl > .btn.focus, .btn-group-xl > .focus.footerbutton, .btn-group-xl > .focus.footerbutton2 {
    box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.35); }
  .btn-xl .glyphicon, .btn-group-xl > .btn .glyphicon, .btn-group-xl > .footerbutton .glyphicon, .btn-group-xl > .footerbutton2 .glyphicon {
    top: 2px; }

.btn-xxs, .btn-group-xxs > .btn, .btn-group-xxs > .footerbutton, .btn-group-xxs > .footerbutton2 {
  padding: 5px 8px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  border-radius: 3px;
  margin-bottom: 2px;
  margin-top: 2px; }
  .btn-xxs .glyphicon, .btn-group-xxs > .btn .glyphicon, .btn-group-xxs > .footerbutton .glyphicon, .btn-group-xxs > .footerbutton2 .glyphicon {
    top: 1px !important;
    font-size: 1.2rem;
    margin-left: 6px; }

.navbar-btn.btn-xxs {
  margin-top: 16px;
  margin-bottom: 16px; }

.padded-options {
  margin-left: 12px;
  padding-left: 24px;
  margin-bottom: 12px;
  padding-top: 10px; }
  .padded-options.indicator:before {
    border-left: 2px solid #d9d9d9;
    content: "";
    position: absolute;
    display: block;
    left: 26px;
    height: 100%;
    display: block;
    top: -5px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  .padded-options.indicator::after {
    position: absolute;
    left: 20px;
    color: #cdcdcd;
    content: "\2022";
    font-size: 40px;
    bottom: -4px; }

.form-control {
  font-size: 1.6rem;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #222222;
  height: 36px; }

.form-control-static {
    padding-top: 4px;
    padding-bottom: 4px;
  }

.input-sm, select.input-sm {
  font-size: 1.3rem;
  line-height:1.5rem;
}

.input-lg, select.input-lg {
  height: 48px;
  border-radius: 4px;
  font-size: 2.2rem;
  line-height:3rem;
}

/* ************************************************************************ */
/* ************************************************************************ */
.nav-tabs {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500; }
  .nav-tabs .badge {
    top: -1px;
    font-size: 1.1rem;
    padding: 3px 5px;
    line-height: 1rem;
    position: relative; }

.nav-tabs > li > a {
  color: #f68b1c;
  transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  margin: 0; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #f68b1c;
    color: #fff;
    outline: none; }
    .nav-tabs > li > a:hover .nav-digit, .nav-tabs > li > a:focus .nav-digit {
      color: #ffffff; }

.nav-tabs > li.active > a .nav-digit {
  color: #222222; }

.nav-digit {
  font-size: 2.4rem;
  margin-top: .8rem;
  color: #d9d9d9;
  font-weight: 700;
  line-height: 0;
  float: left;
  margin-right: 6px; }
/* End header */




/* ************************************************************************ */
/* ************************************************************************ */
footer {
  margin-top:-1px;
  border-top: 6px solid #fefde6;
  padding: 2.6rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcebbb+0,fdfce6+17 */
  background: #fefde6;
  /* Old browsers */
  background: linear-gradient(to bottom, #fcebbb 0%, #fdfce6 17%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcebbb', endColorstr='#fdfce6',GradientType=0 );
  /* IE6-9 */ }

  footer .h3 {
    margin-bottom: 1rem; }
  footer .genius-search-tools {
    padding-top: 2.6rem; }
    @media (min-width: 1200px) {
      footer .genius-search-tools {
        padding: 20px;
        margin: -20px -20px -20px;
        /* Hover transitions - removed because of ad placement, maybe future addition */
        /*
      transition:background-color $speed $easing, box-shadow $speed*2 $easing, transform $speed $easing;

      .h2 {
        color:$white;
        opacity:0;
        transition:color $speed*2 $easing, opacity $speed $easing;
      }

      &:hover {
        background-color:$white;
        box-shadow:$orange-shadow-deep;
        transform:translateY(-8px);

        .h2 {
          color:$black;
          opacity:1;
        }
      }

      */ } }
  footer ul {
    padding: 0;
    margin-bottom: 2rem; }
    footer ul li {
      list-style: none;
      font-size: 1.3rem;
      line-height: 1.6rem;
      margin-bottom: .8rem; }
  footer .collapsible.in, footer .collapsible.collapsing {
    display: block !important; }
  @media (min-width: 992px) {
    footer .collapsible {
      display: block !important;
      visibility: visible !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .collapsible {
      display: block !important;
      visibility: visible !important; } }

.socmedia {
  margin-top: 4rem;
  text-align: center; }
  .socmedia .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 4px;
    transition: -webkit-filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: filter 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    /*
    &.pin {
      color:$pinterest-color;
    }
    &.insta {
      color:$instagram-color;
    }
    &.twit {
      color:$twitter-color;
    }
    &.face {
      color:$facebook-color;
    }
    */ }
    .socmedia .icon:hover, .socmedia .icon:focus {
      -webkit-filter: brightness(0.85);
              filter: brightness(0.85); }

.sub-footer {
  padding: 1rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3cf35+0,f2a930+100 */
  background: #f68b1c;
  /* Old browsers */
  color: #ffffff;
  font-size: 1.3rem; }
  .sub-footer .logo {
    width: 150px;
    height: 36px;
    float: left;
    margin-right: 2rem; }
    @media (max-width: 991px) {
      .sub-footer .logo {
        float: none;
        max-width: 200px;
        text-align: center;
        margin: 1rem auto; } }
  .sub-footer .copyright {
    float: left;
    padding-top: 10px; }
    @media (max-width: 991px) {
      .sub-footer .copyright {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto; }
      }
  .sub-footer .login {
    float: right;
    padding-top: 10px; }
    @media (max-width: 991px) {
      .sub-footer .login {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto; } }
  .sub-footer .copyright a, .sub-footer .login a {
    color: white; }

  .sub-footer .lumaverse-logo {
    width: 130px;
    float: right;
  }
  @media(max-width:991px) {
    .sub-footer {
      text-align: center;
    }
    .sub-footer .logo {
      float: none;
      margin: 1rem auto 0.2rem;
      display: inline-block;
    }
    .sub-footer .lumaverse-logo {
      float: none;
      text-align: center;
      display: inline-block;
      margin: 1rem 0 0 3rem;
    }
  }
/* ************************************************************************ */
/* ************************************************************************ */
.ppic {
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  /* edit class for camera styling on ppic for follow me */ }
  .ppic.ppic-256 {
    width: 256px;
    height: 256px;
    line-height: 256px;
    font-size: 128px; }
  .ppic.ppic-128 {
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 64px; }
  .ppic.ppic-64 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px; }
  .ppic.ppic-34 {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    background-color: #f68b1c; }
  .ppic.ppic-30 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px; }
  .ppic.ppic-edit-30 {
    display: none; }
  .ppic.ppic-edit-64 {
    background-color: #ffffff;
    position:relative;
    z-index:20;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.3rem;
    margin-top: -20px;
    margin-left: 40px;
    display: block;
    box-shadow: 0 3px 30px -3px rgba(246, 139, 28, 0.25);
    transition: box-shadow 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: box-shadow 0.2s cubic-bezier(0.6, 0, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: box-shadow 0.2s cubic-bezier(0.6, 0, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    -webkit-transform: translate3d(0, 0, 0); }
  .ppic.ppic-edit-128 {
    display: none; }
  .ppic.ppic-edit-256 {
    display: none; }

/* profile pic selection button */
.ppic-btn {
  width: 185px; }

/* checkmark next to button on settings page */
.ppic-chk {
  color: #f68b1c; }


/* Remove BoolUI and replace with new V2 to match button */
/* ************************************************************************ */
/* ************************************************************************ */
.bool-slider {
  border: 1px solid #777777;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(34, 34, 34, 0.35);
  height: 30px;
  width: 90px;
  border-radius: 30px;
  margin-left: 1.8rem; }

.bool-slider.false .inset {
  background-color: #777777;
  /* not used ?
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #555555 #ffffff #ffffff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*/
  box-shadow: inset 0 1px 2px #222222; }

.bool-slider.false .inset .control {
  float: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.bool-slider.false .inset .control:after {
  content: 'OFF';
  position: relative;
  right: -125%;
  top: 10%;
  color: white; }

.bool-slider.true .inset {
  background-color: #acc034;
  border-color: #777777 #777777 #222222;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bool-slider.true .inset .control {
  float: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.bool-slider.true .inset .control:before {
  content: 'ON';
  position: relative;
  left: -120%;
  top: 10%; }

.bool-slider .inset {
  width: 100%;
  height: 100%;
  border-radius: 30px; }

.bool-slider .inset .control {
  background-color: #222222;
  width: 35%;
  height: 100%;
  background-color: #f4f4f5; }

.bool-slider.disabled .inset .control {
  float: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.bool-slider .inset .control:hover {
  cursor: pointer; }

.bool-slider.disabled {
  color: #ffffff;
  border: 1px solid #ffffff;
 }

.bool-slider.disabled .inset .control:after {
  content: 'OFF';
  position: relative;
  right: -125%;
  top: 10%;
  color: #ffffff; }

.bool-slider.disabled .inset {
  background-color: #f4f4f5;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #555555 #ffffff #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3); }

.bool-slider.disabled .control {
  cursor: default; }

/* ************************************************************************ */
/* ************************************************************************ */
.toggle-slider-group {
  margin-bottom: 5px;
  overflow: hidden; }
  .toggle-slider-group a {
    cursor: pointer;
    color: #222222;
    display: block;
    overflow: hidden; }
  .toggle-slider-group :first-child {
    text-align: right; }
  .toggle-slider-group :last-child {
    text-align: left; }
  .toggle-slider-group .toggle-option {
    float: left;
    min-width: 50px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 2.2rem; }
  .toggle-slider-group .toggle-slider {
    float: left; }

.toggle-slider {
  border: 1px solid #777777;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(34, 34, 34, 0.35);
  height: 30px;
  width: 50px;
  border-radius: 30px;
  margin: 0 1rem; }

.toggle-slider.false .inset {
  background-color: #777777;
  box-shadow: inset 0 1px 2px #222222; }

.toggle-slider.false .inset .control {
  float: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.toggle-slider.true .inset {
  background-color: #acc034;
  border-color: #777777 #777777 #222222;
  border-color: #777777;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.toggle-slider.true .inset .control {
  float: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.toggle-slider .inset {
  width: 100%;
  height: 100%;
  border-radius: 30px; }

.toggle-slider .inset .control {
  background-color: #222222;
  width: 60%;
  height: 100%;
  background-color: #f4f4f5; }

.toggle-slider.disabled .inset .control {
  float: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 16px -2px rgba(34, 34, 34, 0.15); }

.toggle-slider .inset .control:hover {
  cursor: pointer; }

.toggle-slider.disabled {
  color: #ffffff; }

.toggle-slider.disabled .inset {
  background-color: #f4f4f5;
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #555555 #ffffff #ffffff;
  border-color: #777777;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3); }

.toggle-slider.disabled .control {
  cursor: default; }


  .right.carousel-control {
    z-index: 1;
    background-image: none;
    -webkit-filter: none;
            filter: none; }
  .left.carousel-control {
    z-index: 1;
    background-image: none;
    -webkit-filter: none;
            filter: none; }


/*************************************************************************
 * Learn More Modals (w/ Pro Badge Styling)
 *************************************************************************/
  .modal-learn-more .modal-header h2 {
    display: inline-block;
  }
  .modal-learn-more .modal-header .subheader {
    display: block;
    clear: both;
  }
  .modal-learn-more .modal-header .pro-icon {
    vertical-align: top;
    margin-top: 6px;
    width: 34px;
  }
  .modal-learn-more .modal-header .btn-pro-trial {
    margin-top: 7px;
  }
  .modal-learn-more .modal-body {
    clear: both;
  }

  .modal-learn-more .modal-v1-header h2 {
    display: inline-block;
  }
  .modal-learn-more .modal-v1-header .subheader {
    display: block;
    clear: both;
  }
  .modal-learn-more .modal-v1-header .pro-icon {
    vertical-align: top;
    margin-top: 6px;
    width: 34px;
  }
  .modal-learn-more .modal-v1-header .btn-pro-trial {
    margin-top: 7px;
  }
  .modal-learn-more .modal-v1-body {
    clear: both;
  }




  /* New member side menu and container styling */

  /* ************************************************************************ */
  /* ************************************************************************ */
  .member-blocks--sidebar {
    float: left;
    width: 70px;
    position: relative;
    min-height: 1px;
    margin-right: 30px;
    text-align: center; }

  .member-blocks--maincontent {
    float: left;
    width: calc(100% - 100px);
    position: relative;
    min-height: 1px; }

    .member-blocks--maincontent-wide {
      float: left;
      width: calc(100% - 290px);
      position: relative;
      min-height: 1px; }

    .member-blocks--maincontent-narrow {
      float: left;
      width: calc(100% - 430px);
      position: relative;
      min-height: 1px; }

    .member-blocks--marketing-wide {
      float: left;
      width: 300px;
      position: relative;
      min-height: 1px;
      margin-left: 30px; }

    .member-blocks--marketing-narrow {
      float: left;
      width: 160px;
      position: relative;
      min-height: 1px;
      padding-left: 30px; }

    /* ************************************************************************ */
    /* ************************************************************************ */
    .member-sidebar--profile {
      position: relative; }

    .member-sidebar--guest {
      position: relative; }
      .member-sidebar--guest:after {
        -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
                transform-origin: bottom;
        top: -22px;
        left: 36px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(248, 127, 24, 0);
        border-top-color: #f4f4f5;
        border-width: 14px;
        margin-left: -14px;
        z-index: 1040; }

    .member-sidebar--profile-image {
      text-align: center;
      border-radius: 50%;
      background: #ffffff;
      overflow: hidden;
      /* Size change per dan 12.7.17 tb */
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
      /* adjusted margin 12.7.17 */
      margin-bottom: 5px;
      /* remove shadow per dan 12.7.17 tb */
      /*box-shadow: $black-shadow-active;*/
      /* no shadow per dan */
      /* adjust margin 12.7.17 tb */
      margin: 0 auto 5px;
      /* Added profile pic size 12.7.17 tb*/
      /* profile pic image 40x40 per Dan */ }
      .member-sidebar--profile-image > div.ng-scope > img.profile-pic-image {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        height: 40px;
        width: 40px; }
      .member-sidebar--profile-image a {
        display: inline-block; }

    .member-sidebar--profile-initials {
      position: relative;
      background-color: #fff590;
      color: #f68b1c; }

    .member-sidebar--profile-image-edit {
      text-align: center;
      border-radius: 50%;
      overflow: hidden;
      /* New icon style, similar to website, 12.7.17 tb */
      color: #f68b1c;
      background-color: #ffffff;
      width: 20px;
      height: 20px;
      position: absolute;
      z-index: 20;
      line-height: 22px;
      font-size: 1.3rem;
      bottom: -6px;
      right: 4px;
      display: block;
      -webkit-transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      -o-transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      /* Centers cog left to right better, 12.7.17 tb */ }
      .member-sidebar--profile-image-edit > .glyphicon {
        width: 12px; }
      .member-sidebar--profile-image-edit:hover, .member-sidebar--profile-image-edit:focus {
        color: #d67109;
        background-color: #ffffff; }
      .member-sidebar--profile-image-edit a {
        color: #ffffff; }

    .member-sidebar--profile-name {
      font-size: 1.3rem;
      line-height: 1.8rem;
      /* Added truncation, keep name on one line, even with spaces 12.7.17 tb */ }
      .member-sidebar--profile-name .trunc {
        white-space: nowrap;
        overflow: hidden;
        overflow-wrap: unset;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .member-sidebar--profile-name a {
        color: #777777; }
        .member-sidebar--profile-name a:hover, .member-sidebar--profile-name a:focus {
          color: #f68b1c; }

    .member-sidebar--menu {
      margin: 10px 0 0;
      padding: 0;
      font-size: 1.3rem; }
      .member-sidebar--menu li {
        list-style: none;
        /* change height of li item to 66px, 12.7.17 tb */
        height: 67px; }
        .member-sidebar--menu li:hover .menu-icon, .member-sidebar--menu li:focus .menu-icon, .member-sidebar--menu li:active .menu-icon {
          /* Reduced scale on icon. 12.7.17 tb */
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          background-color: #f68b1c;
          margin: 0 auto -1px; }
        .member-sidebar--menu li:hover .menu-icon-fill, .member-sidebar--menu li:focus .menu-icon-fill, .member-sidebar--menu li:active .menu-icon-fill {
          fill: #ffffff;
          color: #ffffff; }
        .member-sidebar--menu li:hover .menu-label, .member-sidebar--menu li:focus .menu-label, .member-sidebar--menu li:active .menu-label {
          color: #f68b1c; }
        .member-sidebar--menu li.active {
          padding-bottom: 2px; }
          .member-sidebar--menu li.active .menu-icon {
            background-color: #777777;
            margin: 0 auto -1px; }
          .member-sidebar--menu li.active .menu-icon-fill {
            fill: #ffffff;
            color: #ffffff; }
          .member-sidebar--menu li.active .menu-label {
            color: #222222; }
      .member-sidebar--menu .menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        margin: 0 auto -1px;
        /*-6px;*/
        -webkit-transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), margin 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        transition: background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), margin 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        -o-transition: transform 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), margin 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        transition: transform 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), margin 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        transition: transform 0.2s cubic-bezier(0.6, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.6, 0, 0.1, 1), margin 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.1, 1); }
      .member-sidebar--menu .menu-icon-fill {
        fill: #d9d9d9;
        color: #d9d9d9;
        -webkit-transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1), fill 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        -o-transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1), fill 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1), fill 0.2s cubic-bezier(0.6, 0, 0.1, 1); }
      .member-sidebar--menu .menu-label {
        position: relative;
        z-index: 1; }
      .member-sidebar--menu a {
        color: #777777; }

    .member-sidebar--popover-menu {
      padding: 1.3rem;
      min-width: 100px;
      background-color: #ffffff;
      top: 18px;
      left: 70px;
      border: 0;
      opacity: 0;
      -webkit-transform: scale(0.96) translateX(-10px);
          -ms-transform: scale(0.96) translateX(-10px);
              transform: scale(0.96) translateX(-10px);
      -webkit-transition: opacity 0.05s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), -webkit-box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1);
      transition: opacity 0.05s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), -webkit-box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1);
      -o-transition: transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.05s cubic-bezier(0.6, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1);
      transition: transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.05s cubic-bezier(0.6, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1);
      transition: transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), opacity 0.05s cubic-bezier(0.6, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.05s cubic-bezier(0.6, 0, 0.1, 1), -webkit-box-shadow 0.4s cubic-bezier(0.6, 0, 0.1, 1);
      display: block;
      z-index: -1;
      font-size: 1.6rem; }
      .member-sidebar--popover-menu:after {
        bottom: 100%;
        top: 14px;
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 14px; }

    .open .member-sidebar--popover-menu {
      opacity: 1;
      z-index: 1000;
      -webkit-transform: scale(1) translateX(0);
          -ms-transform: scale(1) translateX(0);
              transform: scale(1) translateX(0);
      -webkit-box-shadow: 0 10px 50px -10px rgba(246, 139, 28, 0.65);
              box-shadow: 0 10px 50px -10px rgba(246, 139, 28, 0.65); }

    /* ************************************************************************ */
    /* ************************************************************************ */
  .member-alert--infobar {
    text-align: center;
    padding: 8px;
    color: #777777;
    background-color: #f4f4f5;
    font-size: 1.3rem; }

  .member-alert--content {
    position: relative;
    margin: 0 auto; }

    /* ************************************************************************ */
    /* ************************************************************************ */
    .btn-underlines {
        margin-left: -15px;
    }
    .btn-underlines .glyphicon {
        -webkit-animation: fade-in-up 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1;
        animation: fade-in-up 0.8s cubic-bezier(1, 0.05, 0.2, 1) 0s 1; }
        .btn-underlines .btn-underline {
        text-align: center;
        position: relative;
        background: none;
        color: #fabd7e;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 1rem;
        -webkit-transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        -o-transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
        transition: color 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    }
    .btn-underlines .btn-underline:after {
        position: relative;
        display: block;
        content: "";
        width: 0%;
        margin-top: 1rem;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
        -o-transition: transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.6, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.1, 1);
        border-bottom: 5px #f9f9fa solid;
    }
    .btn-underlines .btn-underline:hover, .btn-underlines .btn-underline:focus {
        outline: none;
        color: #f68b1c;
    }
    .btn-underlines .btn-underline:hover:after, .btn-underlines .btn-underline:focus:after {
        border-bottom-color: #f4f4f5;
    }
    .btn-underlines .btn-underline.active {
        color: #f68b1c;
    }
    .btn-underlines .btn-underline.active:after {
        width: 100%;
        border-bottom-color: #f68b1c;
    }
    h3, .btn-underlines .btn-underline {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin: 5px auto;
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 2.4rem;
    }
    h3.hstack, .btn-underlines .hstack.btn-underline {
        margin-top: 2.2rem;
    }

  /*************************************************************************
   * Browser-Specific classes
  *************************************************************************/
  /* IE 6,7,8 */
  @media \0screen\,screen\9 {
    .hide-on-ie { display:none; }
  }

  /* IE 9 */
  @media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    .hide-on-ie { display:none; }
  }

  /* IE10 and 11 */
  @media all and (-ms-high-contrast:none){
    .hide-on-ie { display:none; } /* IE10 */
    *::-ms-backdrop, .hide-on-ie { display:none; } /* IE11 */
  }

  /*************************************************************************
   * Social media icons for old wizard
  *************************************************************************/
  .owizard .sock-sharing-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 4px;
    -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: -webkit-filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    -o-transition: filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
    transition: filter 0.2s cubic-bezier(0.6, 0, 0.1, 1), -webkit-filter 0.2s cubic-bezier(0.6, 0, 0.1, 1);
  }

  .pin-color {
    color: #cb2027;
    fill: #cb2027;
  }
  .insta-color {
    color: #ff0084;
    fill: #ff0084;
  }
  .twit-color{
    color: #55acee;
    fill: #55acee;
  }
  .face-color {
    color: #3B5998;
    fill: #3B5998;
  }
  .remind-color {
    color:#2866a8;
    fill: #2866a8;
  }

/***************************************************************************************************************************************************************************/
/* Profile Pic Styles - Duplicated here from _settings.scss for use on onboarding modal becasue it can't use sugStyleV2 without breaking the layout of the my account page */
/***************************************************************************************************************************************************************************/
  .l-onboarding-modal {
    max-width:400px !important;
  }

  .l-profile-pic h2 {
    color: #000000;
  }
  .l-profile-pic .circle-button {
      min-width: 50px;
      min-height: 50px;
      border: 0px;
      border-radius: 50%;
      background-color: #d9d9d9;
      color: #ffffff;
      font-size: large;
  }
  .l-profile-pic .circle-button-active {
		background-color: #f68b1c !important;
	}
	.l-profile-pic .center-modal-div {
		display: flex;
		justify-content: center;
		text-align: center;
		min-width: 100px;
	}
	.l-profile-pic .edit-badge {
		width: 30px;
		height: 30px;
		border: 0px;
		border-radius: 50%;
		background-color: #d9d9d9;
    color: #333333;
    margin-top: 100px;
    margin-left: -30px !important;
    z-index: 1000
	}
	.l-profile-pic .l-profile-pic .button-overlay-image {
		position: absolute;
		margin-top: -33px;
		margin-left: -33px;

		@media (max-width:1199px) {
			margin-left: -13px;
		}
	}
	.l-profile-pic .button-overlay-image-withsidebar{
		position: absolute;
		margin-top: -33px;
		margin-left: -23px;

		@media(max-width:1199px)  {
			margin-left: -13px;
		}
  }

  @media all and (-ms-high-contrast:none){
    .l-profile-pic .button-overlay-image-withsidebar { margin-left:80px; } /* IE10 */
    *::-ms-backdrop, .l-profile-pic .button-overlay-image-withsidebar { margin-left:80px; } /* IE11 */
  }

	.l-profile-pic .cropArea {
		background: #eeeeee;
	}
	.l-profile-pic .crop-area-text-overlay {
		margin-top: -160px;
		font-size: larger;
		color: #999999;
		font-weight: 600;
	}
  .l-profile-pic .cta-image {
    width: 125px;
    margin-top: 15px;
  }
  .l-profile-pic .cta-text-container {
    height: 150px;
    line-height: 150px;
  }
  .l-profile-pic .cta-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
  }
  .l-profile-pic .cta-btn {
    margin: 15px
  }
  @media (min-width: 991px) and (max-width: 992px) {

    header.header--responsive .container {
      width: 970px;
    }

    header.header--responsive .container .create-btn-hide {
      display: none;
    }
  }