/*KHALID 2*/
@media print {
    .pagebreakbefore {
        page-break-before: always;
    }
    /* page-break-after works, as well */
}

.img-fit {
    width: 100%;
    //width: 300px;
    height: 150px;
}
.oval-image {
    width: 200px;
    height: 300px; /* Example: make the height greater than width for a vertical oval */
    border-radius: 50% / 100%; /* Example: experiment with values to get the desired oval shape */   
    background-size: cover; /* Optional */
}


.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.scale-down {
    object-fit: scale-down;
}

.none {
    object-fit: none;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #000, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}


.w3-du-red, .w3-reddu, .w3-hover-reddu:hover {
    color: #cc2027 !important;
}
.w3-du-orange, .w3-hover-du-orange:hover {
    color: #F15A29 !important;
}
.w3-bg-du-orange {
    background: #F15A29 !important;
}

.w3-du-light-blue {
    background: #3AA7CC !important;
}

.w3-text-du-darkblue {
    color: #00334d !important;
}
.w3-du-darkblue {
    background: #00334d !important;
}

.view-button-link {
    color: #fff;
}

a.view-button-link {
    display: inline-block;
    text-decoration: none;
    padding: 8px 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 25px 0 0 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    color: #fff;
}

a.view-button-link:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit--1px: 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    color: #fff;
}


.social-icon {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 0 8px 0 0;
    color: #fff;
    padding: 20px 0 0 0;
    position: relative;
}

    .social-icon.false {
        display: none;
    }

    .social-icon:last-child {
        margin: 0;
    }

    .social-icon .icon {
        width: 40px;
        height: 30px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        display: inline-block;
        font-size: 20px;
        padding: 10px 0 0 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    .social-icon .text {
        width: 68px;
        display: none;
        font-size: 13px;
        color: #fff;
        position: absolute;
        bottom: -20px;
        left: -14px;
        right: 0;
        margin: 0 auto;
    }

    .social-icon:hover .text {
        display: block;
    }

    .social-icon.facebook-icon {
        margin-left: -15px;
    }

        .social-icon.facebook-icon:hover .icon {
            background: #3C5B9F;
        }

   
.facebook:before {
    content: "\e90a";
}
.social-icon.facebook-icon {
    margin-left: -15px;
}

    .social-icon.facebook-icon:hover .icon {
        background: #3C5B9F;
    }

    
 

.w3-row-xpadding, .w3-row-xpadding > .w3-col {
    padding: 10px 0px
}
.w3-row-vpadding, .w3-row-vpadding > .w3-col {
    padding: 10px 5px
}

.article_main_title {
    /*font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    //font: normal 30px 'News Cycle', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    //margin: 0;
    padding: 15px 0 10px 0;
    border-bottom: 3px solid #D8D8D6;
    // letter-spacing: 2px;
    //display: block;
    text-align: left;
}

.ui-article {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #D8D8D6;
}
/*.ui-widget-header, .ui-widget-footer {
    padding: 0 38px;
}*/
.news-title {
   // font: 500 24px "News Cycle", Arial, sans-serif;
    line-height: 1.1;
   // padding: 0 15px 15px 0;
    text-align: left;
}

.news-title a {
    color: #4D4C4D;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    text-decoration: none;
    text-align: left;
}
.news-title a:hover {
    text-decoration: none;
    color: #ff5722;
}
.news-description {
    font-weight: 400;
}



.som-title {
    font: 500 24px "News Cycle", Arial, sans-serif;
    line-height: 1.1;
    padding: 0 15px 15px 0;
    text-align: left;
}

.som-title a {
    color: #4D4C4D;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    text-decoration: none;
    text-align: center;
}

.som-title a:hover {
    text-decoration: none;
    color: #ff5722;
}

.som-description {
    font-weight: 400;
}


.events-date {
    font: 500 24px "News Cycle", Arial, sans-serif;
    line-height: 1.1;
   // padding: 0 15px 15px 0;
    font-size: 26px;
}
.events-title {
    display: block;
    color: #4D4C4D;
    font-weight: 500;
    font-size: 20px;
   // padding: 0 0 5px 0;
    text-align: left;
}
.events-title a {
    color: #4D4C4D;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    text-decoration: none;
    text-align: left;
}
    .events-title a:hover {
        text-decoration: none;
        color: #ffc107;
    }
.events-time {
    display: block;
    color: #4D4C4D;
    font-size: 13px;
}


.links {
    font-family: "Segoe UI",Arial,sans-serif;
    color: white;
    text-decoration: solid;
    display: block;
    padding: 5px 5px 5px 5px;    
    font-weight: 400;

    /*padding: 0 0 5px 0;
    margin: 0 0 20px 0;*/
    border-bottom: 1px solid #D8D8D6;
}
    .links:hover {
        text-decoration: none;
        background-color: #33a2c7;
    }

.links-title {
    display: block;
    color: #4D4C4D;
    font-weight: 500;
    //font-size: 20px;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

    .links-title a {
        color: #4D4C4D;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
        text-decoration: none;
        text-align: left;
    }

       .links-title:hover {
            text-decoration: none;
            color: white;
            background-color: #33a2c7;
        }




/*.navigation {
    border-bottom: 3px solid rgba(255,255,255,0.4);
    word-wrap: break-word;
}
.navigation li a {
    display: block;
    font-weight: 600;
    color: #4D4C4D;
    padding: 12px 38px;
    margin: 0 0 -1px 0;
}
.navigation li:hover  {
    background: #3AA7CC;
}*/


.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topnav_register {
    position: relative;
    background: #00334d; // url(../images/topnav.jpg);
    // dimgray;
    //CHANGE //#1260ae;
    height: 30px;
    padding-top: 0px;
    line-height: 30px;
    overflow: hidden;
    z-index: 2;
    border: none;
}
.topnav_register li a {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    height: 30px;
    color: #ffffff !important;
}

.topnav_register li a:hover {
    background-color: black;
    color: white !important;
}    

.topnav_contactmenu {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 400;       
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
   font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border: none;
}

.topnav_contactmenu .w3-bar a:hover {
    background-color: red !important;
    color: green !important;
}

.topnav_contactmenu .w3-bar a.active {
    background-color: red;
    color: green;
}

.topnav_logo {
    //font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    background-color: whitesmoke;
    height: 68px;
    padding-top: 0px;
    line-height: 68px;
    overflow: hidden;
    z-index: 2;
    display: block;
    font-weight: 600;
    background: #f7f3f3;
        //background: url(../images/header-bg.png) #a4b4ca;
}
.logo_heading1 {
    font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   // line-height: 1;
    font-size: 42px;
    letter-spacing: 3px;
    color: #cc2027;
    display: block;
    position: absolute;
  //  top: 2px;
  
    /*text-shadow: 2px 1px 1px black;*/
}

.logo_heading1 img {
        
    display: block;
    // margin: unset;
    width:68px;
    height:68px;
}


.logo_heading2 {
    color: darkgreen;
    text-shadow: 0px 0px 0px #cc2227;
    font-size: 22px;
    padding-left: 10px;
    text-shadow: 0px 0px 0px black;
    font-weight: 300;
}

.logo_text {
    width: 100%;
    text-align: right;
    font-family: 'Segoe UI',Arial,sans-serif;
    font-size: 18px;
    color: darkgreen; /*#cc2027;*/
    font-weight: 500;
}

.topnav {
    position: relative;
    z-index: 2;
    font-size: 17px;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 199, 245, 1) 0%, rgba(18, 96, 174, 1) 100%) repeat scroll 0 0;*/
    //background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(18, 96, 174, 1) 0%, rgba(73, 199, 245, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right,rgba(18, 96, 174, 1) 0%, #3b7dd8 100%) repeat scroll 0 0;
    background: #00334d; //url(../images/topnav.jpg) #a4b4ca;
    z-index: 2;
    // dimgray;
    color: #f1f1f1;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Segoe UI",Arial,sans-serif;
    overflow: hidden;
    width: 100%;
    height: 44px;
    border: none;
}

.topnav a {
    padding: 10px 15px 9px 15px !important;
}

.topnav .w3-bar a:hover, .topnav .w3-bar a:focus {
    background-color: indianred !important;
    color: #ffffff !important;
}
    .topnav .w3-bar a.active {
        background-color: indianred; //#ffc107; /*rgba(73, 199, 245, 1);*/
        /*#c5dae5;*/ /*#4CAF50;*/
        color: #ffffff;
    }
a.topnav-icons {
    width: 52px !important;
    font-size: 20px !important;
    padding-top: 11px !important;
    padding-bottom: 13px !important;
}

a.topnav-icons.fa-home {
    font-size: 22px !important
}

a.topnav-icons.fa-menu {
    font-size: 22px !important
}

a.topnav-localicons {
    font-size: 20px !important;
    padding-top: 6px !important;
    padding-bottom: 12px !important;
}

i.fa-caret-down, i.fa-caret-up {
    width: 10px
}

pre {
    font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

 
.carousel-image-background {
    height: 860px;
    background: url(../images/blue3.jpg) #a4b4ca;
}

.carousel-caption-left-top {
    width: 80%;
    left: 10%;
    top: 10% !important;
    text-align: center;
    //transform: translateY(-15%);
    //bottom: initial;
}


.carousel-caption-right-bottom {
    width: 35%;
    left: 55%;
    background-color: pink;
    bottom: 10% !important;
    text-align: right;
    //transform: translateY(-15%);
    //bottom: initial;
}

a:hover, a:active {
    color: #4CAF50
}

.w3-blue-sidebar, .w3-hover-blue-sidebar:hover {
    background-color: #33a2c7 !important;
}
.w3-xjumbo {
    font-size: 80px !important
}
.w3-xxjumbo {
    font-size: 96px !important
}

/*#sidenav h2 {
    font-size: 18px;
    padding-left: 16px;
    margin: -4px 0 4px 0;
    width: 204px;
}
    */
#sidenav a {
    font-family: "Segoe UI",Arial,sans-serif;
    color: white;
    text-decoration:solid;
    display:block;
    padding: 10px 5px 10px 10px;
    //font-size: 16px;
    font-weight: 400;
}

    #sidenav a:hover {
        color: white;
        //#000000;
        background-color: indianred;
    }

    #sidenav a.active {
        // background-color: indianred; /*rgba(73, 199, 245, 1);*/
        //font-weight: 500;
        // color: red;
        border-left: solid;
        border-left-width: thick;
        border-left-color: indianred;
    }


#sidenavright h2 {
    font-size: 21px;
    padding-left: 16px;
    margin: -4px 0 4px 0;
    width: 204px;
}

#sidenavright a {
    font-family: "Segoe UI",Arial,sans-serif;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 5px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}

#sidenavright a:hover {
    color: #000000;
    background-color: #cccccc;
}

#sidenavright a.active {
    background-color: #1260ae;
    font-weight: 600;
    color: white;
}

#leftmenuinner {
    position: fixed;
    top: 0;
    padding-top: 112px;
    padding-bottom: 0;
    height: 100%;
    width: 280px;
    
}

#leftmenuinnerinner {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    //background: url(../images/sidemenu.jpg);
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(18, 96, 174, 1) 0%, rgba(73, 199, 245, 1) 100%) repeat scroll 0 0;*/
}

#rightmenuinner {
    position: fixed;
    top: 0;
    padding-top: 112px;
    padding-bottom: 0;
    height: 100%;
    width: 100px;
    z-index:9999;
}

#rightmenuinnerinner {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    background: #00334d; //url(../images/topnav.jpg);
    z-index: 9999;
    //rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(18, 96, 174, 1) 0%, rgba(73, 199, 245, 1) 100%) repeat scroll 0 0;
}


.carousel-inner {
    width: 100%; /*slider width*/
    height: 25%; /*slider height*/
}

.carousel-inner .item img {
    height: 25%;
    width: 100%; /*img width*/
}



/*used for image grid*/
.card 
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.row 
{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    /*padding: 5px 5px 5px 10px;*/
}



.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}


.column .container {
    padding: 0 16px;
    width: 100%;
    text-align: center;
    background-color: white;
    //background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 199, 245, 1) 0%, rgba(18, 96, 174, 1) 100%) repeat scroll 0 0;
    font-size: 45px;
    /*letter-spacing: 2px;*/
    font-weight: bolder;
    color: white;
    display: block;
    font-family: FontAwesome;
}

.column .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.column img:hover {
    transform: scale(1.02);
}

.responsive-image {
    float: right;
    width: 50%;
    height: auto;
    margin: 5px 5px 15px 15px;
    border: 1px solid #000000;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    outline-width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.w3-antiquewhite, .w3-hover-antiquewhite:hover {
    color: #000 !important;
    background-color:antiquewhite !important
}

label {
    font-weight:500 !important;
}

.w3-box-shadow-0 {
    box-shadow: none;
}

.sidefeatures {
    WIDTH: 240px;
    HEIGHT: 294px;
    margin: 0px;
    border: solid #fff 5px;
}


.home_title_format {
    font-family: fontawesome;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    // line-height: 1;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight:600;
    color: darkred;
    //#cc2027;
    display: block;
    // position: absolute;
    
    //top: 17px;
    /*text-shadow: 2px 1px 1px black;*/
}
.home_title_format2 {
    // font-family: fontawesome;
    // font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    // text-decoration: none;
    // -webkit-font-smoothing: antialiased;
    // -moz-osx-font-smoothing: grayscale;
    // line-height: 1;
    font-size: 20px;
    letter-spacing: 0px;
    color: #00334d; //saddlebrown;
    //#cc2027;
    // display: block;
    // position: absolute;
    //top: 17px;
    /*text-shadow: 2px 1px 1px black;*/
}

.image-border  {
   
    border: 10px solid #E5E5E5;
}

.img-fit {
    width: 100%;
    //width: 300px;
    height: 150px;
}

.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.scale-down {
    object-fit: scale-down;
}

.none {
    object-fit: none;
}



.img-hover:hover {
    opacity: 0.75;
    border: 5px dotted #ff0000;
    //border-radius: 40px;
}

.w3-reminder-image {    
    max-width: 250px;
    max-height: 200px;
}
.w3-news-image {
    max-width: 250px;
    max-height: 200px;
}

.w3-reminder-medium {
    font-size: 18px !important
}

.w3-reminder-large {
    font-size: 24px !important
}

.w3-reminder-xlarge {
    font-size: 36px !important
}

.w3-reminder-xxlarge {
    font-size: 48px !important
}

.w3-reminder-xxxlarge {
    font-size: 64px !important
}



@media screen and (max-width:1600px) {
    .w3-reminder-image {
        max-width: 150px;
        max-height: 110px;
    }
    .w3-news-image {
        max-width: 150px;
        max-height: 110px;
    }


    .logo_text {
        font-size: 16px;
    }

  
    .w3-reminder-medium {
        font-size: 14px !important
    }

    .w3-reminder-large {
        font-size: 16px !important
    }

    .w3-reminder-xlarge {
        font-size: 24px !important
    }

    .w3-reminder-xxlarge {
        font-size: 30px !important
    }

    .w3-reminder-xxxlarge {
        font-size: 38px !important
    }

}




 /*For Medium side screens*/
 @media screen and (max-width:992px) {

    .w3-reminder-image {
        max-width: 200px;
        max-height: 150px;
    }
    .w3-news-image {
        max-width: 200px;
        max-height: 150px;
    }
        .carousel-image-background {
            height: 550px;
            background: url(../images/blue3.jpg) #a4b4ca;
        }
        .carousel-caption-left-top {
            width: 90%;
            left: 5%;
            top: 10% !important;
            text-align: center;
            //transform: translateY(-15%);
            //bottom: initial;
        }

        .topnav_logo {
            //font-family: fontawesome;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: relative;
            background-color: whitesmoke;
            height: 68px;
            padding-top: 0px;
            line-height: 68px;
            overflow: hidden;
            z-index: 2;
            display: block;
            font-weight: 600;
            background: #f7f3f3;
            z-index: 2;
            //background: url(../images/header-bg.png) #a4b4ca;
        }


        .topnav_logo img {
            display: block;
            margin: auto;
        }

        .logo_heading1 {
            font-family: fontawesome;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            //line-height: 1;
            font-size: 36px;
            letter-spacing: 3px;
            color: #cc2027;
            display: block;
            position: absolute;
            //top: 17px;
            /*text-shadow: 2px 1px 1px black;*/
        }

        .logo_heading1 img {
            display: block;
            margin: auto;
            width: 68px;
            height: 68px;
        }

        .logo_heading2 {
            color: darkgreen;
            text-shadow: 0px 0px 0px #cc2227;
            font-size: 22px;
            padding-left: 10px;
            text-shadow: 0px 0px 0px black;
            font-weight: 300;
        }

        .logo_text {
            width: 100%;
            text-align: right;
            font-family: 'Segoe UI',Arial,sans-serif;
            font-size: 16px;
            color: darkgreen; /*#cc2027;*/
            font-weight: 500;
        }


        #sidenav {
            width: 200px;
            z-index: 2;
        }

        #sidenav h2 {
            font-size: 16px;
            padding-left: 16px;
            margin: -4px 0 4px 0;
            width: 100%;
        }

        #sidenav a {
            font-family: "Segoe UI",Arial,sans-serif;
            color: white;
            text-decoration: none;
            display: block;
            padding: 8px 5px 8px 10px;
            font-size: 16px;
            font-weight: 400;
        }

        #sidenavright {
            width: 200px;
            z-index: 2;
        }

        #sidenavright h2 {
            font-size: 16px;
            width: 100%;
        }

        #sidenavright a {
            padding: 8px 5px 8px 10px;
            font-size: 16px
        }

    #leftmenuinner {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
        width: auto;
        padding-top: 0;
        background: #00334d; //url(../images/topnav.jpg);
    }

    #leftmenuinnerinner {
        overflow-y: auto;
        background: #00334d; // url(../images/topnav.jpg);
    }

        #rightmenuinner {
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            height: 100%;
            position: relative;
            width: auto;
            padding-top: 0;
            background-color: #f1f1f1;
            z-index: 9999;
        }

        #rightmenuinnerinner {
            overflow-y: scroll;
                 z-index:9999;
        }

        .responsive-image {
            float: right;
            width: 50%;
            height: auto;
            margin: 5px 5px 15px 15px;
            border: 1px solid #000000;
        }

        

        .w3-reminder-medium {
            font-size: 18px !important
        }

        .w3-reminder-large {
            font-size: 20px !important
        }

        .w3-reminder-xlarge {
            font-size: 28px !important
        }

        .w3-reminder-xxlarge {
            font-size: 36px !important
        }

        .w3-reminder-xxxlarge {
            font-size: 42px !important
        }
    }





    /*small screens*/
    @media screen and (max-width:600px) {

        .w3-reminder-image {
            max-width: 150px;
            max-height: 110px;
        }
        .w3-news-image {
            max-width: 150px;
            max-height: 110px;
        }
        .topnav_logo {
            //font-family: fontawesome;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: relative;
           // background-color: whitesmoke;
            height: 68px;
            padding-top: 0px;
            line-height: 68px;
            overflow: hidden;
            z-index: 2;
            display: block;
            font-weight: 600;
            background: #f7f3f3;
            //background: url(../images/header-bg.png) #a4b4ca;
        }




        .logo_heading1 {
            font-family: fontawesome;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
     //       line-height: 1;
            font-size: 20px;
            letter-spacing: 3px;
            color: #cc2027;
            display: block;
            position: absolute;
            font-weight:600;
            //text-transform:uppercase;
            //top: 17px;
            /*text-shadow: 2px 1px 1px black;*/
        }

            .logo_heading1 img {
                display: block;
                margin: auto;
                width: 68px;
                height: 68px;
            }

        .logo_heading2 {
            color: darkgreen;
            text-shadow: 0px 0px 0px #cc2227;
            font-size: 12px;
            padding-left: 10px;
            text-shadow: 0px 0px 0px black;
            font-weight: 300;
        }

        .logo_text {
            width: 100%;
            text-align: right;
            font-family: 'Segoe UI',Arial,sans-serif;
            font-size: 12px;
            color: darkgreen; /*#cc2027;*/
            font-weight: 500;
        }

        .home_title_format {
            font-family: fontawesome;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            // line-height: 1;
            font-size: 28px;
            letter-spacing: 1px;
            color: darkred;
            //#cc2027;
            display: block;
            // position: absolute;
            //top: 17px;
            /*text-shadow: 2px 1px 1px black;*/
        }
        .home_title_format2 {
            font-size: 14px;
            letter-spacing: 0px;
            color: #00334d; //saddlebrown;
            /*text-shadow: 2px 1px 1px black;*/
        }


        h1 {
            font-size: 26px
        }
        h2 {
            font-size: 22px
        }
        h3 {
            font-size: 18px
        }
        h4 {
            font-size: 14px
        }
        h5 {
            font-size: 10px
        }



        .w3-reminder-medium {
            font-size: 14px !important
        }
        .w3-reminder-large {
            font-size: 16px !important
        }

        .w3-reminder-xlarge {
            font-size: 18px !important
        }

        .w3-reminder-xxlarge {
            font-size: 22px !important
        }

        .w3-reminder-xxxlarge {
            font-size: 28px !important
        }

    

        .topnav_logo {
            height: 68px
        }

        .toptext {
            display: none
        }

        .responsive-image {
            float: right;
            width: 100%;
            height: auto;
            margin: 5px 5px 15px 10px;
            border: 1px solid #000000;
        }

        .column {
            width: 100%;
            display: block;
        }


       


    }

