/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
}
body{
min-height:100%;
background-color:#431663;
min-height:100%;
background-image: url(/images/bg/bg.jpg);
margin:0 auto;
}
.wrap {  color: #000;
min-height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: right bottom;
min-height:100%;
background-image: url(/images/bg/bg.jpg);}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.white {  color:#fff;} 
.nav {
	position: absolute;
	margin: 0;
	display:inline;
	max-width:500px;
	top:5px;
	margin-left:5px;

	
}
.nav ul {
	margin: 0;
	padding: 0;
	font-size:14px;
	max-width:500px;
	display:inline;
	letter-spacing:-1px;
	
}
.nav li {
	margin: 0 6px 0 6px;
	padding: 0;
	list-style: none;
	display: inline-block;
	
	
}
.nav a {
	padding-right:2px;
	text-decoration: none;
	color: #2b2c29;
	line-height: 100%;
}
.nav a:hover {
	color: #7030a0;
}
.nav .current a {
	color: #7030a0;
}

.ctbutton a { 
		  color: #444;
  text-decoration:none !important;

}
.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #fff; /* Old browsers */
		background: #fff -moz-linear-gradient(top, rgba(246,246,247,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
		background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,247,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
		background: #fff -webkit-linear-gradient(top, rgba(246,246,247,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
		background: #fff -o-linear-gradient(top, rgba(246,246,247,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
		background: #fff -ms-linear-gradient(top, rgba(246,246,247,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
		background: #fff linear-gradient(top, rgba(246,246,247,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	  border: 1px solid #dedbdb;
	  border-top: 1px solid #e8e7e7;
	  border-left: 1px solid #e8e7e7;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px 3px 3px 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 14px;
	  text-decoration: none !important;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  line-height: normal;
	  padding: 10px 20px 10px 20px;
	  letter-spacing:-1px;
	  font-family:Arial, Helvetica, sans-serif; 
	  }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #f6f7f7; /* Old browsers */
		background: #f6f7f7 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #f6f7f7 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #f6f7f7 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #f6f7f7 -o-linear-gradient(top, rgba(255,255,255,.21) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #f6f7f7 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #f6f7f7 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #dedbdb;
	  border-top: 1px solid #e8e7e7;
	  border-left: 1px solid #e8e7e7;
	   color: #444;
	   text-decoration:none !important;
	  }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2 {font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
font-weight: bold;font-size:16px; color:#262626;}

h4 {font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
font-weight: bold;font-size:19px; color:#6c1ea7;  margin:10px 0 0 0 !important;}

p {font-family: 'Raleway', sans-serif, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; font-weight:400 !important;}

.border { background:url(../images/bg/border.png) repeat-x; width:0 auto; height:50px; position:absolute top;}
.border-container{ position: relative; width: 960px; margin: 0 auto; padding: 0; }
.main-container { position: relative; width: 960px; margin: 0 auto; padding:32px 0 80px 0; clear:both; display:block; }
.container-bottom { height:210px; margin:0 auto; background-color:#fff; clear:both; }

.text1 {width:159px; height:0 auto; float:left; padding:25px 30px 0 20px !important; }
.text1 h1 { line-height:22px; }
.text1 h2 { line-height:22px !important; }

.text2 {width:231px; height:200px; float:left; padding:20px 35px 0 0!important;  font-family: 'Raleway', sans-serif, Arial, Helvetica, sans-serif;}
.text3 {width:170px; height:200px; float:left;  padding:20px 0 0 10px !important; }
.text3 p {margin-top:20px;}
.text2 p {margin-top:20px;}

.main-container ul {margin-top:20px; list-style-type:none; padding-left:0 !important;}
.main-container li { font-family: 'Raleway', sans-serif, Arial, Helvetica, sans-serif; font-size:13px !important; line-height:16px; background:url(../images/bg/dot.jpg) no-repeat; padding-left:13px; font-weight:400 !important; }


.bottom {  position: relative; width: 960px; height:0 auto; margin: 0 auto; padding:0;  z-index:10; display:block; clear:both;}
.bottom2 { background-color:#fff; position: absolute; height:0 auto; width:920px; z-index:100; margin-top:-38px; padding:33px 0 0 40px; }
.bottom2 h2 a {  color:#262626 !important; text-decoration:none !important;}
.bottom2 h2 a:hover { text-decoration:underline !important;}

.column { width:197px; float:left; height:100px; padding:0 45px 0 5px;}
.column p { font-size:14px !important; font-weight:500 !important; line-height:19px; margin-top:6px !important;}
.column p a { color:#000; text-decoration:underline;}
.column p a:hover { color:#6c1ea7; text-decoration:underline;}
.column h2 {margin:0 !important;}
.icon {width:50px; float:left; height:100px;}

.footer {  position: relative; width: 960px; height:170px; margin: 0 auto; padding-top:20px; clear:both;}
.footer p { margin:0 !important; padding:0 !important; font-size:11px; clear:both; display:block;}
.footer ul { color:#e2e0e3 !important; font-size:11px !important; float:left; margin:0; padding-left:0; clear:both;}
.footer li { display:inline; list-style-type:none; padding-right:5px;}
.footer li a { color:#c8c5ca; text-decoration:none;}
.footer li a:hover { text-decoration:underline;}
footer {height:0 auto; margin:0 auto; background-color:#431663; margin:0; padding:0;  color:#8f8399;}
.ameliajohnson { font-size:10px !important; color:#5b466a;}
.ameliajohnson a { text-decoration:none; color:#5b466a;}
.ameliajohnson a:hover { text-decoration:underline;}
.socialmedia {position:absolute; right:0; display: inline !important; list-style-type:none !important; margin:0; padding:0;}
.socialmedia li {display:inline;}
.clearer {width:40px; height:331px; float:left;}
.logo {width:655px; height:37px; float:left; padding-top:43px !important;}

.getintouch { width:147px; height:35px; position:absolute; bottom:27px; margin-left:4px !important;}
.getintouch ul { padding:0;  }
.getintouch li { float:left; display:inline; list-style:none; list-style-position:outside; padding:0; }
.getintouch li a { height:35px; display:block; background:url(../images/buttons/getintouch.jpg) no-repeat; text-indent:-9999px; padding:0; margin:0; overflow:hidden; }
.getintouch li.getintouch a { width:147px; background-position:0 0; }
.getintouch li.getintouch a:hover { background-position:-0 -35px; }

.inside {width:810px; height:0 auto; padding:40px 100px 30px 50px; background:#fff; clear:both; display:inline-block;}
.inside-col1 {width:206px; height:0 auto; background:url(../images/icons/logo2.jpg) no-repeat; padding:60px 60px 0 0; float:left; }
.inside-col1 h1 { line-height:22px; margin:0; padding:0;}
.inside-col2 {width:238px; height:0 auto; float:left; padding-left:20px; padding-top:18px;}
.inside-col3 {width:164px; height:0 auto; float:left; padding-left:65px;}
.wpcf7-form-control  wpcf7-submit {postion:relative !important; height:20px !important;}
.inside-col4 {width:280px; height:0 auto; float:left; padding-left:20px;}
.inside-col5 {width:184px; height:0 auto; float:right; padding-left:20px;}
.news {width:600px; height:0 auto; float:left; line-height:18px !important; display:inline;}
.news a { color:#7030a0 !important; text-decoration:none;}
.news a:hover {text-decoration:underline;}
.news h2 { margin-top:25px !important; padding-top:25px!important; border-top:1px dotted #7030a0; font-size:18px; clear:both; display:block; }
.news h2 a { color:#262626 !important;text-decoration:none;}
.news h2 a:hover {   text-decoration:underline;}
.continuereading { display:block; font-size:12px !important; margin-top:5px; text-decoration:none;}
.fimage{ padding:5px 0 5px 0 !important;}
.news img { padding:5px 5px 8px 0 !important;}
#reply-title {border-top:1px dotted #7030a0; padding-top:30px !important;}
#respond { margin-top:35px !important; clear:both; display:block; height:0 auto;}
#commentform {width:420px; height:0 auto; clear:both; display:block; height:0 auto;}
#author {float:right; width:320px;}
#email {float:right; width:320px;}
#url {float:right; width:320px;}
#comment {float:right; clear:both; width:323px;}
.comment-area { display:block; clear:both; height:0 auto;}
#submit {margin:10px 0 10px 0 !important;}
.comments-left ol {list-style-type:none !important; padding-left:0 !important;}
.comments-left li {list-style-type:none !important; background:none !important; margin: 20px 0 20px 0 !important; padding: 10px 0 0 0 !important;}
.right {float:right; width:150px !important; display:inline;}
#sidebar {width:150px; height:0 auto;}
#sidebar li { margin:5px 0 5px 0 !important; font-size:13px; background:none !important; padding-left:0 !important; padding-top:10px !important; border-top:1px dotted #7030a0}
.post-date {font-size:11px !important; display:block;}
#sidebar a {  color:#7030a0; text-decoration:none;}
#sidebar a:hover { text-decoration:underline;}
.rounded2 {margin-top:20px; text-decoration:underline; font-weight:normal;}
#s {width:150px; margin:5px 0 5px 0; display:block;}
.screen-reader-text {margin-top:20px; text-decoration:underline; display:block;}
#searching { list-style-type:none;  padding-left:5px !important;}
#searching li {background:none !important;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image re
 lacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
figure { display: block; width: 100%; height: 100%; margin: 0 padding-left:20px;}
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/****************************************** Accordion */

.liteAccordion h2 { line-height:0;}
.liteAccordion {
	margin-top:35px;
    text-align: left;
   
    line-height: 18px;
    font: 'Helvetica Neue', Verdana, Arial, sans-serif;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-tap-highlight-color: transparent;
}
.liteAccordion, .liteAccordion * { padding: 0; margin: 0; border: 0; box-sizing: content-box }
.liteAccordion > ol { position: relative; overflow: hidden; height: 100%; margin: 0; padding: 0; list-style-type: none }
.liteAccordion > ol > li { list-style-type: none }
.liteAccordion .slide > h2 {
	background-image:url(../images/bg/accordion.jpg) no-repeat;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; /* fixes chrome bug */
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
}
.liteAccordion .slide > h2 span {
	background-image::url(../images/bg/accordion.jpg) no-repeat;
    display: block;
	padding: 10px 0 10px 10px;
    text-align: left;
    height: 100%;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.liteAccordion .slide > h2 b {
    display:none;
   
}

.liteAccordion .slide > h2:hover { cursor: pointer }
.liteAccordion .slide > div { height:100%; position: absolute; top: 0; z-index: 10; overflow: hidden; background: white }
.liteAccordion .ap-caption { padding: 10px 15px; position: absolute; bottom: 20px; right: 30px; z-index: 3; background: black;
    background-image:url(../images/bg/accordion.jpg) no-repeat; color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
.liteAccordion noscript p { padding: 10px; margin: 0; background: white }

/****************************************** Basic */
.liteAccordion.basic .slide > h2 { background: #350658; /* Old browsers */

background: -moz-linear-gradient(left,  #350658 0%, #52197b 53%, #6d2b9d 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#350658), color-stop(53%,#52197b), color-stop(100%,#6d2b9d)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #350658 0%,#52197b 53%,#6d2b9d 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #350658 0%,#52197b 53%,#6d2b9d 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #350658 0%,#52197b 53%,#6d2b9d 100%); /* IE10+ */

background: linear-gradient(to right,  #350658 0%,#52197b 53%,#6d2b9d 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350658', endColorstr='#6d2b9d',GradientType=1 ); /* IE6-9 */

border-bottom: 1px solid #d4c1e2;
	  border-top: 1px solid #c5b7cf;
	  border-left: 1px solid #573561;
	  border-right: 1px solid #8d59b3;
font-family: 'Nunito', sans-serif, Arial, Helvetica;

 color: white;  width:26px; height:331px; padding-top:6px;}


/* transforms */
.liteAccordion.ie .slide > h2,
.liteAccordion.ie .slide > h2 span,
.liteAccordion.ie .slide > h2 b { filter: none; -ms-filter: none; -ms-transform: none }
.liteAccordion.ie7 .slide > h2 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) }
.liteAccordion.ie7 .slide > h2 b { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) }
.liteAccordion.ie8 .slide > h2 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" }
.liteAccordion.ie8 .slide > h2 b { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)" }
.liteAccordion.ie9 .slide > h2 { -ms-transform: translateX(-100%) rotate(-90deg); -ms-transform-origin: right top }
.liteAccordion.ie9 .slide > h2 b { -ms-transform: rotate(90deg) }

/* misc */
.liteAccordion.ie7 .slide > h2 b, .liteAccordion.ie8 .slide > h2 b { top: 44%; left: 5% }
