/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
    font-size: 14px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* button style for rounded buttons */
.btn-blue-round {
    font-family: “opensans”, sans-serif;
    background-color: #00529b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 8px 40px;
    display: inline-block;
    text-decoration: none;
}
   
.btn-blue-round :hover {
    background-color: #14446f;
}
   
.btn-white-round {
    font-family: “opensans”, sans-serif;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #00529b !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 8px 40px;
    display: inline-block;
    text-decoration: none;
}
   
.btn-white-round :hover {
    background-color: #14446f;
}
   
.btn-orange-round {
    font-family: “opensans”, sans-serif;
    background-color: #dc5842;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 8px 40px;
    display: inline-block;
    text-decoration: none;
}
   
.btn-orange-round :hover {
    background-color: #d86e5c;
}

/* GENERIC */
H1, .headline1 {
     font-family: "opensans", sans-serif;
    font-size: 27px;
    font-weight: semibold;
    margin-top: 0;
    margin-bottom: 0;
    color: #666;
}

H2, .sub-head1 {
      font-weight: semibold; 
  font-size: 21px;
    line-height: 32px;
    color: #008fc5;
}

H3, .sub-head2 {
     font-family: "opensans", sans-serif;
    font-size: 14px;
    line-height: 18px;
  	color: #666;
}

H4 {
    font-family: "opensans", sans-serif;
    font-size: 12px;
    line-height: 16px;
}

H5, DT {
}

H6 {
}

TFOOT, THEAD {
}

TH {
}

/*A:link {
    color: #00539b;
}

A:visited {
    color: #999999;
}

A:hover {
    color: #999999;
    text-decoration: underline;
}

A:active {
}*/

SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}



ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}

ul li {
}

.mainContent ul {
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mainContent li {
    margin-bottom: 4px;
}

.mainContent ul li {
    /*list-style-type: disc;*/
}

.mainContent ul ul li {
    /*list-style-type: square;*/
}

.mainContent ul ul ul li {
    /*list-style-type: circle;*/
}

.mainContent ol {
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style-type: decimal;
    list-style-position: outside;
}

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
}

OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}




.imgLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.imgRight {
    float: right;
    margin: 0 0 10px 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    float: none !important;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

a.readmore, .readmore a {
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #666666;
}

    a.readmore:hover, .readmore a:hover {
        text-decoration: none;
        color: #00a0de;
    }


/*Home Related Links*/
.relatedNav {
    font-size: 1em;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 0;
}

    .relatedNav li {
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

        .relatedNav li.header {
            padding: 10px 20px 10px 0;
            color: #666666;
            font-size: 16px;
            line-height: 18px;
        }

        .relatedNav li a {
            display: block;
            font-size: 16px;
            line-height: 18px;
            padding: 10px 20px 10px 0;
            color: #00a1de;
        }

            .relatedNav li a:hover {
                text-decoration: none;
            }

    .relatedNav span {
        bottom: 50%;
        color: #00a1de;
        display: inline-block;
        float: right;
        line-height: 0;
        position: absolute;
        right: 1em;
        top: 50%;
        vertical-align: middle;
        font-size: 12px;
    }

    .relatedNav li a:hover span {
        right: 0;
    }

/* Home Events & Education*/
.event-container {
    background-color: #f3f3f4;
    padding: 10px 10px 20px 10px;
}

    .event-container .title {
        text-transform: uppercase;
        color: #00a1de;
        font-size: 16px;
    }

    .event-container .description {
        margin-top: 10px;
    }



    .event-container .icon-arrow-right-generic {
        color: #008fc4;
        font-size: 14px;
        padding-left: 15px;
        line-height: 0;
    }



/*Home Feature module*/
.edr_carousel.NewsOne .wrapper .slider ul li > .box3, .edr_carousel.NewsOne .wrapper .slider ul li > .box3 img {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.edr_carousel.NewsOne .wrapper .slider ul li > .box3 {
    text-align: center;
    background-color: transparent !important;
}

    .edr_carousel.NewsOne .wrapper .slider ul li > .box3 h2 {
        font-size: 18px !important;
        line-height: 20px;
        font-family: "opensanslight",sans-serif;
        color: #00a1de;
        margin-top: 20px;
        font-weight: normal !important;
    }

    .edr_carousel.NewsOne .wrapper .slider ul li > .box3 .readmore {
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
    }

        .edr_carousel.NewsOne .wrapper .slider ul li > .box3 .readmore a:hover {
            text-decoration: none;
            color: #00a1de;
        }

        .edr_carousel.NewsOne .wrapper .slider ul li > .box3 .readmore .icon-arrow-right-generic {
            font-size: 10px;
            padding-left: 5px;
        }

/*.edr_carousel .navigation.circle {
    background-image: none !important;
}*/

.edr_carousel.horizontal .navigation.circle.previous {
    background: url("Images/feature_left_arrow.png") no-repeat left top transparent !important;
    height: 43px !important;
    text-indent: -10000px !important;
    width: 26px !important;
}

    .edr_carousel.horizontal .navigation.circle.previous:hover {
        background: url("Images/feature_left_arrow_hover.png") no-repeat left top transparent !important;
    }

.edr_carousel.horizontal .navigation.circle.next {
    background: url("Images/feature_right_arrow.png") no-repeat left top transparent !important;
    height: 43px;
    text-indent: -10000px;
    width: 26px;
}

    .edr_carousel.horizontal .navigation.circle.next:hover {
        background: url("Images/feature_right_arrow_hover.png") no-repeat left top transparent !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.gsc-selected-option-container {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

@media (min-width: 992px) {
    /*Set slide page icon on the left*/
    .owl-theme .owl-controls {
        text-align: left;
    }
}


@media (max-width: 767px) {
    #rotatorNav .prev {
        left: 10%;
    }

    #rotatorNav .next {
        right: 10%;
    }

    .edr_carousel.horizontal .navigation.circle.previous {
        left: -6px !important;
    }


    .edr_carousel.horizontal .navigation.circle.next {
        right: -6px !important;
    }
}

.callout  {
  
 	font-family: "opensans", sans-serif;
    font-size: 30px;
  	font-weight: semibold;
	color: #00529b
}

hr  {
  
  background:#666;
  height: 1px;
}

