/* Color
========================================================================== */
/* Typography
========================================================================== */
/* Change px to ems based on base font-size */
body {
  font-size: 1em;
  background-color: #F7F7F7;
}

/* Accessibility
========================================================================== */
/* suppress focus ring on form controls for mouse users */
[data-whatintent='mouse'] *:focus {
  outline: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Elements
========================================================================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*:focus,
input:focus,
select:focus,
button:focus {
  outline: 3px solid #3dbbdb !important;
  overflow: -moz-hidden-unscrollable;
}


body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham A', 'Gotham B', 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #572C86;
}

img,
embed,
object,
video {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}

a {
  text-decoration: none;
color: #572C86;
    
}

a:visited {
  text-decoration: none;
color: #572C86;
    
}
 

/* Typography
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  text-transform: uppercase;
}

h1, h2 {
  font-size: 2.5em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 1280px) {
  h1, h2 {
    font-size: 2em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 1.5625em;

    font-weight: 800;
  }
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.title {
  margin-top: 0;
}

.title.wrap {
  margin-bottom: 0.67em;
}

.section-title {
  margin: 0;
  padding: 0.825em 0 0.625em;
}

/* Helpers
 ========================================================================== */
.section + .section {
  margin: 25px auto;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social-law {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.button-wrap {
  text-align: center;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background: #572C86;
  color: #fff;
  cursor: pointer;
}

.button:visited {
  background: #572C86;
  color: #fff;

}


.button-secondary {
  background: #CAAED6;
  color: #572C86;
}

.button-secondary:visited {
  background: #CAAED6;
  color: #572C86;
}

.button-tertiary {
  background: #ffffff;
  color: #038087;
}

.button-tertiary:visited {
  background: #ffffff;
  color: #038087;
} 
.button-four {
  color: #ffffff;
  background: #038087;
}

.button-four:visited {
  color: #ffffff;
  background: #038087;
}


input[type="submit"].button {
  height: auto;
}


@media screen and (max-width: 750px) {
.button { 
	display: block;

 margin: 0 auto;
}
}
/* Layout
========================================================================== */
.wrap {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}

.wrap-large {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.wrap-large {
    width: 90%;
   
}
}
/* Sections
 ========================================================================== */
.page-header {
  padding: 4em 2em;
  font-size: 1.875em;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.page-header a {
  color: #fff;
}

.social-header {
  color: #fff;
  background: #572C86;
  padding: 0.8em;
  font-size: 1em;
  display: flex;
}
@media screen and (max-width: 550px) {
	.social-header {

  font-size: .8em;
}

	}
.social-header a {
  color: #fff;
}

.social-header .purple-bar {
	display: flex;
	flex-wrap: wrap;
}
.social-header .social {
 
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 50%;
}

.social-header .social-law {
 
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex: 50%;
}

.social-header .search {

  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
width: 400px;
}

.search .gsc-control-cse {
   background-color: #ffffff00;    
   border: none; 
   padding: 1em 0;
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
}

.search .gsc-input-box {
    padding-top: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search .gsc-search-button-v2, .search .gsc-search-button-v2:hover, .search .gsc-search-button-v2:focus {
    font-size: 0;
    padding: 10px 27px;
    width: auto;
    vertical-align: middle;
 border: none;
    border-radius: 2px;
    
    background-color: #CAAED6;
  }
  
 .search .gsc-search-button-v2 svg {
    fill: #572C86;
}


.search .gsst_a .gscb_a {
    color: #572C86;
   
}

.gsc-wrapper {
    
    padding-bottom: 50px;
}

.social-header p {
  margin: 0;
  padding: 0 0.5em 0 0;
}

.social-header li {
  margin: 0 0.5em;
}

.social-header li:last-child {
  margin-right: 0;
}

.social-header .law-logo {
	margin-right: 20px;
}

@media screen and (max-width: 850px){
	.social-header .social {

  flex: 100%;
  justify-content: center;
}

	.social-header .social-law {

  flex: 100%;
  justify-content: center;
}

.social-header .search {

padding-top: 10px;
  flex: 100%;
}

}


.countdown .wrap {
  position: relative;
}

.give-early {

	position: relative;

	}

.give-early .gift-wrapper {
   background: #572C86;
    position: absolute;
    right: 0;
    display: inline-block;
    margin: 150px 0px 0px;
    width: 336px;
    text-align: center;
    z-index: 10;

    }



    @media screen and (max-width: 950px) {

	    .give-early .gift-wrapper{
		     margin: 80px 0px 0px;

		     width: auto;
	    }
	    .give-early .button {

	font-size: 1.125em;
}

    }
     @media screen and (max-width: 550px) {
	       .give-early .gift-wrapper {
    margin: 10px 0px 0px;

    width: auto;
    position: relative;
    display: block;
    }

.give-early .button {

	font-size: 1em;
}


     }




@media screen and (max-width: 950px) {
  .countdown {
    background: #038087;
  }
}

span#cd-text{
	color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

span#countdownHashtag {
    font-weight: 500;
}

#p-countdown {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #038087;
  margin: 0;
  padding: 1em;
  font-size: 1.125em;
  font-weight: 400;
}

span.days, span.hours, span.minutes, span.secs{
    background-color: #fff;
    border: 5px solid #0CA9AF;
    border-radius: 50%;
    min-height: 65px;
    min-width: 65px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    margin-right: 10px;
    color: #57068C;
}

span.days span.label, span.hours span.label, span.minutes span.label, span.secs span.label {
	font-weight: 800;
}

@media screen and (max-width: 950px) {
  #p-countdown {
    position: static;
    display: block;
    width: auto;
    padding: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  #p-countdown {
    font-size: 1em;
  }
}



.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}

.navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 1280px) {
  .header {
    align-items: flex-end;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 950px) {
  .header {
    align-items: center;
    margin-bottom: 20px;
  }
  .navigation {
	  position: relative;
	  }
}

@media screen and (max-width: 850px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.logo {
  flex: 0 1 218px;
      margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .logo {
    flex: 0 1 calc(218px - 4vw);
  }
}

@media screen and (max-width: 800px) {
  .logo {
    flex: auto;
  }
}

.logo img {
  max-width: 218px;
  margin: 17px 0px 0px;
}

@media screen and (max-width: 950px) {
  .logo img {
    width: 20vw;
    min-width: 130px;
    max-width: 180px;
    margin: 25px 0 0;
  }
}

nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    color:#572C86; 
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }
  
   
  
  .nav li:first-child {
	  margin-left: 0px;
	  }
	  
	   .nav li:last-child {
	  margin-right: 0px;
	  }
 
  .nav{  
    vertical-align: top; 
    display: flex;
    
  }
 
 
   
   /* submenu positioning*/
.nav ul.sub-menu {
  position: absolute;
  white-space: nowrap;
background-color: #572C86;
  z-index: 10;
      flex-flow: column;
    align-items: flex-start;
  left: -99999em;
}

.navigation .sub-menu-item  {
    display:block; 
    
    color:#ffffff; 
    text-decoration: none;
    padding: 0em 1em 1em;
    text-transform: uppercase;
 position: relative;
  }
  
  .sub-menu .sub-menu-item li a {
    color:#ffffff; 
    
  }
.nav > li:hover > ul {
  left: auto;
  
  
}
.nav > li li ul {  border-left:1px solid #fff;}

.nav li.sub-menu-item:first-child {
	  margin-left: 1em;
	  }
	  
	   .nav li.sub-menu-item:last-child {
	  margin-right: 1em;
	  }


@media screen and (max-width: 850px) {
  .navigation {
    width: 100%;
    border-bottom: 15px solid #fff;
    background: #572C86;
    margin-top: 10px;
  }
  .enhanced .navigation {
    display: none;
  }
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  white-space: nowrap;
}

@media screen and (max-width: 850px) {
  .navigation ul {
    justify-content: center;
    flex-direction: column;
    background: #572C86;
    padding: 0;
  }
  .navigation ul li {
    margin: 0.5em 0;
  }
  .navigation ul a {
    color: #fff;
  }
  .navigation ul li {
    color: #fff;
  }

  .nav ul.sub-menu {
    position: relative;
   align-items: center;
    left: 0;
        padding-bottom: 0;
       
}


 .nav > li:hover > ul {
  left: auto;
    
  
}

.sub-menu .sub-menu-item li:last-child {
	padding-bottom: 0em;
}

.menu-item.menu-item--2 {
    padding-top: 0px;
}

.navigation .sub-menu-item {
	
	margin: 1em;
}

.sub-menu-item.menu-item--1b {
    margin-bottom: 0;
}


.menu-item-1 {
	display: none;
}

}

.navigation li {
   margin: 1em 1em 0em;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: right;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  .navigation li {
    font-size: 1.25rem;
    margin: 1em 0.8em 0em;
  }
}

@media screen and (max-width: 1030px) {
  .navigation li {
    font-size: 1.12rem;
    margin: 1em 0.6em 0em;
  }
}

@media screen and (max-width: 950px) {
  .navigation li {
    font-size: 1rem;
   
  }
}

@media screen and (max-width: 890px) {
  .navigation li {
    font-size: 1rem;
  }
}

@media screen and (max-width: 850px) {
  .navigation li {
    padding: 1em 0;
    text-align: center;
  }
  

}

@media screen and (max-width: 600px) {
  .navigation li {
    font-size: .9rem;
  }
}

@media screen and (max-width: 360px) {
  .navigation li {
    font-size: .8rem;
  }
}

.navigation li:first-child {
  margin-left: 0;
}

.navigation a {
  color: #5F2D80;
}

.navigation .sub-menu-item a {
  color: #ffffff;
}



#menu-btn {
  display: none;
}

@media screen and (max-width: 850px) {
  #menu-btn {
    display: block;
    width: 33px;
    max-height: 0;
    position: absolute;
    top: 25px;
    right: 0;
    
  }
}

#nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 33px;
  height: 25px;
  position: relative;
  cursor: pointer;
  background: #ffffff;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #572C86;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

 .footer {
  color: #fff;
  background: #038087;
  padding: 1.64285714em 0;
}

.footer a {
  color: #fff;
  font-weight: bold;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
}

#privacy{ float: right; line-height:3; font-weight: normal; font-size: .9em;}

@media screen and (max-width: 650px) {
  .footer .wrap {
    flex-direction: column;
  }
  #privacy{
	  float: none;
  }
}

@media screen and (max-width: 650px) {
  .footer-col-1 {
    text-align: center;
  }
}

.footer-col-1 p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}

.footer-col-1 .questions {
  margin: 1.0625em 0 0.5em;
}

.give-now i {
  padding-right: 0.7em;
}

.footer-col-2 {
  flex: 0 1 33%;
}

@media screen and (max-width: 650px) {
  .footer-col-2 {
    flex: 0 1 auto;
    margin-top: 2.5em;
    text-align: center;
  }
}

.logo-footer {
  float: right;
  width: 100%;
  max-width: 306px;
}

.law-logo-footer {
  float: right;
  width: 60%;
  max-width: 306px;
  padding-bottom: 10px;
}

@media screen and (max-width: 650px) {
  .logo-footer {
    float: none;
    max-width: 233px;
  }
  
  .law-logo-footer {
    float: none;
    max-width: 233px;
  }
}

.social-footer {
  clear: both;
  justify-content: flex-end;
}

@media screen and (max-width: 1050px) {
  .social-footer {
    padding-top: 0.7em;
  }
}

@media screen and (max-width: 650px) {
  .social-footer {
    justify-content: center;
    padding-top: 1.5em;
  }
}

.social-footer li {
  margin: 0 0.8em;
}

.social-footer li:last-child {
  margin-right: 0;
}

.social-footer a {
  font-size: 1.875em;
}

@media screen and (max-width: 1050px) {
  .social-footer a {
    font-size: 1.25em;
  }
}


/* Internal Modules Login/Selection */

.login-page, .school-selection {
 
  padding: 50px 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
}

.login-form, .school-selection-form {
    width: 50%;
    margin: auto;
}


.form input {
 
  outline: 0;
  background: #ffffff;
  width: 100%;
  border: 1px solid #572C86;
color:#572C86;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
      font-weight: 700;
}
.form button {
  
  width: 200px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin: 20px auto;
}
.form button:hover,.form button:active,.form button:focus {
  background: #15585C;
}


@media screen and (max-width: 800px) {
	.login-form, .school-selection-form {
    width: 100%;
    margin: auto;
}
	}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #572C86;
    background: #fff url(/img/select-caret.svg) no-repeat right 1em center/10px auto;
    padding: 0.65em;
    font-family: 'Gotham A', 'Gotham B', 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #572C86;
    font-weight: 700;
}


@media screen and (max-width: 600px) {
	select {

    font-size: 12px;

}
}
	

/* Internal Modules Dashboard */

.school-logo {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
}



.intro-text h1 {
    font-size: 1.3em;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
    color: #3A3A3A;
    text-transform: none;
       padding: 10px 0px;
}

.intro-text h2 {
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    color: #572C86;
    text-transform: uppercase;
       padding: 10px 0px;
}

@media screen and (max-width: 1280px) {

.intro-text h1 {
    font-size: 1.2em;
    }
}

@media screen and (max-width: 950px) {

.intro-text h1 {
    font-size: 1.1em;
    }
}

@media screen and (max-width: 650px) {

.intro-text h1 {
    font-size: 1em;
    }
}


.dashboard-wrapper {
	display: flex;
	margin: auto;
    justify-content: space-evenly;
    flex-flow: row wrap;
    min-height: 100%;
    margin: 30px auto;
}

.section-1 {
	width: 63%;
	
	
	margin: 10px 10px 10px 0px;
}



.section-1b {
	display: flex;
	margin: auto;
    justify-content: space-evenly;
}
.section-1a {
	width: 100%;

	margin: 0px 0px 10px;
	background-color: white;
	 box-shadow: 0px 3px 6px #00000029;
}
.section-calendar {
	width: 50%;
	
	background-color: white;
	margin: 10px 10px 0px 0px;
	 box-shadow: 0px 3px 6px #00000029;
}

.section-tasks {
	width: 50%;
	
	background-color: white;
	margin:  10px 0px 0px 10px;
	 box-shadow: 0px 3px 6px #00000029;
}

.section-2 {
	width: 33%;
	   
	background-color: white;
	margin: 10px 0px 10px 10px;
}

.section-2-disabled {
	width: 33%;
	   
	background-color: #ededed;
	margin: 10px 0px 10px 10px;
}

.section-chart {
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;

	
	height: 100%;
}

.section-3 {
	width: 98%;
	
	margin: 10px 0px;
	background-color:white;
}
.section-oneday-assets{
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	background-color: white;
	
	height: 100%;
	
}
.section-4 {
	width: 98%;

	margin: 10px 0px;
	background-color:white;
}

.section-mgo-assets{
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	background-color: white;

	height: 100%;
	
}

.section-5 {
	width: 98%;
	
	margin: 10px 0px;
	background-color: white;
}

.section-additional-assets{
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	background-color: white;

	height: 100%;
	
}


@media screen and (max-width: 950px) {
	.section-1 {
	width: 98%;
	margin: 10px 0px;
	}
	
	.section-2 {
	width: 98%;
	margin: 10px 0px;
	}
	
	.section-2-disabled {
	width: 98%;
	margin: 10px 0px;
	}
	}

@media screen and (max-width: 650px) {
.section-1b {

    flex-flow: wrap;
}
.section-calendar {
	width: 98%;
	margin:  10px 0px;
	

}

.section-tasks {
	width: 98%;
	margin:  10px 0px ;
	
}

}

.widget-titles {
	padding: 20px 0;
	text-align: center;
	font-size: 1.8em;
	margin-block-start: 0;
    margin-block-end: 0;
}

.calendar-title {
	padding-bottom: 0px;
}

@media screen and (max-width: 1280px) {

.widget-titles {
	
	font-size: 1.7em;
}

}

@media screen and (max-width: 950px) {

.widget-titles {
	
	font-size: 1.6em;
}
}

@media screen and (max-width: 650px) {

.widget-titles {
	
	font-size: 1.5em;
}
}


/* Internal Modules Dashboard -CHARTS */

.chart-1, .chart-2 {
	
	width: 90%;
	margin: auto;
	padding: 10px 0px;
}

.chart-name {
	color: #038087;
	text-transform: uppercase;
	text-align: center;
	
}

caption {
	color: #038087;
	text-transform: uppercase;
}

th {
	color: #038087;
}



/* Internal Modules Dashboard-GOALS */
.goals {
	display: flex;
	width: 90%;
	margin: auto;
	    justify-content: center;
	    align-items: center;
	    padding: 20px 0px;
}
.goal-1, .goal-2 {
	width: 48%;
	
}

hr.goal-line {
    height: 90px;
     border-color:  #818E94;
    opacity: .1;

    
 
 }
 
 hr.chart-line {
 
    border-color:  #818E94;
    opacity: .1;
    width: 80%;
    margin: 10px auto;
    
 
 }
 
.goal-title {
	text-align: center;
	color: #3A3A3A;
	text-transform: uppercase;
	font-size: 1.2em;
}

.goal-amount {
	text-align: center;
	color: #038087;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6em;
	    margin-block-start: 0;
    margin-block-end: 0;
}


/* Internal Modules Dashboard-CALENDAR */
.calendar {
	
	width: 90%;
	margin: auto;
	    
	    padding: 20px 0px;
}

.calendar-info {
	color: #3A3A3A;
	font-size: 1em;
}

.month {
	color: #038087;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	    margin-block-start: .5em;
    margin-block-end: .5em;
}

.calendar-list li {
	color: #3A3A3A;
	font-size: .9em;
	text-transform: uppercase;
}

.calendar-list li a {
	font-weight: 700;
}

.section-calendar .button-four {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 30px;

}

@media screen and (max-width: 980px) {
.calendar-list li {

	font-size: .85em;

}
}

/* Internal Modules Dashboard-TASK LIST */
.tasks {
	
	width: 90%;
	margin: auto;
	    
	    padding: 20px 0px;


}

input[type=checkbox] {
  position: relative;
    display: inline-block;
  width: 18px;
  height: 18px;
  color: #363839;
  border: 1px solid #572C86;
  
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked {
  color: #fff;
  border-color: #572C86;
  background: #572C86;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}


label {
  position: relative;
 
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 300;
  color: #3A3A3A;
  padding: 10px 0.25em 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


input:checked + label {
   
      text-decoration: line-through;
    }
    
    
    
    /*Internal Modules Dashboard-ONE DAY ASSETS*/



.toolkit {
width: 90%;
	margin: auto;

  display: block;
padding:20px 0px;

  }

.toolkit p {
	font-size: 1.125em;
	line-height: 1.3;
	color: #3A3A3A;
	
}
.toolkit h3 {
  margin-bottom: 35px;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 700;
}

.toolkit-downloads {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}




.toolkit-downloads a {
  display: block;
  padding: 0px 0px;
}


@media screen and (max-width: 950px) {
	.toolkit {
	 padding: 0px 35px;
  }
	}
@media screen and (max-width: 675px) {
 
  
  .toolkit-downloads {
    flex-wrap: wrap;
    max-width: 500px;
  }
  
  .toolkit {
	 padding: 0px 25px;
  }
  
  
  .toolkit p {
	font-size: 1em;
	line-height: 1.3;
	color: #3A3A3A;
	
}
.toolkit h3 {
  margin-bottom: 35px;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 700;
}

}



@media screen and (max-width: 675px) {
  .toolkit-download.triangle {
    order: 5;
  }
}

.toolkit-download.triangle:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #CAAED6;
}

.toolkit-download:nth-child(odd).triangle:after {
  border-top-color: #572C86;
}


.toolkit-download {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 250px;
  margin: 0px 10px 25px;
}

.toolkit-download-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 250px;
  margin: 0px 10px 25px;
}

@media screen and (max-width: 675px) {

  .toolkit-download {
    width: auto;
    height: auto;
    flex: 1 1 200px;
    margin: 0px 25px 25px;
  }
  
   .toolkit-download-2 {
    width: auto;
    height: auto;
    flex: 1 1 200px;
    margin: 0px 25px 25px;
  }
}

.toolkit-download img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.toolkit-download-2 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}




.toolkit-reveals {
  margin-bottom: 90px;
  margin: 0px 35px;
}

.toolkit-reveal {
  padding:10px 0px 40px 0px;
}

.toolkit-reveals h3 {
  font-size: 1.5em;
  font-weight: 700;
}

.toolkit-reveals h3 a,
.toolkit-reveals h3 a:visited {
  color: #572C86;
}

.toolkit-reveals h3 span {
  font-size: 0.9em;
  font-weight: 400;
  color: #3A3A3A;
}

.toolkit-reveals-text {
  font-size: 1.125em;
  font-weight: 500;
  color: #3A3A3A;
  line-height: 1.3;
}

.toolkit-reveals-text-regular a {
  font-weight: 700;
  color: #572C86;;

}

.scripts {
width: 100%;
	margin: auto;
	 justify-content: center;
	    align-items: flex-start;
	    display: flex;
padding: 20px 0px;
}



.scripts-column-1, .scripts-column-2 {
	width: 48%;
	
}


 


@media screen and (max-width: 750px) {
	.scripts {
		flex-wrap: wrap;
		}
	.scripts-column-1, .scripts-column-2 {
	width: 100%;
	
}
}

@media screen and (max-width: 700px) {
  .toolkit-reveals-text {
    font-size: 1em;
  }
}

.toolkit-reveals-text-regular {
  font-size: 1.125em;
  color: #3A3A3A;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .toolkit-reveals-text-regular {
    font-size: 1em;
  }
}

.toolkit-reveal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2em;
}

.enhanced .toolkit-reveal,
.toolkit-reveal.hide {
  display: none;
}

.toolkit-reveal h3 {
  margin-top: 2em;
  text-transform: uppercase;
  color: #038087;
}

.tw-and-ig {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.tw-and-ig-section {
  width:  300px;
  max-width: 360px;
  margin-bottom: 1.5em;
  padding: 0 20px;
  text-align: center;
}

.toolkit-text {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
  color: #3A3A3A;
}

.toolkit-h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: #572C86;
}

.toolkit-h4 a,
.toolkit-h4 a:visited {
  color: #572C86;
}

.fb-profile-section .toolkit-h4 {
  margin-bottom: 0;
}

.fb-tw {
  margin: 4em 0;
  text-align: center;
}

.toolkit-text a {
  font-weight: 700;
  color: #572C86;
}

#toolkit-images-video h4 {
  text-align: center;
}

.toolkit-images-video-img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 2em auto 0;
}

.toolkit-hotsheet-img {
  display: block;
  width: 100%;
 
  max-width: 300px;
  margin: 2em auto 0;
  background-color: grey;
}

 #toolkit-hotsheet h4 {
  text-align: center;
}

@media screen and (max-width: 600px) {
	.tw-and-ig-section {
  width:  360px;
  }
}


 
    /*Internal Modules Dashboard-MGO ASSETS*/



.mgo-assets {
width: 90%;
	margin: auto;
padding: 20px 0px;
}

.mgo-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.mgo-section {
  width:  25%;
  max-width: 360px;
  margin-bottom: 1.5em;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 700px) {
	.mgo-section {
  width:  360px;
  }
}


  /*Internal Modules Dashboard-ADDITIONAL ASSETS*/



.additional-assets {
width: 90%;
	margin: auto;
	 justify-content: center;
	    align-items: center;
	    display: flex;
padding: 20px 0px;
}



.assets-column-1, .assets-column-2 {
	width: 48%;
	
}


 
 
 .additional-assets ul {
    margin: 0;
    padding: 0;
    list-style: none;
   
}

@media screen and (max-width: 600px) {
	.additional-assets {
		flex-wrap: wrap;
		}
	.assets-column-1, .assets-column-2 {
	width: 100%;
	
}





}
