﻿@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
	font-size: 14pt;
}

div {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.AssociationBannerWrapper {
    width: 100%;
    background-color: #815478;
}

div.AssociationBanner {
    /*display: inline-block;*/
    display: block;
    max-width: 1200px;
    min-width: 800px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #815478;
    vertical-align: bottom;
    text-align: center;
    background-image: url("https://info.captus.com/webimages/ib/ibabc/images/IB-Header-Logo.gif");
    background-repeat: no-repeat;
    background-position: right 8% bottom;
    font-family: 'Poppins', sans-serif;
    font-size: 24pt;
    color: white;
    position: relative;
}

@media screen and (max-width:799px) {
    div.AssociationBanner {
        /* max-width: 799px; */
        min-width: 360px;
        height: 80px;
        background-image: url("https://info.captus.com/webimages/ib/ibabc/images/IB-Header-Logo-small.gif");
        background-position: right 15px bottom;
        text-align: left;
        font-size: 14pt
    }
}

div.BottomCenter {
    /* Parent Div must have position:relative */
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:799px) {
    div.BottomCenter {
        text-align: left;
        padding-left: 10px;
    }
}

div.CenterMiddle {
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
}

div.PageTitleWrapper {
    height: 95px;
    width: 100%;
    background-color: #a5c5db;
    text-align: center;
    font-size: 36px;
	vertical-align: middle;
}

div.PageTitle {
    background-color: #a5c5db;
    max-width: 1200px;
    min-width: 360px;
    text-align: center;
	vertical-align: text-bottom;
    font-size: 24pt;
    color: white;
    height: 100%;
    margin: auto;
    position: relative;
	text-transform:uppercase;
}

div.CourseTitle{
	/* background-color: #a5c5db;*/
    max-width: 1000px;
    min-width: 360px;
	padding-left:20px;
    text-align: left;
    font-size: 24pt;
	font-weight:bolder;
    color: black;
    /*height: 100%;*/
    margin: auto;
	margin-bottom:15px;
    position: relative;
	text-transform:uppercase;
}
div.PageTitle span,
div.CourseTitle span{ 
	display:inline-block
	vertical-align:middle;
	line-height:normal;
}
@media screen and (max-width:600px){
	div.CourseTitle,
	div.PageTitle{
	font-size: 18pt;
}
}
h1 {
    color: #932372;
    text-transform: uppercase;
    font-size: 16pt;
    margin-bottom: 0px;
}

    h1 + p {
        margin-top: 0px;
        padding-left: 7.5%;
        font-size: 14pt;
        line-height: 16pt
    }

a {
    color: #932372;
    text-decoration: none;
    
}
a:visited
{	color: #932372;
    text-decoration: none;
}  
a.itemLink{
	color: #932372;
    text-decoration: none;
	padding-left:7.5%;
	font-weight:bolder;
}

div.content {
    max-width: 1000px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width:799px) {
    div.content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

div.NavBar {
    max-width: 1000px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    background-image: url("https://info.captus.com/webimages/ib/ibabc/images/IBABC-Logo.jpg");
    background-repeat: no-repeat;
    background-position: left 4% bottom 6px;
}


.menu {
    /*width: 66%;*/
    margin-left: auto;
    margin-right: 0px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
	
}
@media screen and (min-width:800px)
{
	.menu
	{margin-right:70px;}
}

    .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: visible;
        height: 70px;
        text-align: right;
        float: right;
        /*  background-color: #333333;*/
    }

        .menu ul li {
            float: left;
            /*border-top: 3px solid #b42c49;*/
            /*border-top: 3px solid #af1e3d;*/
            margin-right: 25px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .menu ul li a {
                display: block;
                color: black;
                /*text-align: center;*/
                position: relative;
                text-decoration: none;
                text-transform: uppercase;
            }

                .menu ul li a:hover {
                    color: #DDDDDD;
                }

            .menu ul li:hover {
                /*border-top:3px solid #DDDDDD;*/
            }

.dropdown {
    /*position: relative;*/
    display: inline-block;
    overflow: visible;
    margin-right: 25px; 
    margin-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left:10px;
	color: #932372;
    text-decoration: none;
   /* padding-right:25px; */
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
    /*overflow: hidden;*/
    background-color: #fff;
    /*border-top:3px solid #DDDDDD;*/
    /*min-width: 160px;
	*/
    
    height: auto;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        overflow: visible;
        font-family: 'Poppins', sans-serif;
        font-size: 10pt;
       /* border-right: 1px solid #f4f4f4; */
        text-transform: uppercase;
        padding-left: 15px;
        text-align: left;
        
    }

@media screen and (max-width:799px) {
    .dropdown-content {
        display: block;
        
        background-color: #fff;
        box-shadow: none;
    }


        /* Links inside the dropdown */
        .dropdown-content a {
            color: black;
            padding: 2px 6px;
            text-decoration: none;
            display: block;
            overflow: visible;
            font-family: 'Poppins', sans-serif;
			
            border-bottom: none;
            padding-left: 15px;
        }
    .dropdown{
        padding-left:15px;
    }
    .menu li a:hover {
        background-color: ##f4f4f4;
    }

    .menu li a {
        color: black;
        text-align: left;
        text-decoration: none;
        overflow: visible;
        font-family: 'Poppins', sans-serif;
        padding-right: 15px;
        text-transform: uppercase;
        padding-left: 15px;
    }
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f4f4f4;
   
}

@media screen and (min-width:800px) {
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
        position: absolute;
		
        /*width: auto;*/
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        /*/margin-left: -20%;*/
    }

        .dropdown:hover .dropdown-content a {
           
        }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    @media screen and (min-width:800px) {
        .dropdown:hover {
            display: block;
            /* position: absolute;*/
           /* background-color: #f4f4f4;*/
            overflow: visible;
           /* margin-right: 25px;*/
            margin-bottom: 10px;
            padding-left: 10px;
            text-transform: uppercase;
            box-sizing: border-box;
            padding-left: 10px;
            /*min-width: 160px;*/
        }
    }


    @media screen and (max-width:799px) {

        div.PageTitleWrapper {
            height: 55px;
        }

        div.PageTitle {
            font-size: 14pt;
        }
    }

/*
    .content a[href$=".pdf"] {
        display: inline-block;
        height: 32px;
        width: 32px;
        background-image: url("https://info.captus.com/webimages/common/images/pdf.png");
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }

    .content a[href$="-media.aspx"] {
        margin-left: 7.5%;
        display: inline-block;
        height: 32px;
        width: 32px;
        background-image: url("https://info.captus.com/webimages/common/images/play.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }*/
