/*-----------------------------------------------------
[Style Sheet for "Update Page"]

Last Change: 03/26/20
-----------------------------------------------------*/

@import "../../../shared-assets/css/fonts.css";
@import "../../../shared-assets/css/all.css";

/*=================================
    Global styles
==================================*/

html,
body {
    height: 100%;
    margin: 0;
}

.product-fix {position: relative;}
.btn-bottm-align {position: fixed;bottom:0;}

.bootstrap-wrapper {
    overflow: visible;
}

body {
    color: #303030;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
    color: #303030;
    font-weight: bold;
    margin: 0 0 6px;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}

p {
    line-height: 1.5rem;
}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
    color: #303030;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Global Button & Link Styles */
.btn-primary {
    background-color: #e90b5a;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}

.btn-singleUse {
    background-color: #ef4262;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}

.btn-secondary {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}

a.link__moods {
    line-height: 1;
    color: #636466;
    padding: 0 0 4px 0;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
  
  a.link__moods:hover {
    color: #636466;
    text-decoration: none;
  }
    
  a:focus.link__moods {
    color: #636466 !important;
    text-decoration: none;}
a.primary-link{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link{
        color: #000000;
        text-decoration: none;}

    a.primary-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link {
        color: #000000 !important;
        font-size: .875rem;
        text-decoration: none;}

a.primary-link-goals{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link-goals{
        color: #000000;
        text-decoration: none;}

    a.primary-link-goals:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link-goals:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link-goals {
        color: #000000 !important;
        font-size: 1rem;
        text-decoration: none;}

a.primary-text-link{
    color: #000000;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 2px;}

    a:hover.primary-text-link{
        color: #000000;
        text-decoration: none;}

    a.primary-text-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .3s;}

    a.primary-text-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(2);
        -moz-transform: scaleY(2);
        transform: scaleY(2);
        transition-duration: .3s;}

    a:focus.primary-text-link {
        color: #000000 !important;
        text-decoration: none;}

a.secondary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;}

    a:hover.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

    a:focus.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

a.tertiary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;}

    a:hover.tertiary-link {
        color: #303030;
        text-decoration: none;}

    a:focus.tertiary-link {
        color: #303030;
        text-decoration: none;}
a.disable-link {pointer-events: none;}
a.p-link {
  color: #303030;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 2px;
  }

a.p-link:hover {
  color: #303030;
  text-decoration: none;
}

a.p-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #303030;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top left;
}

a.p-link:hover:before {
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -o-transform: scaleY(2);
  transform: scaleY(2);
}
/* Margins. Bootsrap 4 now has new methods of adding margins and padding */
.top-5 {margin-top: 5px;}
.top-10 {margin-top: 10px;}
.top-20 {margin-top: 20px;}
.top-30 {margin-top: 30px;}
.top-40 {margin-top: 40px;}
.top-50 {margin-top: 50px;}
.top-60 {margin-top: 60px;}
.top-70 {margin-top: 70px;}
.top-80 {margin-top: 80px;}

.bottom-5 {padding-bottom: 5px;}
.bottom-10 {padding-bottom: 10px;}
.bottom-20 {padding-bottom: 20px;}
.bottom-30 {padding-bottom: 30px;}
.bottom-40 {padding-bottom: 40px;}
.bottom-50 {padding-bottom: 50px;}
.bottom-60 {padding-bottom: 60px;}
.bottom-70 {padding-bottom: 70px;}
.bottom-80 {padding-bottom: 80px;}

.no-padding {
    padding-left: 0  !important;
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0  !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.container-fluid {
    padding-top: 0 !important;
}

/* Styles for Ulta header */


/* Flex fix for older Safari browswers.  Must be included for every "ROW" */
.flexfix.container:before,
.flexfix.container:after,
.flexfix.row:before,
.flexfix.row:after {
   content: normal;
}

/* Class for coloring and giving height to BS cols in example. Comment out or remove before you start a project
.bootstrap-wrapper [class^="col"] {
    background: rgba(152, 214, 245, 0.73);
    border: 1px solid rgba(86,61,124,.2);
    min-height: 50px;} */

.col-padding {
    padding: 15px;
}

/*================================
    Global Styles
==================================*/

.bootstrap-wrapper {
    margin-left: 210px;
    /* overflow: hidden; */
}

hr.grey-center {
    border-top: 1px solid #cccccc;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

/*=================================
   Update Page
==================================*/

.update-container {
    padding: 25px 0;
}

.update-main__header-ceo {
    padding-top: 10px;
    display: inline-block;
}

.update-container__hr {
    margin: 15px 0;
    border-top: 2px solid #F26B1C;
    /* max-width: 180px; */
    width: 100%;
}

.bootstrap-wrapper .container__dateline {
    line-height: 1.25;
}

.bootstrap-wrapper .update-main__dateline-gray {
    color:#636466;
}

/*=================================
   Sidebar
==================================*/

.update-sidebar-container {
    padding: 50px 0 0 0;
}

.sidebar-icon {
    font-size:42px;
    color:#303030;
    padding: 0 0 10px 0;
}

.icon-padding {
    padding-top: 25px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .bootstrap-wrapper {
        margin-left: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .update-sidebar-main {
        padding: 0 0 0 0;
    }
    .update-sidebar-container {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 576px) {
    
}

@media (max-width: 320px) {
    
}