<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* http://stackoverflow.com/questions/11737168/how-to-embed-fonts-in-css */
 
  @font-face {
    font-family: 'EntezareZohoor2';
    src: url('fonts/EntezareZohoor2.eot'), 
    url('fonts/EntezareZohoor2.ttf') format('truetype'), 
    url('fonts/EntezareZohoor2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
  #newfont{
    font-family:'EntezareZohoor2';
}
  h1, h2, h3, h4, h5, h6
  {
      font-family:'Roboto';
      color:#005E9E;
  }


    .hp-text, .content-text, .content-text &gt; p
    {
 font-family: 'Roboto';
        font-size:13pt;
    }


  .title
  {
       color:#005E9E;
       font-size:200%;
       /*font-weight:bold;*/
       margin-top:0;
  }

  .subtitle
  {
       color:#005E9E;
       font-size:150%;
       /*font-weight:bold;*/
  }


  .subsubtitle
  {
       color:#005E9E;
       font-size:100%;
       /*font-weight:bold;*/
  }

  .boldblack, .boldblack:active, .boldblack:hover 
  {
       color:#333333;
       font-weight:bold;
  }

  @media print {
  a[href]:after {
    content: none !important;
  }
}

@media (max-width: 767px) {
    .margintop
        {
      margin-top: 30px;
        }
}

  @media (min-width: 768px) {
       .roadmapbg
        {
            background: url("../images/roadmapbg.png")  no-repeat  top center;
            background-size: 100% auto;
        }
  .margintop
        {
      margin-top: 50px;
        }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  
}









   .hp-text {
        font-family: 'Roboto';
        font-size: 13pt;
    }

    .bg-white {
        background-color: white;
    }
        .bg-lt-grey {
        background-color: #e0e0e0;
    }


               .bg-ltlt-grey {
        background-color: #e5e5e5;
    }


   .bg-lt-blue {
        background-color: #4c89e0;
    }

    .bg-dk-blue {
        background-color: #26275F;
    }


   .btn.ghost {
                color: #4c89e0;
                background: transparent;
                border: 1px solid #4c89e0;
                padding: 7px 12px;
                font-weight: normal;
                margin: 6px 0;
                margin-right: 12px;
                display: inline-block;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
                min-width: 120px;
                text-align:center;
                 border-radius:0;

            }


                .btn.ghost:hover, .btn.ghost:active {
                    color: #fff;
                    background: #4c89e0;
                     text-decoration: none;
                }

                .btn.ghost:active
                 {

                    background: #97062e;

                }

                .btn.whiteghost {
                color: #ffffff;
                background:none;
                border: 1px solid #ffffff;

                     /*text-shadow: 1px 1px 1px #000;
                -webkit-text-shadow: 1px 1px 1px #000;
                -moz-text-shadow: 1px 1px 1px #000;*/

                /*padding: 7px 12px;
                font-weight: normal;
                margin: 6px 0;
                margin-right: 12px;
                display: inline-block;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;*/
                min-width: 120px;
                text-align:center;
                 border-radius:0;

            }


                .btn.whiteghost:hover, .btn.whiteghost:active {
                    color: #ffffff;
                    background: #4c89e0;
                     text-decoration: none;
                }

                .btn.whiteghost:active
                 {

                    background: #97062e;

                }



    .banner-link 
    {
        font-size:14pt;
            color: #f0f0f0;
            text-transform:uppercase;
            text-decoration: none;
    }

        .banner-link:hover, .banner-link:active , .banner-link:focus
        {
            color: #fff;
            text-decoration: none;
        }
        

 @media (max-width: 991px) {
    .banner-link {
        font-size: 12pt;
    }
}

     
.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 800ms linear;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}





.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


  .animation-element.slide-up {
            opacity: 0;
            -moz-transition: all 800ms ease-out;
            -webkit-transition: all 800ms ease-out;
            -o-transition: all 800ms ease-out;
            transition: all 800ms ease-out;
            -moz-transform: translate3d(0px, 20px, 0px);
            -webkit-transform: translate3d(0px, 20px, 0px);
            -o-transform: translate(0px, 20px);
            -ms-transform: translate(0px, 20px);
            transform: translate3d(0px, 20px, 0px);
        }

            .animation-element.slide-up.in-view {
                opacity: 1;
                -moz-transform: translate3d(0px, 0px, 0px);
                -webkit-transform: translate3d(0px, 0px, 0px);
                -o-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                transform: translate3d(0px, 0px, 0px);
            }



.navbar-inverse {
    /* background-image: -webkit-linear-gradient(top, #1DCEE2 0, #17A5B5 100%); */
    background-image: none;
}
  #banner
  {

  }
  
  .border-bottom
  {
      padding: 10px 0 10px 0; 
      border-bottom: 1px solid #cccccc;
      margin-bottom:10px;
  }
  .border-top
  {
      padding: 10px 0 10px 0; 
      border-top: 1px solid #cccccc;
      margin-top:10px;
  }


  .light-button-border
  {
     /* padding: 0; */
      border: 1px solid #cccccc;
       -webkit-border-radius:  7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius:  7px 7px 7px 7px;
      /*width:100%;
      height:100%;*/

  }

  .light-button-border:hover, .light-button-border:active {
   
    border: 1px solid #acacac;

      -webkit-border-radius:    7px 7px 7px 7px;
    -moz-border-radius:   7px 7px 7px 7px;
    border-radius:   7px 7px 7px 7px;

   
}

  
  .blue-button-border
  {
     /* padding: 0; */
      border: 1px solid #4C89E0;
       -webkit-border-radius:  7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius:  7px 7px 7px 7px;
      /*width:100%;
      height:100%;*/

  }

  .blue-button-border:hover, .blue-button-border:active {
   
    border: 1px solid #2E6BC2;

      -webkit-border-radius:    7px 7px 7px 7px;
    -moz-border-radius:   7px 7px 7px 7px;
    border-radius:   7px 7px 7px 7px;

   
}





  .validation
  {
      color: maroon;
  }

  
 @media (min-width: 768px) {
   #logo
    {
        display:none;
    }
   #bottomitems
   {
       display:none;
   }
}

@media (min-width: 992px) {
    .content
    {
       /* padding-left:0;
        padding-right:0;*/
    } 
  
}




       #content0 {
           margin-bottom: 0px;
           padding-right:0;
        }

        #sidebar0 {
           padding-left:0;
        }

        
@media (max-width: 767px) {

    #content0 {
       padding:0;
       width: 100%;
       margin-bottom:20px;
    }

    #sidebar0 {
      padding:0;
      width: 100%;
    }
}

    #content1 {
        float: right;
        /* margin-left: 2.12%;*/
        padding-left: 20px;
        width: 65%;
    }

    #sidebar1 {
        margin-left: 0;
        width: 35%;
        float: left;
    }

    @media (max-width: 767px) {
        #banner {
            display: none;
        }

        #content1 {
            float: none;
            margin-left: 0;
            padding-left: 0;
            width: 100%;
        }

        #sidebar1 {
            margin-left: 0;
            width: 100%;
            float: none;
        }

        /*#bottombar
    {
        display:none;
    }*/
    }


    .centered-pills {
        text-align: center;
    }

        .centered-pills ul.nav-pills {
            display: inline-block;
        }

        .centered-pills li {
            display: inline;
        }

        .centered-pills a {
            float: left;
        }

        * html .centered-pills ul.nav-pills {
            display: inline;
        }
        /* IE6 */
        * + html .centered-pills ul.nav-pills {
            display: inline;
        }
    /* IE7 */


    .mypills &gt; li &gt; .none {
        border: none;
        padding-left: 5px;
        padding-right: 5px;
    }

        .mypills &gt; li &gt; .none:hover,
        .mypills .none:hover {
            background-color: Transparent;
            color:#e5e5e5;
        }
    
     .mypills &gt; li &gt; a 
     {  background-color:Transparent;
        color: #e5e5e5;
        padding-top:5px;
        padding-bottom:5px;
     } 
 .mypills &gt; li &gt; a:hover, .mypills &gt; li &gt; a:focus
     {  
        color: #ffffff;
        background-color:Transparent;
     } 





    /* home page specific */

    @media (max-width: 767px) {
        #homesubtitle {
            display: none;
        }
    }


    /* video view specific */
    .view-sidenav {
        /*width: 228px;*/
        /* margin: 30px 0 0;*/
        padding: 0;
        background-color: #e5e5e5; /*#fff;*/
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        box-shadow: 0 1px 4px rgba(0,0,0,.065);
    }

        .view-sidenav &gt; li &gt; a {
            color: #143D8D;
            text-shadow: none;
            display: block;
            /* *width: 190px;*/
            margin: 0 0 -1px;
            padding: 8px 14px;
            border: 1px solid #143D8D /*#e5e5e5*/;
        }

        .view-sidenav &gt; li:first-child &gt; a {
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

        .view-sidenav &gt; li:last-child &gt; a {
            -webkit-border-radius: 0 0 6px 6px;
            -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
        }

        .view-sidenav &gt; .active &gt; a {
            font-weight: bold;
            /* position: relative;
                z-index: 2;
                padding: 9px 15px;
                border: 0;
                 text-shadow: 0 1px 0 rgba(0,0,0,.15);
                -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
                -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
                box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
                 background-color: #143D8D;
                color: #e5e5e5;*/
        }
        /* Chevrons */
        .view-sidenav .icon-chevron-right {
            float: right;
            margin-top: 2px;
            margin-right: -6px;
            opacity: .5;
        }

        .view-sidenav &gt; li &gt; a:hover {
            background-color: #143D8D;
            color: #e5e5e5;
        }

        .view-sidenav a:hover .icon-chevron-right {
            opacity: .5;
        }

        .view-sidenav .active .icon-chevron-right,
        .view-sidenav .active a:hover .icon-chevron-right {
            background-image: url(../img/glyphicons-halflings-white.png);
            opacity: 1;
        }

        .view-sidenav.affix {
            top: 40px;
        }

        .view-sidenav.affix-bottom {
            position: absolute;
            top: auto;
            bottom: 270px;
        }


    /*
#homecontent {
    width:100%;
    border:1px solid black;
    padding-right:200px;
}

#homeleft{
    width:100%;
    background-color:red;
    float:left;
}
#homeright{
    width:200px;
    background-color:green;
    float:right;
    margin-right:-200px;
}*/
    /*
@media (max-width: 767px) {
  #homecontent {
    width:100%;
    padding:0;
}
#homeleft{
    width:100%;
    background-color:red;
    float:left;
}
#homeright{
    width:100%;
    background-color:blue;
    float:none;
    margin:0;
}


}
*/</pre></body></html>