/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 /* background: transparent;*/
/*  border: 0;
  margin: 0;
  padding: 0;*/
/*  vertical-align: baseline;*/
  
  
}

body {
  line-height: 1; 
  
  
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; 
  
  
}

ol, ul {
/*  list-style: none; */
  
  
}

blockquote {
/*  quotes: none;*/
  
  
}

blockquote:before, blockquote:after {
/*  content: '';
  content: none; */
  
  
}

del {
/*   text-decoration: line-through;  */
  
  
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  /*border-collapse: collapse;
  border-spacing: 0;
  */
  
}

a img {
/*  border: none; 
  */
  
}

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
/*  background-color: #3cb5f9;*/
  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }


/* =Template
-------------------------------------------------------------- */
#wrapper {
  border: 0;
  padding: 0;
  
  width: 100%;
  }

#main {
  background-color: #fff;
  padding-top: 150px; }

.container {
  width: 95%;
  border: 0; 
  margin: 0 auto;
  padding: 0 30px; }

section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
   /* background-color: #0683c9; */
   
/*  background: url(../images/Banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;	
  background-color: white; */
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header h1#logo {
    border: 0;
    padding: 0;
    margin:0;
  
    display: inline-block;
    height: auto;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
   
 header h1#RtnName2{
   border: 0;
    padding: 0;
    margin:0;
   visibility:hidden;
   display:none;
    z-index:1;
    display: inline-block;
    height: auto;
    line-height: 150px;
    position:fixed;
    float: right;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 400;
    
    }
    

  header h1#RtnName3{
    border: 0;
    padding: 0;
    margin:0;
    visibility:hidden;
    display:none;
    z-index:1;
    display: inline-block;
    height: auto;
    line-height: 150px;
    position:fixed;
    float: right;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 400;    
  }
    
 
 
 header img#client_logo {
	border: 0;
    padding: 0;
    margin:0;
	display:inline;
      }
  header nav {
    border: 0;
    padding: 0;
    margin:0;
/*    display: inline-block;*/
    text-align:bottom;
    float: right; }
  /*  header nav a {
      line-height: 150px;
      margin-left: 20px;
      color: #9fdbfc;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }*/
  header.smaller {
    border: 0;
    padding: 0;
    margin:0;
      background-size: 100% 100%;
  background-repeat: no-repeat;
    height: 75px; }
    header.smaller h1#logo {
      border: 0;
    padding: 0;
    margin:0;
      width: auto;
      height: 75px;
      line-height: 75px;
      font-size: 30px; }
    header.smaller nav a {
      border: 0;
    padding: 0;
    margin:0;
      line-height: 75px; }
      
      header.smaller img#client_logo {
	
	display:none;
      }

header.smaller h1#RtnName2{
  border: 0;
    padding: 0;
    margin:0;
       visibility:visible;
       display:inline;
      float: right;
      height: 75px;
      width:auto;
      line-height: 75px;
      top:0px;
      right:10px;
      
	
  }
      
header.smaller h1#RtnName3{
  border: 0;
    padding: 0;
    margin:0;
  visibility:visible;
  display:inline;
      float: right;
      height: 75px;
      width:auto;
      line-height: 75px;
       top:25px;
      right:10px;
      
	
	
  }
  
      
header table#top_nav{
    border: 0;
    margin:0;
    top:auto;
    left:0;
    width:inherit;
    height:24px;
    
    padding:1px;
    z-index:1;
    
    background: -webkit-linear-gradient(#969696, #474747); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#969696, #474747); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#969696, #474747); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#969696, #474747); /* Standard syntax */
    
    box-shadow: 0px 3px 5px #2d2d2d;
    
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}


.footer_nav{
    border: 0;
    margin:0;
    top:auto;
    left:0;
    width:inherit;
    height:15px;
    display:flex;
    padding:1px;
    z-index:1;
    
    background: -webkit-linear-gradient(#969696, #474747); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#969696, #474747); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#969696, #474747); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#969696, #474747); /* Standard syntax */
    
    box-shadow: 0px 3px 5px #2d2d2d;
    
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  
}

.top_nav2{
  
  border: 0;
    padding: 0;
    margin:0;
    position:absolute;
    left:0;
    bottom:0; 
    width:100%;
    display:flex;
    z-index:1;
  
}


header table#RtnName {
 border: 0;
    padding: 0;
    margin:0;
    position:relative;
    top:auto;
          z-index:1;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  
  
}


header.smaller table#RtnName {
  
    display:none;
/*    position:fixed;
    top:103px;
    z-index:1;*/
  
}

/**
 * Macks -------------------------------------------------------
 */




#Banner  td {
/*   display:block; width:100%; height:auto; */

      background-size: 100% 100%;
      position:absolute;
      z-index:2;
       
}

.cname {
  
	  
	  
  FONT-SIZE: 26pt;
  position:absolute;
  color: #383838;
  text-shadow: 2px 2px 4px #8e8e8e;
  left:200px;
  font-family: "Bookman-OldStyle";
  width:45%;
  height:75%;
  text-align: left;
  display:flex;
  align-items:center;

}
.cname > span {
    display: inline-block;
    vertical-align: middle;
    width:auto;
    line-height:35px;
}


.cname2 {
  
	  
	  
  FONT-SIZE: 30pt;
  FONT-WEIGHT: bold;
  position:absolute;
  color: #87cefa;
  text-shadow: 2px 2px 4px #8e8e8e;
  right:-40px;
  font-family: "ARIAL";
  width:30%;
  height:75%;
  text-align: left;
  display:flex;
  align-items:center;

}
.cname2 > span {
    display: inline-block;
    vertical-align: middle;
    width:auto;
    line-height:35px;
}

.Logo {
    z-index:-1;
    position:absolute;
    left:0;
    margin-left: 100px;
    height:inherit;
    display:flex;
    justify-content:center;
    align-items:center;
    height:75%;
    
    
}

body {
  
  height:auto !important;
}

body > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 2080px;
    background-color: #fafafa;
    height: auto;
    overflow: visible;
}

div {
/*   border: 1px solid red ; */
  
  
}

.Logo > div {

width:90px ;
}


.Logo > div > img{
   width:120px ;
}

.topPanel{

    list-style: none;
    margin: 0;
    padding: 0;
    position:relative;
    width:100%;
    z-index:100; 

}

.prog {
  FONT-WEIGHT: bold;
  FONT-SIZE: 16pt;
  COLOR: black;
  TEXT-ALIGN: left;
  vertical-align:bottom;
  position:absolute;
  left:115px;
  top: 50px;
  
 font-family: Arial,Helvetica,sans-serif;

}





/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
  

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 800px) {
  
/*  .cname{
    FONT-SIZE: 16pt;
    position:absolute;
    color: #383838;
    text-shadow: 2px 2px 4px #8e8e8e;
    left:135px;
    font-family: "Times New Roman";
    width:45%;
    height:75%;
    text-align: left;
    display:flex;
    align-items:center;
    
  }*/
  
 /* .Logo {
    z-index:-1;
    position:absolute;
    left:0;
    margin-left: 50px;
    height:inherit;
    display:flex;
    justify-content:center;
    align-items:center;
    height:75%;
    
    
  }*/
  
 /* .Logo > div > img{
   width:60px ;
}*/



  
  
}



@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } }
    
    
@font-face{
      font-family: 'Roboto-Thin';
      src: url('font/Roboto-Thin.ttf');
      
     
      
  
}

@font-face{
	
	font-family: 'Bookman-OldStyle';
	src: url('../font/BOOKOS.TTF');
}

@font-face{
        font-family: 'Roboto';
      src: url('font/Roboto-Regular.ttf');

  
  
}

@font-face{
   font-family: 'Roboto-Light';
      src: url('font/Roboto-Light.ttf');
  
}   
    
#dialog-modal{
 z-index:10;
 width:780px;
}