
@import "goudystyle.css";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; 
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";

hr.pageBreakWhite {
  border: 5px solid white;
  margin: 0em;
}
hr.pageBreak {
  border: 5px solid black;
  margin: 0em;
}
hr.double {
  border: 2px solid black;
  margin: 0em;
}
hr.double-m {
  border: 2px solid black;
  margin: 1em;
}
hr.single {
  border: 1px solid black;
  margin: 0em;
  
}
h1.shadow {
  text-shadow: 2px 2px #000;
}
h1.outline {
  -webkit-text-stroke: 2px white; /* width and color */
  text-shadow: 2px 2px #000;
  font-size: 162px;
}
h1.invert {
  color: white;
  background-color: black;
}
h1.sans {
  font-family: 'Helvetica';
  font-size: 72px;
}
p.sans {
  font-family: 'Helvetica';
  font-size:18px;
}
h2.sans {
  font-family: 'Helvetica';
  font-size: 48px;
}
h3.sans {
  font-family: 'Helvetica';
  font-size: 24px;
  text-align: justify;
}
h3.sanscenter {
  font-family: 'Helvetica';
  font-size: 24px;
}
h1.sanstitle {
  font-family: 'Helvetica';
  font-size: 102px;
  border: 4px solid black;
  padding: 5px;
}
h2.sanstitle {
  font-family: 'Helvetica';
  font-size: 72px;
  border: 5px solid black;
  margin: 0em;
}
h3.sanstitle {
  font-family: 'Helvetica';
  font-size: 48px;
  border: 5px solid black;
  margin: 0em;
}
h2.invertsans {
  color: white;
  background-color: black;
  font-family: 'Helvetica';
  font-size: 42px;
}
h3.invertsans {
  color: white;
  background-color: black;
  font-family: 'Helvetica';
  font-size: 24px;
}
p.sanstitle {
  font-family: 'Helvetica';
  font-size: 24px;
    text-align: justify;
    
}
h1.invertsans {
  color: white;
  background-color: black;
  font-family: 'Helvetica';
  font-size: 62px;
}
h1.invertsanstitle {
  color: white;
  background-color: black;
  font-family: 'Trebuchet MS';
  font-size: 102px;
}
table, th, td {
  width: 100%;
  border: 1px solid black;
  padding: 2px;
  margin:5px;
  table-layout: fixed;
  font-size:90%;
}
.rcorners {
  border-radius: 25px;
  border: 2px solid #000;
}
p.solid {
  border-style: solid;
  padding:5px;
}

p.dbl {
  border-style: double;
  padding:10px;
}

img.imageborder {
  border: 2px;
  border-style: double;
}

h1.title {
  font-size: 64px;
font-family: 'Goudy Heavyface';
}

h1 {
  font-size: 48px;
font-family: 'Goudy Heavyface';
margin: 0;
  padding: 0;
}

h2 {
  font-size: 30px;
  font-family: 'Goudy Heavyface';
margin: 0;
  padding: 0;
  
}
h1.dbl {
  border-style: double;
  padding:10px;
}
h2.dbl {
  border-style: double;
  padding:10px;
}
h3 {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Goudy';
  margin: 0;
  padding: 0;
}


p {
   font-family: 'Goudy';
   display: flex;
  }

  p.bullet {
    font-family: 'Goudy';
    display: flex;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0;
   }


   a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.centered {
  justify-content: center;
}
.justify {
  text-align: justify;
  text-justify: inter-word;
}
h2.justify {
  text-align: justify;
  text-justify: inter-word;
}
.vBottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%); 
}
.hLeft-25pct{
position: absolute;
  left: 0%;
  transform: translateX(-25%); 
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
   text-align: center;
   background: #6d7fcc;
    font-size: 36px;
    font-family: 'Goudy Heavyface';
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
