
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

/* -------------------------------------------------------------------------*/
/* Reset the CSS */
html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(56, 49, 66);
    font-family: 'Ubuntu', sans-serif;
}

.bodyBackground
{
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    background-image: url(/img/deco/BackgroudClouds.PNG);
    background-size: cover;
    z-index: 2;
    background-repeat: repeat;
}

.bodyBackgroundGrid
{
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    opacity: .5;
    background-image: url(/img/deco/Grid.png);
    background-repeat: repeat;
    z-index: 1;
    background-size: 20px;
}

@keyframes opacityflickerAnimation {
    0%   { opacity: 0; }
    50%  { opacity:.25; }
    100% { opacity: 0; }
  }
  @-o-keyframes opacityflickerAnimation{
    0%   { opacity: 0; }
    50%  { opacity:.25; }
    100% { opacity: 0; }
  }
  @-moz-keyframes opacityflickerAnimation{
    0%   { opacity: 0; }
    50%  { opacity:.25; }
    100% { opacity: 0; }
  }
  @-webkit-keyframes opacityflickerAnimation{
    0%   { opacity: 0; }
    50%  { opacity:.25; }
    100% { opacity: 0; }
  }
  .opacityflickerAnimation {
     -webkit-animation: opacityflickerAnimation 120s infinite;
     -moz-animation: opacityflickerAnimation 120s infinite;
     -o-animation: opacityflickerAnimation 120s infinite;
      animation: opacityflickerAnimation 120s infinite;
  }

* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
  }

/* unvisited link */
a:link {
    color: rgb(255, 242, 0);
  }
  
/* visited link */
a:visited {
color: rgba(107, 11, 163);
}
  
/* mouse over link */
a:hover {
color: rgba(21, 255, 0);
}
  
/* selected link */
a:active {
color: blue;
}


.disbleScrolling
{
    z-index: 8;
    position: relative;
}
/* -------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------*/
/* MasterDiv */
.contentMarginOffset
{
    position: relative;
    margin-left: 200px;
    margin-top: 0px;
}

.masterDiv
 {
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    background-color: rgba(26, 28, 29 , 1);
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
 }

 @keyframes masterDivBackCflickerAnimation {
    0%   { background-color: rgba(26, 28, 29 , 1); }
    50%  {  background-color: rgba(26, 28, 29, 0); }
    100% {  background-color: rgba(26, 28, 29 , 1); }
  }
  @-o-keyframes masterDivBackCflickerAnimation{
    0%   { background-color: rgba(26, 28, 29 , 1); }
    50%  {  background-color: rgba(26, 28, 29, 0); }
    100% {  background-color: rgba(26, 28, 29 , 1); }
  }
  @-moz-keyframes masterDivBackCflickerAnimation{
    0%   { background-color: rgba(26, 28, 29 , 1); }
    50%  {  background-color: rgba(26, 28, 29, 0); }
    100% {  background-color: rgba(26, 28, 29 , 1); }
  }
  @-webkit-keyframes masterDivBackCflickerAnimation{
    0%   { background-color: rgba(26, 28, 29 , 1); }
    50%  {  background-color: rgba(26, 28, 29, 0); }
    100% {  background-color: rgba(26, 28, 29 , 1); }
  }
  .masterDivBackCflickerAnimation {
     -webkit-animation: masterDivBackCflickerAnimation 120s infinite;
     -moz-animation: masterDivBackCflickerAnimation 120s infinite;
     -o-animation: masterDivBackCflickerAnimation 120s infinite;
      animation: masterDivBackCflickerAnimation 120s infinite;
  }


/* -------------------------------------------------------------------------*/





 /* -------------------------------------------------------------------------*/
 /* Nav Desktop */
 .desktopNav
 {
    overflow: hidden;
    display: block;
    height: 100%;
    background-color: rgba(26, 28, 29);
    width: 200px;
    position: fixed;
    z-index: 8;
    padding: 20px 10px;
    margin-left: 0px;
 }

 .dropShadowFilter
 {
    filter: drop-shadow(0px 0px 5px rgba(73, 51, 155, 1));
 }

 .navSetProfile
 {
    text-align: center;
    min-height: 700px;
    padding-top: 32px;
    color: white;
 }

 .navSetProfile img
 {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
}

.navSetProfile ul li a
{
    display: inline-block;
    padding: 13px 30px;
    border-bottom: 1px solid #10558d;
    color: rgba(241, 237, 237);
    width: 160px;
    font-size: 16px;
    position: relative;
}

.navSetProfile ul li a:hover,
.navSetProfile ul li a.active{
    color: #0c7db1;
    background:white;
    border-right: 2px solid rgba(5, 68, 104);
}

.hamImgDiv
{
    width: 70px; 
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
}

.hamImgDiv button
{
    display: block;
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;     
}

.hamImgDiv button:hover
{
    cursor: pointer;  
    background-color: rgba(56, 49, 66);
}

.hamImg
{
    position: relative;
    padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
    width: 50px;
    height: 50px;
}
/* -------------------------------------------------------------------------*/



 /* -------------------------------------------------------------------------*/
 /* Nav Mobile */
.mobileNav
{
    width: 100%;
    height: 0px;
    background-color: rgba(26, 28, 29);
    margin-top: 0px;
    position: fixed;
    max-width: 1200px;
    top: -55px;
    z-index: 20;
    border-bottom: 2px double #10558d;
}


.verticalTextDiv
{
    overflow: hidden;
    color: white;
    width: 140px;
    height: inherit;
    position: relative;
    display: table-cell;
    vertical-align:middle;
    text-align: right;
}

.verticalTextDiv p, .verticalTextDiv h3
{
    padding-right: 10px;
}

.verticalImgDiv
{
    overflow: hidden;
    width: 100px;
    height: calc(100% - 9px);
    position: relative;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 5px;
}

.verticalImgDiv > img
{
    position: relative;
    padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top: 5px;
    width: 120px;
    height: 130px;
    top: -40px;
    left: -8px;
}

.mobileNavButtonDiv
{
    display: inline-block;
    height: calc(100% - 1px);
    width: 100px;
    overflow: hidden;
}

.fullSceenMobileNavMenu
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 28, 29);
    z-index: 21;
    pointer-events: none;
    opacity: 0;
}

.xImgDiv
{
    width: 70px; 
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
}

.xImgDiv button
{
    display: block;
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;     
}

.xImgDiv button:hover
{
    cursor: pointer;  
    background-color: rgba(56, 49, 66);
}

.xImg
{
    position: relative;
    padding-right:5px;
    padding-left:5px;
    padding-bottom:5px;
    width: 50px;
    height: 50px;
}

.navSetOpenProfile
{
    background-color: transparent;
    text-align: center;
    min-height: 700px;
    padding-top: 20px;
    color: white;
}

.navSetOpenProfile img
{
   display: block;
   width: 140px;
   height: 140px;
   border-radius: 50px;
   margin: 0 auto;
}

.navSetOpenProfile ul li a
{
   display: inline-block;
   padding: 13px 30px;
   border-bottom: 1px solid #10558d;
   color: rgba(241, 237, 237);
   width: 100%;
   font-size: 16px;
   position: relative;
}

.navSetOpenProfile ul li a:hover,
.navSetOpenProfile ul li a.active{
   color: #0c7db1;
   background:white;
   border-right: 2px solid rgba(5, 68, 104);
}


/* -------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------*/
/* SectionOne*/
.sectionOne
{
    margin-top: 15px;
    position: relative;
    border: thick double rgba(26, 28, 29);
    background-color: rgba(28, 141, 194, 1);
    width: 100%;
    overflow: hidden;
} 

.sectionMinHeightOne
{
    min-height: 500px;
}

.sectionMinHeightOneSmall
{
    min-height: 450px;
}


.sectionBackground
{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .2;
}
.sectionBackgroundImageOne
{
    height: 100%;
    width: 100%;
    background-image: url(/img/deco/Line.png);
    background-size: 13px;
    background-repeat: repeat;
}

.sectionBackgroundImageTwo
{
    height: 100%;
    width: 100%;
    background-image: url(/img/deco/LineFlip.png);
    background-size: 13px;
    background-repeat: repeat;
}

@keyframes sectionOneDivBackCflickerAnimation {
    0%   { background-color: rgba(28, 141, 194 , 1); }
    50%  { background-color: rgba(28, 141, 194 , .5); }
    100% { background-color: rgba(28, 141, 194 , 1); }
  }
  @-o-keyframes sectionOneDivBackCflickerAnimation{
    0%   { background-color: rgba(28, 141, 194 , 1); }
    50%  { background-color: rgba(28, 141, 194 , .5); }
    100% { background-color: rgba(28, 141, 194 , 1); }
  }
  @-moz-keyframes sectionOneDivBackCflickerAnimation{
    0%   { background-color: rgba(28, 141, 194 , 1); }
    50%  { background-color: rgba(28, 141, 194 , .5); }
    100% { background-color: rgba(28, 141, 194 , 1); }
  }
  @-webkit-keyframes sectionOneDivBackCflickerAnimation{
    0%   { background-color: rgba(28, 141, 194 , 1); }
    50%  { background-color: rgba(28, 141, 194 , .5); }
    100% { background-color: rgba(28, 141, 194 , 1); }
  }
  .sectionOneDivBackCflickerAnimation {
     -webkit-animation: sectionOneDivBackCflickerAnimation 120s infinite;
     -moz-animation: sectionOneDivBackCflickerAnimation 120s infinite;
     -o-animation: sectionOneDivBackCflickerAnimation 120s infinite;
      animation: sectionOneDivBackCflickerAnimation 120s infinite;
  }

.mainHead 
{
    position: relative;
    z-index: 5;
    color: #ffbd80;
    font-size: 45px;
    text-shadow: -3px 3px 3px rgba(29, 29, 29, .9), 0 0 5px rgba(209, 141, 255, 0.137);
}

.mainHeadTopPadding
{
    padding-top: 150px;
}

.sectionContentTextStyle
{
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-shadow: -6px 1px 5px rgba(29, 29, 29, .9);
    line-height: 23px;
    position: relative;
    z-index: 5;
}

.sectionMainHeadLineUp
{
    padding-top: 15px;
    margin: auto;
    width: 80%;
}

.sectionHead 
{
    color: #ffbd80;
    font-size: 35px;
    text-shadow: -3px 3px 3px rgba(29, 29, 29, .9), 0 0 5px rgba(209, 141, 255, 0.137);
    padding-top:  25px;
    padding-bottom: 10px;
    line-height: 35px;
}

.sectionTextDiv
{
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-shadow: -6px 1px 5px rgba(29, 29, 29, .9);
    line-height: 21px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 5;
    position: relative;
}

.verticalA
{
    margin-top:20%;
    transform: translateY(-20%);
}

.contentMinHeightInherit
{
    min-height: inherit;
}

.contentSectionWidth
{
    width: 50%;
}

.sectionImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.sectionImage > img
{
    padding: 10px;
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    margin: auto;
}

.sectionSummary
{
    color: #ffbd80;
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 5;
    position: relative;
    font-size: 25px;
    text-decoration: overline #10558d;
}

.contentMinHeight450
{
    min-height: 250px;
}

.fullWidthImagesParent
{
    position: relative;
}

.fullWChildImage
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


.fullWChildImage > img
{
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: black;
  margin: auto;
}

.footerMain
{
    width: 100%;
    height: 100px;
    position: relative;
    background: rgb(16, 69, 138);
    color: #ffbd80;
    text-shadow: -3px 3px 3px #000000, 0 0 5px #000000;
}

.footerCenter
{
    width: 150px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uperLevelZIndex
{
    position: relative;
    z-index: 5;
}

/* -------------------------------------------------------------------------*/


/* -Reusable------------------------------------------------------------------*/
.floatRight
{
    float: right; 
}

.grabParentHeight
{
    height: inherit;
}

.center 
{
    margin: auto;
    width: 100%;
}

.centerText
{
    text-align: center;
}

.topPad10
{
   padding-top: 10px;
}

.topPad7
{
   padding-top: 7px;
}

.easeAll
{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clearFlag
{
    clear: both;
}

.floatLeft
{
    float: left; 
}

.sectionVideo
{
    height: inherit;
    min-height: inherit;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: auto;
    background-color: black;
    
}
.sectionVideo > iframe
{
    position: relative;
    border: 0;
    height: inherit;
    min-height: inherit;
    left: 0;
    top: 0;
    width: 100%;
}

.inHouseVids
{
    height: inherit;
    /*
    min-height: inherit;*/
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: auto;
    background-color: black;
    
}
.inHouseVids > video
{
    position: relative;
    border: 0;
    height: inherit;
    min-height: inherit;
    left: 0;
    top: 0;
    width: 100%;
}

.fontColorOrange
{
    color: #ff841f;
}

.divider
{
    border-top: 1px dotted #ccb2d6;
    height: 1px;
    width: 100%;
}

.unityIndexHeadColor
{
    color: #ffbd80;
}

.unityIndexTopBottomPadding
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.unityIndexPText
{
    font-family: 'Raleway', sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: -6px 1px 5px rgba(29, 29, 29, .9);
}

.underlineIt
{
    text-decoration: underline;
}

/* -------------------------------------------------------------------------*/




/* -------------------------------------------------------------------------*/
/* Mobile*/
@media (max-width: 920px) 
{
    
    .masterDiv
    {
        padding-top: 50px;
    }

    .desktopNav
    {
        margin-left: -200px;
    }

    .contentMarginOffset
    {
        position: relative;
        margin-left: 0px;
        /*margin-top: 75px;*/
    }

    .dropShadowFilter
    {
       filter: drop-shadow(0px 0px 5px rgba(73, 51, 155, 0));
    }

    .mobileNav
    {
        height: 55px;
        top: 0px;
    }

    .sectionContentTextStyle
    {
        font-size: 15px;
        line-height: 18px;
    }

    .contentSectionWidth
    {
        width: 100%;
    }
    .sectionTextDiv
    {
        font-size: 15px;
        line-height: 19px;
    }
    .contentMinHeightInherit
    {
        min-height: auto;
    }

    .sectionVideo
    {
        min-height: 400px;
    }
    
    .inHouseVids
    {
        min-height: 400px;
    }

    .fullWChildImage
    {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
}

/* Mobile*/
@media (max-width: 1010px) 
{
    .verticalA
    {
        margin-top:auto;
        transform: translateY(0%);
    }
    .inHouseVids
    {
        min-height: 300px;
    }

    .sectionVideo
    {
        min-height: 350px;
    }
}
/* -------------------------------------------------------------------------*/